rajeshnaidu
04-28-2004, 07:45 AM
My requirement is:
I have to send e-mail where:
1. the bcc field contains upto 1000 mail ids
2. and the body of the email is content of a html/text file (file is in the client machine).
3. I have to do it in javascript/jsp.
The problem am facing right now is:
1. am trying to open the html/text file using window.open(html/text file) and then using childwindow.document.body.innerText as the body of e-mail.
Here the mailto protocol url length has been a constraint, so that only a part of the text is displayed as the content of the email..
Is there any other solution to this or any solution to my code ? Can you please help me out of this problem?
Thanks in Advance..
I have to send e-mail where:
1. the bcc field contains upto 1000 mail ids
2. and the body of the email is content of a html/text file (file is in the client machine).
3. I have to do it in javascript/jsp.
The problem am facing right now is:
1. am trying to open the html/text file using window.open(html/text file) and then using childwindow.document.body.innerText as the body of e-mail.
Here the mailto protocol url length has been a constraint, so that only a part of the text is displayed as the content of the email..
Is there any other solution to this or any solution to my code ? Can you please help me out of this problem?
Thanks in Advance..