Skip to content
Snippets Groups Projects
Commit 18f362ca authored by Viktor Holovachek's avatar Viktor Holovachek
Browse files

Issue #3027929 - Allow empty messages

parent f958a196
No related branches found
No related tags found
1 merge request!5Issue #3027929 - Allow empty messages
......@@ -22,6 +22,12 @@ class DrupalPHPMailer extends \PHPMailer implements MailInterface {
use StringTranslationTrait;
/**
* Whether to allow sending messages with an empty body.
* @var boolean
*/
public $AllowEmpty = TRUE;
/**
* Stores the Return-Path, which may be different from Sender.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment