How to setup an email in 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
gelat05
Forum Newbie
Posts: 1
Joined: Wed Jan 06, 2010 11:15 am

How to setup an email in php?

Post by gelat05 »

hi guys i want to know on how to configure email in php in order to send information directly to email account, does it require an email server?...
abushahin
Forum Commoner
Posts: 42
Joined: Wed Nov 25, 2009 12:35 pm
Location: london

Re: How to setup an email in php?

Post by abushahin »

Hey you need to use the php mail() function its pretty simple Have a look here for a demo/code
Post Reply