London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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