send mail through asp
-
Hello I have a page thats display reports my requirements is after display of records send mail this reports to mail id selected from table click on mail and other is to save this reports to .xls file thanks
sanjeev
-
Hello I have a page thats display reports my requirements is after display of records send mail this reports to mail id selected from table click on mail and other is to save this reports to .xls file thanks
sanjeev
This is ASP, not ASP.NET ? I'd look for C++ COM objects to do the work for you, seems most likely to succeed to me.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
This is ASP, not ASP.NET ? I'd look for C++ COM objects to do the work for you, seems most likely to succeed to me.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
i can't understand
sanjeev
-
i can't understand
sanjeev
Are you using asp, or ASP.NET ? What compiler are you using ? What languages ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Are you using asp, or ASP.NET ? What compiler are you using ? What languages ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
i am using asp not .net
sanjeev
-
Hello I have a page thats display reports my requirements is after display of records send mail this reports to mail id selected from table click on mail and other is to save this reports to .xls file thanks
sanjeev
You can send mail using cdont or cdosys depending on server support. for cdont I am adding code set mymail=server.createobject("cdonts.newmail") mymail.mailformat=0 mymail.bodyformat=0 mymail.from="info@rpgwebsolutions.com" mymail.to="poonam@indiabusinesszone.com" mymail.subject="Here Subject will go.." mymail.body="Body data will go here. You can add html tags in this data" mymail.send set mymail=nothing for exporting reports to excel use this code in the head section of document: Response.ContentType = "application/vnd.ms-excel" Response.AddHeader "Content-Disposition", "attachment; filename=Task_Monitor_Reports.xls"
-
i can't understand
sanjeev
Use CDONTS or CDO Sys
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson