What's the extent of the power of Nodemailer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's the extent of the power of Nodemailer?

Can I send up to a million mails per month with Nodemailer without having to make any kind of subscription using Nodemailer with Node.js?

30th Nov 2020, 10:27 AM
eMBee
eMBee - avatar
4 Answers
+ 3
Nodemailer is a library. You need a proper SMTP mail server.
30th Nov 2020, 6:05 PM
Lam Wei Li
Lam Wei Li - avatar
+ 3
Lam Wei Li what do you mean, please explain
30th Nov 2020, 6:07 PM
eMBee
eMBee - avatar
+ 3
Nodemailer is a library that helps you send message to a SMTP mail server. Think of it as the SMS app on your phone. Its free, unlimited use. SMTP mailserver is something like your phone network provider, such as AT&T. Without the SMTP mailserver, your mails are not getting sent out. Similarly without phone network provider, your SMS are not getting sent out. Nevertheless, you can spam your outbox.
30th Nov 2020, 6:19 PM
Lam Wei Li
Lam Wei Li - avatar
+ 3
Oh, Lam Wei Li, I think I understand what you mean. So which SMTP mail server will you recommend if I'm targeting 200k+ mails?
30th Nov 2020, 7:28 PM
eMBee
eMBee - avatar