I need to send out ~2000 emails via a sendmail server to email addresses from all over the web. Should I send them all at once, or throttle sending? How well can sendmail handle 2000 emails being sent all at once?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sendmail will automatically queue outgoing messages. A quick guide to the mail queue: http://www.feep.net/sendmail/tutorial/intro/queue.html
You may also configure the number of child processes that sendmail will use to process the queue, but it shouldn’t be necessary.
Hope that helps.
Edit: And a quick guide to viewing the mail queue: http://osr507doc.sco.com/en/MailMsgG/sndmlT18.html