abhayatweb
01-30-2007, 04:04 AM
:confused:
Hi friends,
I want to know, is there any way to send an email to a specific email address or addresses. Currently i m using following script :
Dim myMail
Set myMail=CreateObject("CDO.Message")
myMail.Subject="You have received an enquiry about Travelling"
myMail.From="maymail@test.com"
myMail.To="others@test.com"
myMail.TextBody="You have received an enquiry about Travelling."
myMail.Send
set myMail=nothing
But its not working sometimes. So, is there any powerfull and simplest way for this.
Hi friends,
I want to know, is there any way to send an email to a specific email address or addresses. Currently i m using following script :
Dim myMail
Set myMail=CreateObject("CDO.Message")
myMail.Subject="You have received an enquiry about Travelling"
myMail.From="maymail@test.com"
myMail.To="others@test.com"
myMail.TextBody="You have received an enquiry about Travelling."
myMail.Send
set myMail=nothing
But its not working sometimes. So, is there any powerfull and simplest way for this.