There's two features in Dada Mail that can make this faster. One is the,
Adjust Sleep Time feature, that tries to remove some of the time actual message sending takes from the batch time, so that the sending time for the entire mailing list is more similar to the estimate. Since you have such a huge batch, and such a small batch time, you're not going to see much difference. The other is Use One SMTP Connection per Batch (Experimental) Which allows you to send a batch with just one connection to the mail server. Probably supposed to be faster, since you skip the connect/disconnect parts. I wouldn't do it with a batch of 400. Maybe more like 30.
You can see how fast messages can send out in Dada Mail by changing the $MASS_MAIL_SETTINGS from their default: $MASS_MAIL_SETTINGS = "|$MAILPROG -t"; to, $MASS_MAIL_SETTINGS = ">>$LOGS/test_mail.txt"; (Put those two lines in your .dada_config file) That'll just write the email messages you want to send to a file, instead of to the mail server. Set your list to use sendmail, test to make sure the emails aren't being sent out, but rather being written to this file and when you're all ready, send out a message, as normal. You're *regular* email messages - subscriptions/unsubscriptions and the finishing email notification will still be sent - so send a test message to the list owner - that should be written to the file. Whatever speed Dada Mail can send things out, is the top speed you'll probably ever be able to get. Subtract that speed from another sending, hopefully, using the same list, message, etc and you have the time it takes for Dada Mail to talk to the mail server. My guess is that Dada Mail going through the addresses and writing out the emails will be pretty fast, but not *blazing* - how fast is it to just template out an admin screen (it's the same templating engine!), and the mail server will be a little slower. Just a guess, though.
Post:
mailto:[list_settings.discussion_pop_email]
Unsubscribe:
http://dadamailproject.com/cgi-bin/dada/mail.cgi/u/dadadev/
List Information:
[PROGRAM_URL]/list/[list_settings.list]
Archive:
[PROGRAM_URL]/archive/[list_settings.list]
Developer Info:
http://dev.dadamailproject.com
Start a new thread, email: dadadev@dadamailproject.com
This is the developer discussion mailing list for Dada Mail.
If you are just looking for support Dada Mail, consult the message boards at:
https://forum.dadamailproject.com
Documentation for Dada Mail:
Specifically, see the Error FAQ:
https://dadamailproject.com/d/FAQ-errors.pod.html
To post to this list, send a message to:
mailto:dadadev@dadamailproject.com
All subscribers of this list may post to the list itself.
Topics that are welcome:
Dada Mail is on Github:
https://github.com/justingit/dada-mail/
If you would like to fork, branch, send over PRs, open up issues, etc.
This Privacy Policy is for this mailing list, and this mailing list only.
Email addresses collection through this mailing list are used explicitly to work within this email discussion list.
We only collect email addresses through our Closed-Loop Opt-In system.
We don't use your email address for any other purpose.
We won't be sharing your email address with any other entity.
Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.
All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.
All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.