smtp setting for asp.net?

Frank

New member
having trouble setting up email in my website using Webmatrix which ought to be a simple task.
running these settings causes timeout. is it that webmatrix is using my computer as a server in testing? or aer my settings incorrect?

WebMail.SmtpServer = "your-SMTP-host"; ' using smtp.mail.yahoo.com
WebMail.SmtpPort = 995;
WebMail.EnableSsl = true;
WebMail.UserName = "your-user-name-here"; ' username = 'frank' or email address ?
WebMail.From = "your-email-address-here"; ' [email protected]
WebMail.Password = "your-account-password"; 'my yahoo password

Help would be appreciated
 
Back
Top