SMTP config settings

Discussion in 'ASP.NET 2.0' started by brea245, May 7, 2008.

  1. Hi wanted to confirm the following SMTP settings to send automatic email for login/password issuesand form results.

    According to mail server infoI'm to replace smtp.YourHostedDomainName.com with my smtp.

    I used the Web Admin Tool (WAT) to do this:

    Configure SMTP Settings

    server Name: smtp.myhostedDomainName.com
    server port: 25
    from: noreply

    Authentication:

    -none
    -Basic
    -NTLM (Windows authentication)

    I used the Basic setting with my DASP user name account and my password.

    Is this correct in order to activate smtp???
     
  2. Use localhost for default SMTP server settings.
    Port 25 is fine.
    In Forum packages localhost also works as the SMTP server.
    Salute,
    Mark
     

Share This Page