Sending mail

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

just some newbie problem: I tried to send some emails out of vb.net code,
but the MailMessage class does not support any authentication. Is there any
way to send mail with auth login under vb.net? Will this feature be included
in the .net framework 2.0? If so, when will it be released?

Thanks a lot
peter
 
Peter Schmitz said:
just some newbie problem: I tried to send some emails out of vb.net code,
but the MailMessage class does not support any authentication. Is there any
way to send mail with auth login under vb.net? Will this feature be included
in the .net framework 2.0? If so, when will it be released?

I suggest you use the Indy framework:
http://www.indyproject.org
 
Mailmessage does allow authenticated e-mail on the 1.1 framework
http://www.systemwebmail.com/faq/3.8.aspx

the 2.0 framework does a better job.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top