sendmail-wrapper icon indicating copy to clipboard operation
sendmail-wrapper copied to clipboard

Bulk Email

Open Andrewsuares opened this issue 6 years ago • 1 comments

Hello,

We need to send out 600,000 emails triggered by our application. Would you be interested in customizing your script for us so that it can scale up. We will pay you for your work.

Thanks

Andrewsuares avatar Feb 20 '20 09:02 Andrewsuares

Hi Andrew, Currently, I don't see an option to optimize my script for performance other than introducing some kind of message buffering, which would not make that much sense as this sendmail-wrapper should block immediately upon reaching the quota. Applications should get the right exit status when they submit a messaga via PHP mail(), so this must stay realtime. One option would be to rewrite the whole script from PHP to Python which might improve performance. But it would problably not make a huge difference and currently I am lacking time for this, even if you would pay my work. Let me know, if you have concrete ideas of how to improve performance. Cheers, Philip

onlime avatar Feb 26 '20 09:02 onlime