Koozali.org: home of the SME Server

PHP mail function

Kevin1

PHP mail function
« 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?

Kevin1

PHP mail function
« Reply #1 on: April 25, 2004, 10:30:46 AM »
Sorry, I'm running SME server 6.0.

Kevin1

PHP mail function
« Reply #2 on: April 25, 2004, 06:43:03 PM »
Can somebody help me?

gbaird

php mail
« Reply #3 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

Anonymous

Re: php mail
« Reply #4 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?

Kevin1

PHP mail function
« Reply #5 on: April 26, 2004, 03:19:12 PM »
Nobody can help?

Offline wyron

  • *
  • 275
  • +0/-0
    • http://www.ideast.dk
PHP mail function
« Reply #6 on: April 26, 2004, 03:45:27 PM »
Are you sure that your ISP hasn't closed port 25 without telling you ?
Greetings
wyron
...

Kevin1

PHP mail function
« Reply #7 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 ;)