discourse/lib/email
Martin Brennan 4d3c1ceb44
FEATURE: Log the SMTP response in EmailLog ()
When sending emails with delivery_method_options -> return_response
set to true, the SMTP sending code inside Mail will return the SMTP
response when calling deliver! for mail within the app. This commit
ensures that Email::Sender captures this response if it is returned
and stores it against the EmailLog created for the sent email.

A follow up PR will make this visible within the admin email UI.
2022-06-15 10:28:30 +10:00
..
authentication_results.rb
build_email_helper.rb
cleaner.rb
message_builder.rb FEATURE: Log the SMTP response in EmailLog () 2022-06-15 10:28:30 +10:00
message_id_service.rb FIX: Canonical Message-ID was incorrect for some cases () 2022-02-03 10:36:32 +10:00
processor.rb
receiver.rb FIX: properly clean Thunderbird emails, don't remove links () 2022-04-25 12:57:56 -04:00
renderer.rb
sender.rb FEATURE: Log the SMTP response in EmailLog () 2022-06-15 10:28:30 +10:00
styles.rb FEATURE: Enables support for dark mode emails () 2022-04-20 13:00:04 -05:00
validator.rb FIX: Parse address lists in embedded emails () 2021-10-06 15:07:29 +03:00