Click to See Complete Forum and Search --> : HTML email template for mailto?


DirkHamilton
04-24-2003, 11:36 AM
Can I? :
Set up a mailto action that opens a new email where you would see an HTML form to fill out and send?
Are there? :
Any examples of this around?

havik
04-24-2003, 12:27 PM
I don't believe that this is an option. However, you could have an html form on a web page and have it sent to your email using a cgi script.

Havik

pyro
04-24-2003, 01:15 PM
Try something along these lines:

<a href="mailto:you@your.com&subject=Your Subject?body=Question one:" enctype="text/plain">email</a>