Epi B2B Commerce uses the System.Net.Mail.SmtpClient object, provided by the .NET Framework, to send e-mail.
For Episerver-Managed solutions, the SMTP settings will be configured for you by Episerver. The application will use an external emailing service for all e-mail communication.
Note: Episerver only allow a single SMTP in Cloud sites. You can have only one domain per instance of Epi B2B Commerce that the emails can come from, so you have to select the one you want.
The following example configures the delivery format, delivery method, and from address for sending e-mails.
For more help configuring SMTP, please refer to the official MSDN documentation:
https://msdn.microsoft.com/en-us/library/ms164240.aspx
Cloud Note
For Epi B2B Commerce Cloud, the SMTP settings will be configured for you by Episerver. The application will use an external emailing service for all e-mail communication.
Last updated: Dec 11, 2020