Hi Everyone I'm new to piwigo and apologies for being "daft" LOL
I have ben searching for the SMTP configuration and can't locate it.
I seen a post or two instructing to look in local/config/config.inc.php but no such file exists
Offline
You get this file when you install the plugin "LocalFiles Editor". The plugin allows you to edit this file without accessing it directly via command line.
Offline
OHappyDay wrote:
You get this file when you install the plugin "LocalFiles Editor". The plugin allows you to edit this file without accessing it directly via command line.
Thanks
Offline
OHappyDay wrote:
You get this file when you install the plugin "LocalFiles Editor". The plugin allows you to edit this file without accessing it directly via command line.
I would like to thank you on my behalf, it was also very informative for me.
Offline
Welcome! No worries, it's not daft at all — Piwigo's SMTP setup isn't obvious at first.
The config.inc.php file doesn't exist by default; you'll need to create it manually in the local/config/ directory. Just make sure that folder exists, then create config.inc.php and add your SMTP settings using the $conf['smtp_...'] options.
Let us know if you need an example snippet!
Offline