generated from AthennaIO/Template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
🚀 Feature Proposal
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.
Example
config/mail.js file:
{
default: ...
from: '[email protected]',
replyTo: '[email protected], [email protected]'
mailers: [....,
}Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Todo