System.Web.Mail

  • Thread starter Thread starter Patrick Jox
  • Start date Start date
P

Patrick Jox

Hello,
I try to send dotnet MailMessage via dotnet SmtpMail.Send. This works fine
on my machine. The question is now, what prerequisites do I have to do this.
As far as I see the framework only wraps CDO. So is CDO required? If yes
which version?

Can I only register cdo.dll (Version 1.2.x or higher)?

Thanks - Patrick
 
Yes, CDO is required. For all questions related to SmtpMail, visit

Complete FAQ for the System.Web.Mail namespace
http://systemwebmail.com/

specifically for your question: 1.3 What do I need to send email in .NET?

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 
Back
Top