|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Really Important. Can Anyone give me a HELP?
Originally posted by : Carlos SilvaHow can I send HTML E-mail Message through ASP?Well here is the thing, I want to send a Weekly Newsletter, but a don't know who to send the HTML File!Who can I do it?Thanks!
|
|
#2
|
|||
|
|||
|
Originally posted by : bindi desai (bindi@indiasamachar.com)you can use Jmail or cdont.dll to send a mailcode sampleDim newMailObj , sMailBody Set newMailObj = CreateObject("CDONTS.Newmail")newMailObj.MailFormat = 0newMailObj.BodyFormat = 0newMailObj.From ="senders email address "newMailObj.To = receipient's eamil addressnewMailObj.Subject ="LiveTenders"newMailObj.BodyFormat = CdoBodyFormatText sMailBody= " content of mail body goes here"newMailObj.Body = sMailBodynewMailObj.SendHope this will suffice ur purpose,All the bestBindi------------Carlos Silva at 10/1/2001 2:57:14 PMHow can I send HTML E-mail Message through ASP?Well here is the thing, I want to send a Weekly Newsletter, but a don't know who to send the HTML File!Who can I do it?Thanks!
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Really Important. Can Anyone give me a HELP? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|