Dev Guide
Dev GuideAPI ReferenceUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

Configure SMTP for email services

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

Optimizely {user["product-name"]} 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 {user["product-name"]} 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 {user["product-name"]} Cloud, the SMTP settings will be configured for you by {user["product-name"]}. The application will use an external emailing service for all e-mail communication.


Did this page help you?