Send email in which SMTP requires Authentication

  • Thread starter Thread starter Rabbit
  • Start date Start date
R

Rabbit

Dear All,

I'm programming to send email with an assigned SMTP server, but this mail
server only allows authorised account to send email, if I use this SMTP
server, any mail class or sample code for me to set this authentication
account information?

Thanks in advance!
Keith
(e-mail address removed)
 
Rabbit said:
I'm programming to send email with an assigned SMTP server, but this mail
server only allows authorised account to send email, if I use this SMTP
server, any mail class or sample code for me to set this authentication
account information?

If you are using .NET 1.1, there is a way to do what you want to archieve:

3.8 How do I authenticate to send an email?
<URL:http://www.systemwebmail.net/faq/3.8.aspx>
 
Back
Top