Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending mail in batches #81

Open
akhilsahu opened this issue Jul 14, 2020 · 0 comments
Open

Sending mail in batches #81

akhilsahu opened this issue Jul 14, 2020 · 0 comments

Comments

@akhilsahu
Copy link

I need to send approx 40 - 50000 mails depending upon user selection. These mail id are stored in database. There can be any number of mail. A dedicated mail server is setup for this. I don't want them to end up in spam. I want to send mail of approx 5000 per hour so as to avoid getting blacklisted. I want to schedule a batch mail job where all mails are send and failed mails are retried. So as to avoid. The batch job is scheduled when user start it and he has control to stop and also log of mails sent.

Note: This is not related to the spamming.

Something like a chunk batch job where chunks are processed hourly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant