guileen / node-sendmail

send mail without setting up a SMTP server
http://guileen.github.com/node-sendmail
MIT License
559 stars 110 forks source link

what is the limit? #67

Open arnavzek opened 5 years ago

arnavzek commented 5 years ago

how many emails can be sent per second and how does it works?

GreenPioneer commented 4 years ago

@itsarnavsingh - I haven't personally tried to push it to the limit so I don't have an accurate number for you.

Are you asking how the code works or how sending emails work?

micktaiwan commented 4 years ago

@itsarnavsingh Not really answering your question, but I will assume that locally the code send mails very quickly. The limit you will reach is not local, but remote: emails servers will reject emails if you send them too quickly to avoid spam.