You are here

public function ConnectionTester::setMailer in SMTP Authentication Support 8

File

src/ConnectionTester/ConnectionTester.php, line 95

Class

ConnectionTester
Allows testing the SMTP connection.

Namespace

Drupal\smtp\ConnectionTester

Code

public function setMailer(PHPMailer $mailer) {
  $this->phpMailer = $mailer;
}