Fixes T6525, adds cc and tos to html emails
Details
Details
- Reviewers
epriestley btrahan - Maniphest Tasks
- T6525: HTML mail does not show To/CC footers
- Commits
- Restricted Diffusion Commit
rP1edcabe53909: Have HTML mails return to and cc lines
send html and plain emails, see new stuff
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/metamta/replyhandler/PhabricatorMailReplyHandler.php | ||
---|---|---|
213 | This doesn't over-escape? I would have guessed you might need something like: $html_body .= hsprintf('%s', $this->getRecipients...) But if it works, we're good. |
Comment Actions
It's a little more correct the other way (it will work with a wider range out of outputs from the method, for example).