Closed (fixed)
Project:
Amazon SES
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2016 at 22:57 UTC
Updated:
25 Mar 2021 at 21:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
deweydb commentedAwesome! just what i was looking for! thanks
Comment #3
deweydb commentedFor anyone else that finds this patch, it's not very clear at first, but you actually want a line like the following in your settings.php to set to say oregon:
$conf['amazon_ses_region'] = 'email.us-west-2.amazonaws.com';
You can google to find the different region codes, and modify this line accordingly:
https://www.google.ca/search?q=amazon+aws+region+codes&oq=amazon+aws+reg...
Comment #4
anish.a commentedIts a nice practice to clean up the variables produced when uninstalling.
Comment #6
davisbenThis has been committed.