Hello! Im using Piwigo 12. I have your server.
config_default.inc.php:
$conf[‘smtp_host’] = ‘company.mail.server:25’;
$conf[‘smtp_user’] = ‘’;
$conf[‘smtp_password’] = ‘’;
$conf[‘mail_sender_email’] = ‘email address’;
$conf[‘mail_allow_html’] = true;
$conf[‘smtp_secure’] = null;
These settings done correctly. Still my site dont send mail? Is there something possible on your code or configs?
Emails are heavily restricted on infinityfree.
ete123456:
I have your server
What do you mean?
Try using PHP Mailer, that program works here.
Admin
December 1, 2021, 3:38pm
4
You need to enter the details of the SMTP provider you want to use to send email. We don’t provide an SMTP for you to use, so you’ll need to get that elsewhere.
A simple Gmail account can do the job.
system
Closed
December 8, 2021, 3:39pm
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.