First - Kudos for your hard work on a wonderful product.
I think email from piwigo is not working. I have:
piwigo 2.7.4
ubuntu server 12.04 LTS
Apache Web Server 2.2.22
mySQL 5.5.44
PHP 5.3.10-1ubuntu3.19 with Suhosin-Patch
msmtp 1.4.26
I have configured msmtp and the following works:
msmtp (can send mail)
mail (can send mail)
PHP mail (can send mail)
Can't figure out how to get mail to work inside of piwigo
Tried:
$conf['mail_sender_email'] = 'noreply@xxxx.com';
$conf['smtp_host']='xxxx:2626';
$conf['smtp_user'] = 'yyyy@xxxx.com';
$conf['smtp_password'] = 'yyyy';
in various combinations and with 2 different email MTAs with no luck
Administration->Users->Notification->Subscribe
with any user produces:
Error when sending email to JoeShmoe [yyyy@xxxx.com].
User JoeShmoe [yyyy@xxxx.com] not added to the subscription list.
1 mail has not been sent.
1 user not updated.
Any help appreciated.
Offline