SMTP
The SMTP plugin provides email sending services.
Installing the SMTP Plugin
Add the StoreBuilder.SMTP.dll
to your web project by adding a reference to the Nuget package StoreBuilder.SMTP
SMTP Settings
The SMTP plugin requires the following settings to be configured within Storebuilder:
StoreBuilder.SMTP.Host (string)
The Name or IP Address of the host used for SMTP transactions.
StoreBuilder.SMTP.Port (int)
The Port used for SMTP transactions.
StoreBuilder.SMTP.Username (string)
The Username used to login to the host.
Certain SMTP accounts require a username, e.g. amazon
StoreBuilder.SMTP will fallback to use Email If Username is not provided
StoreBuilder.SMTP.Email (string)
The Email Address used to login to the host.
StoreBuilder.SMTP will fallback to use Email If Username is not provided
StoreBuilder.SMTP.Password (string)
The Password for username/email used to login to the host.