Multi transport mailer based on nodemailer bundling the following additional transports:
Theoretically all nodemailer transports are supported through
dynamic transport plug-in loading
they just have to be added to the dependencies in package.json
.
In addition the HTML to text
plug in is added which automatically generates a text
part from a given html
part.
see test.js.