You are here

protected property SettingsForm::$mailManager in PHPMailer SMTP 2.x

Same name and namespace in other branches
  1. 8 src/Form/SettingsForm.php \Drupal\phpmailer_smtp\Form\SettingsForm::mailManager
  2. 2.0.x src/Form/SettingsForm.php \Drupal\phpmailer_smtp\Form\SettingsForm::mailManager
  3. 2.1.x src/Form/SettingsForm.php \Drupal\phpmailer_smtp\Form\SettingsForm::mailManager

The mail manager.

Type: \Drupal\Core\Mail\MailManagerInterface

File

src/Form/SettingsForm.php, line 23

Class

SettingsForm
Defines a form to configure PHPMailer SMTP settings.

Namespace

Drupal\phpmailer_smtp\Form

Code

protected $mailManager;