MyBB Community Forums

Full Version: Help with coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a web form ready, i.e. i ahve all the fields in html e.t.c,
however i need some sort of script- or anything that will send it to me via e-mail

anyone know any???
do u mean a contact us form ?
If you know php and you have mybb's global file included in your document, you could use mybb's mail function. The syntax is ...

mymail('to address', 'subject', 'message', 'from address');

you could also use php's mail function

Failing that you could set the forms action to your address, as described in step one on this page. This is unsupported in some browsers though.