Amazon SES
The Amazon SES plugin provides email sending services using your Amazon SES account.
Installing the Amazon SES Plugin
Add the StoreBuilder.AmazonSES.dll
to your web project by adding a reference to the Nuget package StoreBuilder.AmazonSES
AmazonSES Settings
The AmazonSES plugin requires the following settings to be configured within Storebuilder:
StoreBuilder.AmazonSES.Endpoint (string)
This is the Amazon API Endpoint that StoreBuilder will use to communicate with Amazon SES.
Email sending endpoints are one of the following:
US East (N. Virginia) - email.us-east-1.amazonaws.com
US West (Oregon) - email.us-west-2.amazonaws.com
EU (Ireland) - email.eu-west-1.amazonaws.com
For more information about region endpoints, please see the Amazon SES Documentation
StoreBuilder.AmazonSES.Email (string)
This is the email that will be sending Emails with Amazon SES.
StoreBuilder.AmazonSES.Password (string)
This is the password associated with the email.
StoreBuilder.AmazonSES.AccessKeyId (string)
This is the Access Key Id provided by Amazon Web Services when creating Security Credentials. You can find it here
StoreBuilder.AmazonSES.SecretAccessKey (string)
This is the Secret Access Key provided by Amazon Web Services when creating Security Credentials. If you have lost or forgotten it you can create a new one.
For more information about Amazon Security Credentials, please see the Amazon SES Documentation