Recent content by DocMod

  1. D

    Asp.net 2.0

    Thanks for the replies. As I went through my code I found that the problem was not the email function it was another function that had to run sucessfully before the email was sent. I wrote the code quickly and didnt have exception handling in place yet.
  2. D

    Asp.net 2.0

    Hi, is there something that I need to have setup to send email from a .aspx page using .net 2.0? I set up web.config as such: <system.net> <mailSettings> <smtp> <network host="mail.domain.com" port="25" userName="[email protected]" password="pswd" /> </smtp> </mailSettings>...
Back
Top