|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Generating HTML Mail
Dear all,
I m displaying details of a document after getting data from multiple tables of my database. Now i wanted to generate an HTML enabled email with the same document as content. I m using ChilkatWebMail for this purpose which has a method objMail.send([HTML Here]). When i send this mail it generates error. Actual problem is organizing html data before sending. I can't write whole html in send() method. Because my html is very long and fetches data at runtime. I m also uses subroutines to perform individual tasks. So whenever i call a subroutine, it generates error. My question is a little bit difficult to understand but if any one need more detail i can provide my actual file too. thanks. Imran |
|
#2
|
|||
|
|||
|
why post if you don't propose a question?
My workaround for this would be check to see if this component can accept a webpage as an input, most can actually (suprisingly =P), you can just generate the webpage in your subroutines and it's easy to see how it comes out then and view it etc. and then just link to it in your body of the mail component. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Generating HTML Mail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|