Whats the code to send emails?

I’ve seen them all over, and I searched on google, but again…nothing to help me.

I want the thing that gives you the option to enter your email, your name, and the message along with the send mail button and it automatically goes to the email you specify… How?

<-- :sigh:

Didn’t help. Do you know?

Is this what you want ?
http://www.actionscript.org/tutorials/intermediate/php_send_mail/index.shtml

You can use part of the code given from http://www.mrbobdouglas.com/dev/errorpage_gen.php the Functions Generator. What exactly are you trying to get done here?

There are a ton of free send e-mail scripts out their. FormMail is one I think. http://www.mattsscripts.co.uk/ also has one.

*Originally posted by sdrawkcaB *
**Didn’t help. Do you know? **
Repeat after me, “The Search Tool is my Friend”.

Search results (this forum only using mail and script as search words)

Why is everything I ask for ALWAYS end up coming back as Flash or PHP. Dangit I only know HTML and don’t want to use Flash.

Possibly because you’re in the serverside scripting forums of a primarily flash forum.

Aight, is PHP the ONLY way for me to do this?

Well, it’s Server Side and Scripting. Not Flash Actionscript.

PHP is a server side scripting language that many of the forum users are familiar. No, php is not the only way, but it will probably be the easiest way… theres a tutorial for it on kirupa and a thread about it by jubba in the best of kirupa forum. I’m leaving it up to you to find it

I did find it, but I don’t know how to do that crap. I’ll just mess around with it… Ah well.

go to www.webmonkey.com

they will have very basic HTML tutorials for you.

Rev

The Jubba one didn’t work.

www.usps.com

If you want to receive mail work with them…

PHP is hopeless for you man…

Right.

look for cgi scripts php mailTo function or any server-side script

Download FrontPage 2002/XP And use their Form.

Edit the properties to send the results to your e-mail. It uses NO PHP, and it works. :slight_smile:

http://freespace.virgin.net/sizzling.jalfrezi/forms.htm

there is a tutorial about forms with HTML. That will also do it for you.

PHP is really a good idea when you want to add more stuff and easily format the text that you want sent.

Thanks Jub.