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
Looks easy enough, although I do believe Nodemailer would need to (and should) be upgraded up to its most recent release. The createTransport() method needs to be adjusted to accept any arbitrary transport configuration.
Nodemailer can be made to use any arbitrary transport that implements at least one send() method and two properties, name and version. (See Nodemailer docs regarding transports.).
Subject is self explanatory I believe it would be nice feature and we could standardise this module.
The text was updated successfully, but these errors were encountered: