I wrote my code based on this article.
Code:
var transporter = nodemailer.createTransport({
service: 'mail.gmx.com',
auth: {
user: '...@gmx.de',
pass: '...'
}
});
"Nodemailer is not defined" or "ECONNREFUSED".
The connection informations I got from Link1 and Link2.
Any experiences with GMX ?