You might want to repost this to the PHP/MySQL section, as this question partains to using either CGI/Perl or PHP sendmail functions. You can also use ASP for such a thing - depending on what you are more comfortable with. If you don't care too much about formatting you can use the plain text format in your form action and change the email address like this (see cautions after form):
Code:
<form method="post" enctype="text/plain" action="mailto:you@yourdomain.com">
Caution: the only problem with using this function was that last time I checked it didn't work in AOL.
If this doesn't work for you I would suggest going with CGI, PHP, or ASP, so that you can format things how you want. If you have someone else hosting your website you should check with them, oftentimes they have premade formmail scripts that you can use.
Hope that helps,
Kaiman
Storm King Design
Last edited by Kaiman; 03-28-2005 at 12:54 PM..
|