sending an email

  • Thread starter Thread starter Will
  • Start date Start date
W

Will

I'm trying to send an email on a form submit and I keep
getting this error:

System.Runtime.InteropServices.COMException:
The "SendUsing" configuration value is invalid.

I don't have exchange server installed.. all I have is
outlook express. I didn't set the SmtpMail.SmtpServer
property, so shouldn't it default to outlook express?
 
Never defaults to OutlookExpress
OutlookExpress is a client and not an SMTP Server
Set it up to "mail.yourISPDomain.com" or "SMTP.yourISPDomain.com" or
something else
may use your local smtp on your machine if you have one setup
Search this forum and you will find many examples
 
Back
Top