Authenticated SMTP

  • Thread starter Thread starter Jack Fox
  • Start date Start date
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


Back
Top