Hello,
Firstly, thank you for your (free) plugin.
My SMTP server requires the use of ‘AUTH’ to send mail. How can I configure your plugin to use this and how can I enter the AUTH settings?
Many thanks!
Hello,
Firstly, thank you for your (free) plugin.
My SMTP server requires the use of ‘AUTH’ to send mail. How can I configure your plugin to use this and how can I enter the AUTH settings?
Many thanks!
I've found this code in the pbci-mail.php file, how can I force it to use this? I can't see in the settings to force using SMTP AUTH?
if ( $this->pbci_smtp_queue['login'] ) {
// If we're using smtp auth, set the username & password
$phpmailer->SMTPAuth = TRUE;
$phpmailer->Username = $this->pbci_smtp_queue['login'];
$phpmailer->Password = $this->pbci_smtp_queue['password'];
}
Thanks!
You must log in to post.