Trouble sending mails

Discussion in 'ASP.NET 2.0' started by JanLimpens, Apr 19, 2007.

  1. Hello,

    Somehow mails generated by the following method, don't get sent. It seems they get stuck in the queue (while other mails are being sent, so it's not that the server is not doing what it should. Anyone can spot the error? Or could it be the fact that it is called through global asax' Application_Error be the culprit? The Mailer.Send() methods sends every mail on the system sucessfully, but this one.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Sound very reasonable. There are no bare lf in my code, but they could be in the exception's error messages.
    Investigating!

    Thanks a lot,
    Jan
     

Share This Page