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.