Click to See Complete Forum and Search --> : multiple mailto 's


rhsunderground
12-08-2003, 01:49 PM
does it work to enter multiple email addresses in the form's
action="mailto:" thing or do i need a script to handle that? this is for UNL, so it's kinda important.

soccer362001
12-08-2003, 02:22 PM
I think its ok but i dont know for sure cause i havent tried it.

ray326
12-08-2003, 03:21 PM
This works for sure when your default email client is Outlook.


<form action="mailto:foo@bar.com;three@stooges.org?subject='test mail'"
enctype="text/plain" method="post">
<input type="hidden" name="hootie" value="blowfish">
<input type="submit">
</form>