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
Add a global from and replyTo properties in the configuration files. The SmtpDriver class should read the configuration file and get this default values. If from or replyTo method of SmtpDriver class are called, than it should subscribe the defaults.
Motivation
Make it easier to send emails without having to repeatedly add information.
🚀 Feature Proposal
Add a global
from
andreplyTo
properties in the configuration files. TheSmtpDriver
class should read the configuration file and get this default values. Iffrom
orreplyTo
method ofSmtpDriver
class are called, than it should subscribe the defaults.Motivation
Make it easier to send emails without having to repeatedly add information.
Example
config/mail.js file:
The text was updated successfully, but these errors were encountered: