Search results

  1. H

    Sending email using .NET System.Web.Mail

    Yeah, forgot to mention this was 1.1, thanks for pointing that out. I'll be going to 2.0 soon hopefully...
  2. H

    Sending email using .NET System.Web.Mail

    Ugh.... I just needed to post to finally figure it out I guess... For those reading this with the same problem, you use the realy server (or your own mail.MyDomain.com) and then you authenticate against the Smtp server using MailMessage fields: So add this stuff in my code above...
  3. H

    Sending email using .NET System.Web.Mail

    Hi all. I need to customize my email sending, so I can't use the standard lists. I track the emails I need to send to in a database and use System.Web.Mail.MailMessage class from an aspx page on my site to send them. It works fine just using the local Smtp server, except I get blocked by...
Back
Top