Authenticated SMTP

J

Jack Fox

Suddenly I need to change an email sending program from using SMTP to
Authenticated SMTP (ASMTP), and my old code

SmtpMail.SmtpServer = "my.smtpauth.server";
SmtpMail.Send(Message);

no longer works.

Somehow I need to pass my password to the ASMTP server, but the SmtpMail
object doesn't appear to support this. Is there a work-around?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sending Email 1
Sending Mails 2
Problem on sending emails 1
about sending smtp mail 1
Problems with System.Net.Mail 1
send mail with gmail 5
SMTP Email problems 1
Smtp in ASP.NEt 2

Top