mail server configuration

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
Pratik Sheth
Forum Newbie
Posts: 4
Joined: Wed Oct 14, 2009 5:56 am

mail server configuration

Post by Pratik Sheth »

hello all,
i am trying to do a simple eg. of sending a mail from php using mail function.
can anyone suggest me is there any kind of configuration(server configuration) required?
litarena
Forum Newbie
Posts: 14
Joined: Tue Sep 01, 2009 3:39 am

Re: mail server configuration

Post by litarena »

What platform are you on? If it's unix, and you have access to the command line, simply send yourself a test mail on the command line using the mail command.

The answer to your question is yes. Obviously all mail servers require some kind of configuration.
Pratik Sheth
Forum Newbie
Posts: 4
Joined: Wed Oct 14, 2009 5:56 am

Re: mail server configuration

Post by Pratik Sheth »

thanks
m working on Fedora 8 (Linux)
can u help me with the configuration process n what xactly i need to write on the command prompt for that.
Post Reply