|
-
Jan 14th, 2003, 06:26 PM
#1
Thread Starter
Fanatic Member
Smtp
Hi, this is the code that I am using to send an email
Dim objMail As New MailMessage()
SmtpMail.SmtpServer = "sitemail"
SmtpMail.Send(txtFrom.Text, txtEmail.Text, "", txtBody.Text)
The error message is 'The transport failed to connect to the server'
Any ideas anyone? Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|