S
safs
I am developing site in asp.I am trying to send mail.Using CDO.Message
but in local i can send but in Remort server.....my cade is
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Requesting Catalog..........."
myMail.From="form name"
myMail.To="local server"
myMail.TextBody="Mail From Icmsolution Career"
myMail.HTMLBody=HTML1
myMail.Send
set myMail=nothing
if i want to send mail from remot server what should i do...
but in local i can send but in Remort server.....my cade is
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Requesting Catalog..........."
myMail.From="form name"
myMail.To="local server"
myMail.TextBody="Mail From Icmsolution Career"
myMail.HTMLBody=HTML1
myMail.Send
set myMail=nothing
if i want to send mail from remot server what should i do...