In web.config SMTP settings, you can use your existing email address (whose authentication you want to use), password and appropriate port number. Following is a sample code to show the web.config SMTP settings:
<system.net>
 <mailSettings>
   <smtp deliveryMethod="Network" from="username@domain.com">
<network defaultCredentials="false" host="mail.domain.com Or SMTP server IP" port="25 Or 587" userName="full-email-address" password="xxxxxxxxxxxx" />
   </smtp>  Â
 </mailSettings> Â
</system.net>
Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com
Most Popular Articles
How to change application pool from IIS?
While you add a website from IIS Manager, you’ll get an option to select the application pool....
How to create a certificate signing request [CSR] from IIS 7.5 in your VPS?
Follow the below mentioned steps to create Certificate signing request from IIS 7.5 in your VPS:Â...
How to access your website via remote IIS?
First of all, you need to contact our support team in order to enable remote IIS login for your...
How to set website redirection from IIS 7?
This article will guide you to redirect the URL using HTTP Redirect functionality in IIS. Open...
After Successful SSL Certificate Installation, It Disappeared From IIS Server Certificates
Suppose, you want to install SSL certificate on your domain, you've obtained the SSL certificate...
Powered by WHMCompleteSolution