Files
zulip/zerver
Vishnu KS edac24acf1 email_log: Inherit EmailLogBackEnd from smtp.EmailBackend.
EmailLogBackend used to create a new EmailMessage and copy
only certain values from the original EmailMultiAlternatives
object. This resulted in the loss of information and made
it harder to test PRs like
https://github.com/zulip/zulip/pull/17121.

So instead of creating a new EmailMessage, tweak and send the existing
EmailMultiAlternatives object.
2021-01-29 14:51:38 -08:00
..
2021-01-25 14:53:19 -08:00
2020-06-11 16:45:32 -07:00
2020-06-11 16:45:32 -07:00
2021-01-26 10:20:00 -08:00