Forums

Mail Queues by PBCI
How to specify 'auth' settings for smtp server (2 posts)

  1. gavinwatson
    Member
    Posted 11 months ago #

    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!

    http://wordpress.org/extend/plugins/mail-queues/

  2. gavinwatson
    Member
    Posted 11 months ago #

    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!

Reply

You must log in to post.

About this Plugin

About this Topic

Tags

No tags yet.