mayanksrmcem
10-16-2007, 01:51 AM
hi all,
i have write a code for sending mails,
but there is a problem in mail send.
it shows an error message like that:
The "SendUsing" configuration value is invalid.
i have write my code below,
i have not able to solve this proble.
please help me to solve this.
or send me any code for send mail successfully.
thanx
my code is....
<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="mayank_yourfriend@yahoo.co.in"
myMail.To="mayank_yourfriend@yahoo.co.in"
myMail.TextBody="This is a message."
myMail.Send
set myMail=nothing
response.write("mail send")
%>
i have write a code for sending mails,
but there is a problem in mail send.
it shows an error message like that:
The "SendUsing" configuration value is invalid.
i have write my code below,
i have not able to solve this proble.
please help me to solve this.
or send me any code for send mail successfully.
thanx
my code is....
<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="mayank_yourfriend@yahoo.co.in"
myMail.To="mayank_yourfriend@yahoo.co.in"
myMail.TextBody="This is a message."
myMail.Send
set myMail=nothing
response.write("mail send")
%>