<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="
[email protected]"
myMail.To="
[email protected]"
myMail.Bcc="
[email protected],mallinathk@alohate chnology.com"
myMail.TextBody="This is a message. using CDO object"
myMail.Send
set myMail=nothing
Response.Write "msg send successfully"
%>
here mails are only goes to gmail.com a/c not foe .bz a/c