Hello ! Sorry for my bad english...
I have upgrade zenphoto 1.0.5 to 1.1.4. I have actived the notification when a comment is add. But the mail (object and message) is empty. Where is the error? Which file do I have to modify? Before the upgrade, that works be fine!
Thank you for your help !
Please check the following:
Do you receive an email if you request a password reset?
Check the email address you have entered in the admin login information. Is it correct?
Check your spam filter. Is it allowing the emails from the gallery?
Check the email comment notification option. Is is checked?
I receive an email when I do a password reset, but its empty like the other one.
http://img.skitch.com/20080403-qjh9j6kt7jxtmxf4eytfc2cxsu.jpg
Yes the email is correct.
http://img.skitch.com/20080403-1xn94gdt3nhqdmdsuuqb1521nd.jpg
Yes I get the emails in my inbox.
Yes its checked.
http://img.skitch.com/20080403-re6k762qgmuiuktyd4afi7ij9q.jpg
Is it normal that the email is from, zenphoto@URL ?
Do you receive an email if you request a password reset?
YES.
Check the email address you have entered in the admin login information. Is it correct?
YES. We are notify when a comment is added. But with the mail empty.
Check your spam filter. Is it allowing the emails from the gallery?
YES. Is it allowed.
Check the email comment notification option. Is is checked?
YES. It is checked.
The bug is in libe-utf8.php, but where?
Thanks for your help sbillard !
To debug this you could add an output statement after the line:
$message = chunk_split(base64_encode($message));
add
echo "Mail message reads:".$message;
If this shows text, then the message is still intact and something is happening during the sending or receiving.