DEV: Add `after_email_send` app event (#20178)
This commit is contained in:
parent
4bfa130c3a
commit
9c30ae93b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue