Closed fabioel closed 4 years ago
This is not a bug in the library and this issue can be closed /cc @orliesaurus
@fabioel:
Error: 'to' parameter is not a valid address
One of the recv
you're sending must not be a valid address
Can you please print recv
and see what kind of address is throwing an error?
Hello! I have stumbled across a problem that I can't fix. I am trying to send emails to a list of receivers, but the emails should contain individual properties, therefore I cannot just send a bulk email with an array of receivers. My code looks as follows: in my method call:
the mail file:
This code has worked perfectly fine when I was using nodemailer-transport with gmail, but now I receive the following error, when an email address is not valid:
What I would like to have is that I can use
Promise.all
to check if all the email promises were done properly. Why is there error thrown an interrupts my procedures?