Skip to content

Commit

Permalink
Merge pull request #26 from lambdacomplete/patch-1
Browse files Browse the repository at this point in the history
Show that the region can be overridden explicitly
  • Loading branch information
wmdmark committed Apr 13, 2016
2 parents 67345ab + 230a71f commit 069637e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ Install Sea Cucumber::
Add the following to your settings.py::

EMAIL_BACKEND = 'seacucumber.backend.SESBackend'

# These are optional -- if they're set as environment variables they won't
# need to be set here as well
AWS_SES_REGION_NAME = 'YOUR-REGION' # Default is us-east-1
AWS_ACCESS_KEY_ID = 'YOUR-ACCESS-KEY-ID'
AWS_SECRET_ACCESS_KEY = 'YOUR-SECRET-ACCESS-KEY'

Expand All @@ -55,6 +56,8 @@ Add the following to your settings.py::
'seacucumber'
)

The region name is optional but keep in mind addresses are linked to a specific region, therefore if you add/verify them in one region they will only be available in that region.

Email Address Verification
==========================

Expand Down

0 comments on commit 069637e

Please sign in to comment.