Subject: SMTP Configuration Assistance with Infomaniak for phpList
Hello,
I am having difficulties configuring SMTP email sending in phpList with my host server.
Here are the parameters I am using in my config.php:
define('PHPMAILERHOST', 'mail.xxxxxxxx.ch');
$phpmailer_smtpuser = 'xxxxxxxxxx';
$phpmailer_smtppassword = 'xxxxxxxxxx';
define('PHPMAILER_SECURE','ssl');
define('PHPMAILERPORT',465);
define('PHPMAILER_SECURE',false);
$phpmailer_smtpoptions = array(
'ssl' => array(
'verify_peer' => false,
'verify_peer_name' => false,
'allow_self_signed' => true
)
);
Despite this configuration, emails are not being sent correctly.
Could you please confirm Any other specific settings required to ensure SMTP sending works correctly.
Thank you in advance for your help and guidance.
Best regards,
Viga
