Hi!
I have written code to send a mail.The code is
myMail.Subject="Sending email with CDO" myMail.From="[EMAIL PROTECTED]"
myMail.To="[EMAIL PROTECTED]" myMail.TextBody="This is a message."
myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/sendusing")=2 'Name or IP of
remote SMTP server myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserver") _
="smtp.server.com" 'Server port myMail.Configuration.Fields.Item _
("http://schemas.microsoft.com/cdo/configuration/smtpserverport") _ =25
myMail.Configuration.Fields.Update myMail.Send
I am getting this error.
Error Type:
CDO.Message.1 (0x80040213)
The transport failed to connect to the server.
/dilip/vaasthu/sendmag_6.asp,
__________________________________________
Actually at present, I don't have any domain.Is this code can be made to work
on an individual PC which has got Internet connection.
Please send me the solutions.I am in great need of this.
Regards
Dilip
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/