0

Does anyone know if there is any advantage of using Amazon SES SMTP option vs. plain SES?

We are running over our limits and I'd like to use a third-party package that includes throttling, but they only support it for plain SES.

Thanks!

hgolov
  • 650
  • 1
  • 11
  • 28
  • Well, limits will grow if you sent many mails via SES, And what limit you reached? Mail per seconds? Daily limit? – Sergey Oct 18 '12 at 04:32

1 Answers1

2

Not a performance advantage, but if you design your email sender to use the SMTP interface you can easily switch to another sending service by changing destination server/port if SES doesn't work out for you.

sig606
  • 1,856
  • 2
  • 13
  • 8