SMTP settings

Discussion in 'Pre-sales questions' started by Guest, Mar 2, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Guest

    Guest Guest

    Hey,

    I'm developing an ASP.NET site which sends an email to the user to confirm registration. At the moment, I'm using my Gmail account as the SMTP server. From what I gather, DASP provides an SMTP server. What would I need to use for my settings to connect to the DASP SMTP server?
    At the moment I've got:

    System.Net.NetworkCredential uCred = new System.Net.NetworkCredential("<myemail>@gmail.com", "<mypassword>");
    smtpClient.Credentials = uCred;
    smtpClient.Host = "smtp.gmail.com";
    smtpClient.Port = 587;




    Also, what are the daily limits for sending emails?

    Thanks
     
  2. mjp

    mjp

    If you have a technical question please register and ask it in the appropriate forum. Thanks.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page