Hello/Hi/Greetings,
I just installed on Dreamhost, and created a new user for uploading content (I prefer not to use an admin account for that).
However the new user email never arrives, and I cannot find where email sending is configured. Also, given that I found no relevant threads it seems like I'm the only person expereincing the problem?
Piwigo 15.5.0 Check for upgrade
Installed on 28 March 2025, 1 hour ago
Operating system: Linux
PHP: 8.3.14 (Show info) [2025-03-28 22:13:47]
MySQL: 8.0.28-0ubuntu0.20.04.3 [2025-03-28 22:13:47]
Graphics Library: ImageMagick ImageMagick 6.9.11-60
Cache size N/A never calculated Refresh
Piwigo URL: http://
Offline
If you add a new user through the admin interface, no email needs to be sent. Anyway, for email configuration see include/config_default.inc.php email section, at least
$conf['smtp_host'] = '';
$conf['smtp_user'] = '';
$conf['smtp_password'] = '';
need to be set. Do not edit that file, instead add your values to local/config/config.inc.php or use the LocalFiles Editor plugin to do so.
Offline