Mail() setup
Moderators: egami, macek, gesf
-
- Last Samuray
- Posts: 824
- Joined: Sun Jun 02, 2002 3:09 am
php.ini
;[mail]
smtp adress
;[mail]
smtp adress
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
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 wrote: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
a diligent learner
- ruturajv
- php-forum Super User
- Posts: 1279
- Joined: Sat Mar 22, 2003 9:42 am
- Location: Mumbai, India
- Contact:
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
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