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
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>


Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution