Hi All,
I am using CDO to send mail in ASP ,VBScipt.....
[Code]
Set myMail=CreateOb ject("CDO.Messa ge")
myMail.Subject= "Your User ID and Password for PMIS"
myMail.From="ab c@somdomain.com "
myMail.To=Reque st.Form("to")
myMail.TextBody =Request.Form(" body")
myMail.Send
set myMail=nothing
But the mail is not going on post.
Please let me know what can be the reasons for mail not going .
Regards
I am using CDO to send mail in ASP ,VBScipt.....
[Code]
Set myMail=CreateOb ject("CDO.Messa ge")
myMail.Subject= "Your User ID and Password for PMIS"
myMail.From="ab c@somdomain.com "
myMail.To=Reque st.Form("to")
myMail.TextBody =Request.Form(" body")
myMail.Send
set myMail=nothing
But the mail is not going on post.
Please let me know what can be the reasons for mail not going .
Regards
Comment