I have an account in SES, in aws, I can send email from my localhost, I have limits increase, but from my web, SES doesn't send emails.
Do I need configuration anything else, for web?
I have an account in SES, in aws, I can send email from my localhost, I have limits increase, but from my web, SES doesn't send emails.
Do I need configuration anything else, for web?
I solved it. The problem was that I have several freeMarker, and I depends of the locale I send a kind of freeMarker, my file ftl for english was wrong, and the locale of AWS always is EN_US, and I did not know.