Mail() setup

A

Anonymous

Guest
How do you setup a server to provide the mail function ??
 
In linux
You should make sure that Sendmail Daemon are running on port 25 by typing:
nmap -sT localhost
,if not then type
/etc/rc.d/init.d/sendmail start


For more information, type
rpm -qc sendmail

Hope that helps! I will help you as far as i can


aijazasoomro said:
Hi dear i am trying to use main function so i get this error so please tell me the solution

Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in c:\apache\htdocs\ch25\sendmail.php on line 3
Message Sent! Back to menu

I will be thank ful for this act of kindness
 
be sure that you have the smtp server running when you are using the win2000

you can see if its running
by typing "inetmgr" in the run window

this will open the internet manager, here you can see if the smtp server is running.!

AND check for the configuration in php.ini
 
Back
Top