Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

Configure SMTP for email services

Describes how to configure SMTP for email services in Optimizely Configured Commerce.

Optimizely Configured Commerce uses the System.Net.Mail.SmtpClient object, provided by the .NET Framework, to send e-mail.

For Insite-hosted solutions, the SMTP settings will be configured for you by Insite. The application will use an external emailing service for all e-mail communication.

For on-premises solutions, these settings must be configured in the web.config file in the root directory of the Configured Commerce project.

The following example configures the delivery format, delivery method, and from address for sending e-mails.

For more help configuring SMTP, see the MSDN documentation:

https://msdn.microsoft.com/en-us/library/ms164240.aspx

📘

Cloud note

For Configured Commerce Cloud, the SMTP settings will be configured for you by Configured Commerce. The application will use an external emailing service for all e-mail communication.