Re: No emails... Re: No emails...
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Re: No emails...

Started by radianation, March 14, 2006, 07:44:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

radianation

I am having trouble with 1.4.4 and email activation. I changed the SMTP field to try my other mail server that is known to be working and didn't have any luck with that either. I am trying to check out the sendmail function independently... Any tips?

Joachim Müller

split from unrelated thread that was marked as "solved"

^DooM^

If you have root access to your server check the sendmail path it is usually /usr/bin/sendmail or /usr/sbin/sendmail

If its not there search for it using find / -noleaf -name sendmail

Then check your php.ini to make sure it is pointed to sendmail. If it is, try adding the following switches to your php.ini sendmail_path = /usr/bin/sendmail -t -i

This is not set as default and should enable you to use sendmail properly.

Cheers ;)