You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @kaperont, correct we dont have this feature per email. That is good approach, I have reviewd your PR, for me that looks great! Thanks for your work!
Feature Request
Would like to specify the sender on a per-message basis.
Problem Statement
There is no convenient way to set the sender on a message, since it is always set from
ConnectionConfig.MAIL_FROM
.Suggested Solution
MessageSchema
should have an optionalfrom
andfrom_name
attribute that defaults to the values set in theConnectionConfig
.e.g.
The text was updated successfully, but these errors were encountered: