-
Notifications
You must be signed in to change notification settings - Fork 25
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
Sendout stops after failing one email with Mailersend adapter #462
Comments
You’re likely hitting MailerSend’s rate limit of 120 emails per minute, see https://www.mailersend.com/help/rate-limits-how-to-reduce-403-422-429-errors#rate-limit-errors Please refer to #451 for ways to resolve this and let me know if anything is unclear. |
Hi Ben, thanks for the reply. It was indeed the rate limit, but apparently they have another API endpoint for sending bulk emails: https://developers.mailersend.com/api/v1/email.html#send-bulk-emails Is there a way to get this in the campaign plugin easily? |
You’d first need to request that feature be added to the MailerSend plugin, which is what I assume you are using as a mailer adapter. Even then, however, the campaign plugin sends one email at a time, and changing this behaviour based on the mailer adapter used is not likely to ever happen. |
FYI I created an issue at studioespresso/craft-mailersend#2. |
Thanks, that makes sense! |
We switched from SendGrid to MailerSend but now sendouts are stopped completely after hitting a sending error.
This is what I found in the logs:
Email settings are checked and valid. Did a test on the preview, works perfect, email received. In the Mailersend logs I see that 30-40 emails of this sendout are sent, but everything stops after hitting this error.
EDIT: could also be a bug in the Mailersend adapter, not sure though
The text was updated successfully, but these errors were encountered: