mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add after_email_send app event (#20178)
This commit is contained in:
@@ -294,6 +294,8 @@ module Email
|
||||
return skip(SkippedEmailLog.reason_types[:custom], custom_reason: e.message)
|
||||
end
|
||||
|
||||
DiscourseEvent.trigger(:after_email_send, @message, @email_type)
|
||||
|
||||
email_log.save!
|
||||
email_log
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user