Provide login information to System.Web.Mail.SmtpMail?

  • Thread starter Thread starter Kevin Hodgson
  • Start date Start date
K

Kevin Hodgson

Is it possible to provide login information, or a port for the SmtpServer
when using System.Web.Mail.SmtpMail?

The SMTP Server we need to use, requires you to log in order to send mail
through it.

Thanks,
 
Hi Kevin,

You can do it in .NET 1.1

The MailMessage has an attribute named Fields where u can add the core CDO
fields which include the server port and authentication information.

Here are a some links that might be helpful for you.

http://blogs.gotdotnet.com/darrenj/permalink.aspx/abb9e979-98dd-4172-b07c-2c4919ed94bf
http://www.systemwebmail.com/print/3.8.aspx
http://www.codeproject.com/dotnet/SystemWeb_Mail_SMTP_AUTH.asp
http://www.eggheadcafe.com/PrintSearchContent.asp?LINKID=622

In case you stumble across some other problem , make sure you check out the
FAQ at
www.systemwebmail.com


HTH
rawCoder
 
Back
Top