Create one nodemailer test account and hold it in a module global
I have a nodejs application. One of the modules is for the mail transporter. I’d like to create a mail test configuration one per launch and store it (in global
) so it can be reused.