Loading core/lib/Drupal/Core/Mail/MailManager.php +2 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,8 @@ public function mail($module, $key, $to, $langcode, $params = [], $reply = NULL, * to provide translatable markup to display as a message if an error * occurs, or set this to false to disable error display. * @param string|null $reply * Optional email address to be used to answer. * (optional) The email address or addresses to set as the reply-to header. * The format must be the same as the $to parameter. * @param bool $send * If TRUE, call an implementation of * \Drupal\Core\Mail\MailInterface->mail() to deliver the message, and Loading core/lib/Drupal/Core/Mail/MailManagerInterface.php +2 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,8 @@ interface MailManagerInterface extends PluginManagerInterface { * to provide translatable markup to display as a message if an error * occurs, or set this to false to disable error display. * @param string|null $reply * Optional email address to be used to answer. * (optional) The email address or addresses to set as the reply-to header. * The format must be the same as the $to parameter. * @param bool $send * If TRUE, call an implementation of * \Drupal\Core\Mail\MailInterface->mail() to deliver the message, and Loading Loading
core/lib/Drupal/Core/Mail/MailManager.php +2 −1 Original line number Diff line number Diff line Loading @@ -208,7 +208,8 @@ public function mail($module, $key, $to, $langcode, $params = [], $reply = NULL, * to provide translatable markup to display as a message if an error * occurs, or set this to false to disable error display. * @param string|null $reply * Optional email address to be used to answer. * (optional) The email address or addresses to set as the reply-to header. * The format must be the same as the $to parameter. * @param bool $send * If TRUE, call an implementation of * \Drupal\Core\Mail\MailInterface->mail() to deliver the message, and Loading
core/lib/Drupal/Core/Mail/MailManagerInterface.php +2 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,8 @@ interface MailManagerInterface extends PluginManagerInterface { * to provide translatable markup to display as a message if an error * occurs, or set this to false to disable error display. * @param string|null $reply * Optional email address to be used to answer. * (optional) The email address or addresses to set as the reply-to header. * The format must be the same as the $to parameter. * @param bool $send * If TRUE, call an implementation of * \Drupal\Core\Mail\MailInterface->mail() to deliver the message, and Loading