EasyApache 4 My Mautic version is: 45_mautic-449 My PHP 80, PHP 8.0.29-1.1.3.cpanel extention: php80-php-fileinfo cPanel & WHM on AlmaLinux OS: AlmaLinux v8.8.0 STANDARD kvm cPanel Version 112.0.5
Hi everyone,
The current cron job configuration does not send outbound email messages after depressing the send button (“There are no pending contacts”):
Hello,
If you have no pending contacts, there is nothing to send. Did you send the email in question already out? One segment email can be sent to the same contacts only 1x.
There are no pending contacts here. It should look like this if you have pending contacts:
For the email in the first row it seems, there are no contacts qualifying.
You are using gmail as smtp. This explains the super bad opening rate: 7 emails from 34k sent. I think gmail refused to send those messages, and you didn’t get anything out.
Gmail won’t allow you to send more then 500 - 2000 emails / day, the rest will fail and Mautic won’t even notice that. You can get your reputation ruined in no time like this.
Hal, I mean this the best possible and most respectful way:
Mautic is not easy on beginners, but you lack some basic deliverability and strategic knowledge. I think you should hire someone who understand Mautic better.
Or take a Mautic course, there are many (I have one for beginners for $50.)
The issue is that Mautic does not have a plugin to support the Gmail API. The Mautic Plugin supports Amazon SES API (Amazon has set our daily quota rate at 50,000).
I believe you are correct; Gmail SMTP limits the number of daily email messages. Please see the error log below:
!! The expected response code is 250, but the received code is “421,” with the message "421-4.7.0 Try again later, closing connection. (MAIL)
421-4.7.0 Learn more at
421 4.7.0 About SMTP error messages - Google Workspace Admin Help 8-20020a17090a19c800b0027cfb5f010dsm38124pjj.4 - gsmtp
" (code: 421) (code: 421)
However, Google Workspace has stated that they removed our account’s SMTP daily quota limit.
Once again, is there a Mautic plugin that supports Gmail API email messages?
I currently have an open ticket with Google Workspace to affirm our business account’s daily quota limit for SMTP and Gmail API messages.
You will need a proper feedback loop. Once you start sending and you go over 1% of spamrate Gmail will cut you off and can say goodbye to your reputation.
You will need to modify Mautic if you want to send 2 million emails / day. Even if it’s 200k / day.
Hi @team,
just to chime in my 2 cents on this topic:
Mautic used to support Gmail as a “Service to send mail through” back in Mautic 3, but there was a good reason it was removed (which I dont remember exactly tbh).
Amazon SES, just as Joey already said, is the usual standard for sending large amounts of mails using Mautic.
So either bite the bullet and make the switch and use the Amazon SES integration or feel free to establish your own plugin to send emails through Gmail, its up to you!
We have a setup that sends out about 2 Mil mails/day using Mautic & Amazon SES, so it is definitely possible.
First, the Mautic Gmail plugin did not support the Gmail API using OAuth 2.0. Additionally, Amazon CloudWatch provides metrics and feedback on all email traffic, unlike Google Ops Agents. That’s why our DevCED Team’s plugin will route traffic through Amazon CloudWatch.
Are you pushing out Amazon SES email messages from multiple Amazon accounts? How do you manage your email reputation? How do you follow Amazon’s best practices to email contacts that have specifically requested your mail?
When you refer to ‘smart unsubscribe system,’ do you mean allows recipients to customize their email preferences, such as selecting specific types of emails they want to receive or opting out of all communications from a particular sender? Is your feedback loop limited to only Amazon Cloudwatch and Amazon SES?
Amazon SNS is needed for the feedback loop, not Cloudwatch. Plz read the whole mautic docs about feedback loops. You can find my videos as well on this topic.