Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Kevin1 on April 25, 2004, 10:25:16 AM
-
Hi!
PHP mail function not working. There are no errors but just don't send e-mail :(
Why?
-
Sorry, I'm running SME server 6.0.
-
Can somebody help me?
-
Hello
check your php.ini file also what program you are using maybe a bug or a little adjustment in a config file
you can use midnight commander and look in the /etc directory for php.ini
hope this helps
-
check your php.ini file also what program you are using maybe a bug or a little adjustment in a config file
Yes, I've already tested it. My php.ini and phpinfo() shows me that:
sendmail_from = me@localhost.com
SMTP = localhost
smtp_port = 25
sendmail_path = /usr/sbin/sendmail -t -i
I haven't changet it but I have tried to change those values. I put back like it was.
Any suggestions?
-
Nobody can help?
-
Are you sure that your ISP hasn't closed port 25 without telling you ?
-
Sorry, it was my own fault. I just had to insert correct domain name like username.dyndns.com.
Thanks for helping ;)