Amazon SES configuration send email immediately

Hello David,

The 150/s is a limitation set by Amazon SES, but you need a pretty strong server to achieve it.

Queue processing will speed up the overall sending, because queue formation happens before.
So you will send in 2 steps (if you queue processing is set up right.)

  1. Could sending immediate email from Mautic to Amazon SES cause problems sending emails from other systems? I am afraid of exceeding the limit that I have available with Amazon SES and thus ruining my reputation

Yes, that can happen. Don’t send too fast.

  1. Could sending direct emails slow down the system? Reading from the documentation on the site it seems to be recommended to use the queue, but seeing later tutorials on how to connect to Amazon SES they all use “send immediately”

Don’t listen to those tutorials. Queuing is great. People Don’t understand how it works, and they are afraid to use it. This is why they recommend not to use it. This forum has multiple solutions about queue processing.

Read this conversation we had about a year ago:

2 Likes