SMTP Problem

Discussion in 'General troubleshooting' started by olinad, May 29, 2009.

  1. Good day,

    this is my web.config

    <mailSettings>
    <smtp from="postmaster@<mydomain>.com">
    <network host="smtp.<mydomain>.com" password="123456789" port="21" userName="myusername" />
    </smtp>
    </mailSettings>

    No connection could be made because the target machine actively refused it 64.79.170.142:21

    im using the template of web developer 2008 in retrieving password through email..

    Thanks in advance.
     
  2. You will want to use "localhost" as the SMTP server for your web applications. There will be no need to provide username and password because your application is already hosted on our system.
     

Share This Page