Thursday, March 29, 2012

SMTP Email with ASP/VB .NET?

I have a functioning asp.net website that will need to send out reminder emails when an entry in Access reaches the 'due dates'.

I have been google'ing for a while, but I'm having trouble finding a good starting point. I'm pretty sure it's going to be in the form of a seperate program, or vb.net in the markup/html of the page.

Can anyone point me to a good starting place for this?

Thanks!

Tory

Tory:

Can anyone point me to a good starting place for this?

If you are talking 2.0 Framework, then:
http://www.systemnetmail.com/

If you are using 1.1 Framework, then:
http://www.systemwebmail.com


And if you're using System.Net.Mail, it doesn't get any easier thanHOW TO: Send email using System.Net.Mail.

Ryan

0 comments:

Post a Comment