Help!! CGI Form Mail Nightmare!!!

sevendust

New Member
Someone please help! I don't wnna use mailto: method but Is there anyway I can make a mail form so it will send me e-mail without to having to have to upload a CGI program? So people can just send me random emails from forms? I don't understand, im so confused! Can somone help?

Im trying to make it work for manofmatrix07@yahoo.com if that helps :)
 
You can use
Code:
mailto:[email="manofmatrix07@yahoo.com"]manofmatrix07@yahoo.com[/email]?subject=<subject>&body=<body>
but it works only if the line is less than 128 chars.
So it's better to do it with a script...
 
Back
Top