advanced html using the mailto function

admin

Administrator
Staff member
I would like to email a large number of addresses from a webpage, with the addressees coming from a database. I can get the addresses into outlook no problem. However when I try to send the email, outlook crashes. Presumably because there is to many addresses in the "To:" box.<br />
<br />
One solution I thought of was to put half the addresses into the "cc" box. <br />
<br />
however how do I do that from a webpage using the mailto HTML command? <br />
<br />
any suggestions would be gratefully received,<br />
<br />
Ben Hipwell<!--content-->No offense but that is just plain foolish. You should use a server-side script to send email. But if you want, just add it to your HREF:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:[email protected]?subject=Your subject&cc=emails&[email protected]">email</a><!--content-->
 
Back
Top