Viewing 1 replies (of 1 total)
  • Thread Starter omega1

    (@gavinwatson)

    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!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Mail Queues by PBCI] How to specify 'auth' settings for smtp server’ is closed to new replies.