![]() |
Re: Sending e-mail in ASP with CDOSYS
Hi, This post is very informative, however I would like some specific information. If someone can help me then please send me a private message. Best Regards,
|
Re: Sending e-mail in ASP with CDOSYS
Why PM? You can just post it here or in the forums section. If its something very personal you cannot discuss here you can use the PM.
|
Re: Sending e-mail in ASP with CDOSYS
What specific information do you require faital?? Let me know!
|
Re: Sending e-mail in ASP with CDOSYS
Quote:
using the folllowing code? <% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="mymail@mydomain.com" myMail.To="someone@somedomain.com" myMail.TextBody="This is a message." myMail.Send set myMail=nothing %> i have a page say 1.asp ,if i click a send button on 1.asp, it will go to 2.asp wer this code is written. i couldnt find the correct solution frm books and net, i tried a lot, no error is coming but mail is not sent. am using asp ,msaccess for this project. i have taken a asp connection/space from spaceforhost webhosting company. when i enquired they told cdosys is supported by them. is there any need of special server settings to run the code? |
| All times are GMT +5.5. The time now is 03:36. |