Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Kevin1 on April 25, 2004, 10:25:16 AM

Title: PHP mail function
Post 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?
Title: PHP mail function
Post by: Kevin1 on April 25, 2004, 10:30:46 AM
Sorry, I'm running SME server 6.0.
Title: PHP mail function
Post by: Kevin1 on April 25, 2004, 06:43:03 PM
Can somebody help me?
Title: php mail
Post by: gbaird on April 25, 2004, 09:52:07 PM
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
Title: Re: php mail
Post by: Anonymous on April 25, 2004, 10:06:28 PM
Quote from: "gbaird"
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?
Title: PHP mail function
Post by: Kevin1 on April 26, 2004, 03:19:12 PM
Nobody can help?
Title: PHP mail function
Post by: wyron on April 26, 2004, 03:45:27 PM
Are you sure that your ISP hasn't closed port 25 without telling you ?
Title: PHP mail function
Post by: Kevin1 on April 26, 2004, 08:43:02 PM
Sorry, it was my own fault. I just had to insert correct domain name like username.dyndns.com.

Thanks for helping ;)