Welcome Guest [Log In] [Register]
Viewing Single Post From: Outgoing Email with PHP
Jory
Member Avatar


http://nl2.php.net/manual/en/function.mail.php

See the third and fourth example. They include a bunch of headers you'll find usefull.

There are also a bunch of usefull user notes.

If you need a more powerfull1 and flexible solution and PEAR is installed, try PEAR::Mail. (If you don't have PEAR installed, ask your hosting provider. If they won't install it, you can download all the packages and then upload them yourself, although thats a bit more work.)

1: Well, technically its not more powerfull. But its much easier to do the more advanced things, so, err, easier power.
Offline Profile Quote Post
Outgoing Email with PHP · Programming and Scripting Chat