Page MenuHomePhabricator

Make HTML email a little easier to debug
ClosedPublic

Authored by epriestley on Aug 15 2014, 3:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 19, 7:30 AM
Unknown Object (File)
Tue, Jun 17, 3:41 PM
Unknown Object (File)
Mon, Jun 16, 4:46 PM
Unknown Object (File)
May 19 2025, 8:22 AM
Unknown Object (File)
Apr 18 2025, 9:59 AM
Unknown Object (File)
Apr 18 2025, 3:42 AM
Unknown Object (File)
Apr 9 2025, 9:23 AM
Unknown Object (File)
Apr 8 2025, 3:26 PM
Subscribers

Details

Summary

Ref T992.

  • Format text/HTML bodies explicitly in bin/mail show-outbound.
  • Provide bin/mail show-outbound --dump-html so you can do something like bin/mail show-outbound --dump-html > dump.html; open dump.html to get a browser preview somewhat easily.
Test Plan

Ran bin/mail show-outbound with and without --dump-html flag.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Make HTML email a little easier to debug.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: talshiri, btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Aug 15 2014, 5:23 PM
epriestley updated this revision to Diff 24753.

Closed by commit rP8403812e1592 (authored by @epriestley).