Email problem

Discussion in 'ASP.NET 2.0' started by valtersnet0, Feb 13, 2006.

  1. Bruce

    Bruce DiscountASP.NET Staff

    yeah.. some server check if the from address is valid to avoid spam.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. i tried multiple valid addresses.. stilll the same error.
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    in that case, please create a support ticket. we probably need to check the server.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. I've set SMTP to 'localhost' and fixed one problem.. now I'm getting


    'Mailbox unavailable. The server response was: 5.7.1 Unable to relay for [[email protected]]'

    Post Edited (eZe) : 2/13/2006 10:59:31 PM GMT
     
  5. but this wasn't happening last month and now i am having the same issues...

    do i have to change my SMTP to 'localhost' ???

    here is the code i use :

     
  6. It looks like the SMTP server you are using is denying the message because you did not authenticate viaPOP before you tried to SMTP (this is very common). Looks like you'll have to use localhost.


    Joel Thoms

    DiscountASP.NET
    http://www.DiscountASP.NET
     
  7. Bruce

    Bruce DiscountASP.NET Staff

    Yes. You must use localhost to send email from our web server.

    if you use our regular mail server, it may or may not work.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page