| Author |
Sending multiple emails using mailto URI Scheme
|
Rizwan Mohammad
Ranch Hand
Joined: Sep 02, 2005
Posts: 445
|
|
Hi, I have a requirement in a web page where on click of link, i need to send multiple emails. I am able to send up 200 or 300 emails using mailto URI scheme. How can I pass more emails here or is there any alternate solution to this? It was suggested by someone to use COM objects. Can someone elaborate how com objects will solve this purpose?
Thanks in advance.
|
Rizwan
SCJA, SCJP, SCWCD, SCBCD, SCDJWS.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56219
|
|
COM objects?
In a task controller, use the JavaMail API to send mail messages. (There should be no Java code in JSPs.)
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Sending multiple emails using mailto URI Scheme
|
|
|