 | CDOSYS (formerly CDONTS) | |
 | The CDOSYS mailing component is supported and recommended. Below is an example of how to use the mailing component in ASP:
Dim Subject, Body, SenderEmail, RecipientEmail, SMTPServer, SMTPusername, SMTPpassword
SenderEmail = "me@mydomain.tld"
Reci |
|
 |
 | Errors while sending email | |
 | Most outgoing email problems are because 'SMTP authentication' is not enabled in the email program. It needs to be enabled to send the email.
Here are the instructions if you're using Outlook.
1. Select Services on the Outlook Tools menu, which open |
|
 |
 | How to send email using ASP.NET2 VB | |
 | 'This is an example only, and needs to be modified with proper information
Sub SendEmail()
'create the mail message
Dim nmail As New System.Net.Mail.MailMessage
'set the addresses
nmail.To.Clear()
nmail.To.Add(New System.Net.Mail.MailAddress |
|
 |
 | Web Mail (Windows) | |
 | If you are using our nameservers for your domains, then a web mail interface will normally available at 'mail.yourdomain.tld' (where 'yourdomain.tld' is the actual name of your domain). Please note, though, that this URL only becomes available after you c |
|
 |