MyBB Community Forums

Full Version: E-mail code not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well i put this e-mail code onto a custom page and it opens outlook. I want it to send right to my e-mail. My friend tried the same code on another site and it didnt happen. I tried a different e-mail code and still opened outlook which leads me to believe its my site doing this, here is the code.

<form action="mailto:[email protected]">
Name: <input name="Name" value="" size="10"><br> 
Email: <input name="Email" value="" size="10"><br> 
<textarea wrap="virtual" name="Comments" rows=3 cols=20 maxlength=100></textarea><br>
<input type="submit">
Usually you have to write a server side script to process the form and send the email. I certainly never do it that way.
Hmm i have NO idea how to do that Big Grin....
Just google it, there are plenty of tutorials: http://www.ibdhost.com/contact/
Will this work for a mycode?
In what way?? You can make a MyCode output a forum in a post but that would be a very odd thing to do, and you'd still need PHP behind it to actually send the mail.