Amazon SES Region List Empy
I have 2 questions regarding this topic
- When in settings, the Amazon SES Region DropDown list is empty so We can't select one.
- We have more than one third party email provider so We declare smtp info for each brand, but in the brand configuration there's no section to pick the Amazon SES Region.
We have been able to send emails through mandrill, but from Amazon it's been impossible. We've followed the step by step documentation and We have all set up, but when We send a test email it never reach our inbox
This discussion has been closed.
Comments
Hi,
logintableses_endpointexists in this table?If it doesn't exist in the
logintable, create a column:Column name:
ses_endpointType: VARCHAR
Length: 100
Then set the value for the
ses_endpointcolumn for the first column inlogintable to 'email.us-east-1.amazonaws.com'Thanks.
Best regards,
Ben
Thanks. I'll try it