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\ConnectionTesterCode
public function setMailer(PHPMailer $mailer) {
$this->phpMailer = $mailer;
}