Home
last modified time | relevance | path

Searched refs:isHtmlBody (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DMailHandler.php81 protected function isHtmlBody(string $body): bool function in Monolog\\Handler\\MailHandler
DMandrillHandler.php56 if ($this->isHtmlBody($content)) {
DSendGridHandler.php89 if ($this->isHtmlBody($content)) {
DSwiftMailerHandler.php97 if ($this->isHtmlBody($content)) {
DNativeMailerHandler.php116 …$contentType = $this->getContentType() ?: ($this->isHtmlBody($content) ? 'text/html' : 'text/plain…