How do I send an email with php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Magicman0022
Forum Newbie
Posts: 11
Joined: Thu Jul 28, 2005 8:38 am

How do I send an email with php

Post by Magicman0022 »

I am looking for the simplest way to send an email in php. I'm specifically looking for the code.

Do I need to change my system settings in any at all.

I am a total novice to php

Thanx


A
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

http://www.php.net

As soon as you want to do some more 'advanced stuff' (html, attachments, ...) you might want to have a look at http://phpmailer.sf.net.
Post Reply