Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Sending an e-mail via a html page


Message #1 by "gunther vl" <gunther.vanl@e...> on Wed, 30 Jan 2002 10:48:45
Do you have an example form with code of this because the desciption you 
give me is not enough.

If you do please send it, I would appreciate it.

Thanx in advance



> Yes, someone asked about this recently so I have it handy.
> 
> c/o Alfredo Yong
> 1. use "method='GET' in the form tag
> 2. use the name "to" for the destination input box
> 3. use the name "subject" for the subject input box
> 4. use the name  "body"  for the body input box
> 
> you should will end with a link like this:
> "mailto:destination@w...?subject=the_subject&body=the_body"
> 
> Patrick
> 
> -----Original Message-----
> From: gunther vl [mailto:gunther.vanl@e...]
> Sent: January 30, 2002 10:49 AM
> To: HTML Code Clinic
> Subject: [html_code_clinic] Sending an e-mail via a html page
> 
> 
> Hi everyone,
> 
> Is there a way to send an e-mail of a html page that has several fields 
on
> it that users must fill in. How do you retrieve the values of those 
fields
> and how do you enter them in the e-mail body ?
> 
> Thanx,
> 
> Gunther
> $subst('Email.Unsub').
> 

  Return to Index