You are here: Installation > Web.config > Configuration/system.net > userName & password

userName & password

If your mail server requires authentication, these values should be defined.

Usage

If required, set “userName" and “password” appropriately so the AuctionWorx system can login to your SMTP server to send outgoing email notifications.

Example

To set your email server's username & password, you would change the highlighted values below:

<mailSettings>
<smtp>
<network host="yoursmtpserver" userName="username" password="secret" port="25"/>
</smtp>
</mailSettings>