Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
This topic describes how to configure the SMTP email notification features in Episerver Commerce. See also Notifications for related information.
Example: SMTP account configuration
<system.net>
<mailSettings>
<smtp from="your email address" deliveryMethod="Network">
<network defaultCredentials="false"
host="url to your smtp server"
port="smtp servers port"
username=your username
password=your passwordsmtp>
</mailSettings>
</system.net>
Last updated: Oct 12, 2015