Asp.net registration form

Discussion in 'Email' started by Harry Rorarius, Aug 31, 2013.

  1. Hi all
    I have been developing asp.net site for a long time and have code that works great for forms. I have a problem though I found a sample form submitation that is designed to work win the Winhost servers and tried to email to an address outside of Winhost and it errors out. But If I email from to the postmaster account it works fine. Does Winhost limit where you email to within a web form?
     
    Last edited by a moderator: Oct 14, 2015
  2. Elshadriel

    Elshadriel Winhost Staff

    Last edited by a moderator: Oct 14, 2015
  3. Error message is

    The SMTP server requires a secure connection or the client was not authenticated error while sending email from asp.net

    we are using Gmail , to send email from website.
     
    Last edited by a moderator: Sep 4, 2013
  4. Elshadriel

    Elshadriel Winhost Staff

    If you're using Google's SMTP servers to send an email message, normally they require you to connect on either port 587 (non-SSL) or 465 (SSL) unless that has changed. Also try enabling 'Full' trust as described in this Knowledge Base article.
     
    Last edited by a moderator: Oct 14, 2015

Share This Page