Having trouble sending email form my ASP.NET MVC 3 app

Discussion in 'Email' started by imsam, Oct 9, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. The email server settings in my web.config file are:

    Code:
      <system.net>
        <mailSettings>
          <smtp from="[email protected]">
            <network host="localhost" port="25"/>
          </smtp>
        </mailSettings>
      </system.net>
    
    My emails are all HTML so I don't think the line feed is what's causing the problem.

    Any idea why it's not working?

    Thanks,
    Sam
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    What's the error message you're getting?
     
  3. No errors just no emails

    Nothing. Emails are just not reaching their destination
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    i recommend you open a support ticket.
     
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