Can't receive email notifications, either for the user nor for the admin Can't receive email notifications, either for the user nor for the admin
 

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]

Main Menu

Can't receive email notifications, either for the user nor for the admin

Started by cristele, September 05, 2006, 11:02:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cristele

Hi there, I tried to register a new user but although everything seems to go smoothly, I never receive the emails, nor from my new user box nor from my admin box.
Any idea?
My gallery is here:
www.orighinami.com/Galleries
(sorry for the background color i know it makes it hard to read)

Precision: I checked the "lost password" function and with this one, my user did receive an email to proceed to a new password, and then the message with the new password. Any idea what could go wrong with the registration part?

cheers

cristele

Joachim Müller

This proves that your server has got the power to send emails in the first place, so you have to check why one email gets delivered and the other doesn't. Alas, there can be many reasons for an email to get dropped: maybe the recipeint's mail server doesn't accept emails from you, or the email got caught inside a spam blocker mechanism.

You should upgrade to the most recent stable (currently cpg1.4.9) - not sure if this is going to fix your issue, but it will definitely fix some issues.

cristele

Ok, I'll try to upgrade. The thing is, I rewrote/simplified the login.php and registration.php and I'm afraid to upgrade since i dont know if the (original) files were modified in 1.4.9. and if my stuff will still be compatible? I didnt really *change* things around, more like, simplified those files and adding one or 2 buttons (like a "back button", for example)....is there a list of modified files for 1.4.9 for me to check if I'm still up to date with my changes?

thanks for your help!

cristele

Joachim Müller

There is a changelog that comes with the package, however it won't help you much. It's one of the drawbacks when customizing your site: you have to re-apply your changes. Use a diff viewer to find out what you changed by comparing your version with a vanilla copy of your version. Note the changes, upgrade as suggested in the docs, then re-apply your changes.