public property PhpMailerSmtp::$AllowEmpty in PHPMailer SMTP 8
Same name and namespace in other branches
- 2.x src/Plugin/Mail/PhpMailerSmtp.php \Drupal\phpmailer_smtp\Plugin\Mail\PhpMailerSmtp::AllowEmpty
- 2.0.x src/Plugin/Mail/PhpMailerSmtp.php \Drupal\phpmailer_smtp\Plugin\Mail\PhpMailerSmtp::AllowEmpty
- 2.1.x src/Plugin/Mail/PhpMailerSmtp.php \Drupal\phpmailer_smtp\Plugin\Mail\PhpMailerSmtp::AllowEmpty
Whether to allow sending messages with an empty body.
Type: bool
File
- src/
Plugin/ Mail/ PhpMailerSmtp.php, line 52
Class
- PhpMailerSmtp
- Implements the base PHPMailer SMTP class for the Drupal MailInterface.
Namespace
Drupal\phpmailer_smtp\Plugin\MailCode
public $AllowEmpty = TRUE;