how to send the contents of a form as email without using mailto in the action method of the form tag. is there any SMTP scripts for this, without using any server side scripting.
Printable View
how to send the contents of a form as email without using mailto in the action method of the form tag. is there any SMTP scripts for this, without using any server side scripting.
SMTP requires the SMTP services to be running on their machine. What specifically are you trying to accomplish (provide an example please) as mailto or server side are better suited anyway?