Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Re: No emails...  (Read 3898 times)

0 Members and 1 Guest are viewing this topic.

radianation

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 79
    • Radianation
Re: No emails...
« on: March 14, 2006, 07:44:49 pm »

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?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: No emails...
« Reply #1 on: March 15, 2006, 06:23:19 am »

split from unrelated thread that was marked as "solved"
Logged

^DooM^

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: No emails...
« Reply #2 on: March 16, 2006, 01:47:05 pm »

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
Code: [Select]
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
Code: [Select]
sendmail_path = /usr/bin/sendmail -t -i
This is not set as default and should enable you to use sendmail properly.

Cheers ;)
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 19 queries.