Click to See Complete Forum and Search --> : e-mail question


Thugz
12-17-2002, 06:51 AM
How can I get an e-mail with two different adresses in a HTML-page?


Can anybody help me out!

Falconix
12-17-2002, 10:20 AM
To my knowledge that's not possible with normal HTML, but can be done to some effect with server side programming, like ASP/PHP. If you wanted to use that though, you would need a server that supported it and would need to understand the language a bit.

khalidali63
12-17-2002, 01:21 PM
Well here is the line of code that will send an e-mail to multiple e-mail addresses,you only need to separate e-mail address with a semi-column";"

<form name="comments" method="POST" action="MAILTO:first_email@hotmail.com;second_email@hotmail.com" enctype="TEXT/PLAIN">

I just tested it to send e-mails on my 3 email addresses...
:-)

Khalid