Sending email - wont work with my domain name

Discussion in 'Email' started by xzanti, Dec 3, 2010.

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

    I have my site (call it www.mynewsite.ie) hosted with discountasp but the domain was purchased elsewhere.

    From my website, I can send an email without problems using my business smtp account or using a gmail account but I cannot send using from [email protected] email account.

    The account ([email protected]) account is setup correctly in that I can send/receive emails using outlook.

    The settings stored in web.config are as follows:

    <add key="fromMail" value ="[email protected]"/>
    <add key="smtpserver" value ="smtp.mynewdomain.ie"/>
    <add key="port" value ="25"/>
    <add key="UserName" value ="[email protected]"/>
    <add key="Password" value ="xxx"/>

    I have tried "admin" for username also but no luck.

    As I said, when I edit these settings to my gmail or work smtp server, the email sends, but I want to use @mynewsite.ie as the sender of the email.

    Can somebody help me please :)

    xzanti
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    error?
     
  3. Sorry,

    the error is "server does not support secure connections"
     
  4. My problem was I had SSLEnable set to true. Changed to false and it is ok now (the clue was in the error).
     
  5. mjp

    mjp

    Thanks for posting the follow up!
     
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