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/
H A DMailHandler.php81 protected function isHtmlBody(string $body): bool function in Monolog\\Handler\\MailHandler
H A DMandrillHandler.php56 if ($this->isHtmlBody($content)) {
H A DSendGridHandler.php89 if ($this->isHtmlBody($content)) {
H A DSwiftMailerHandler.php97 if ($this->isHtmlBody($content)) {
H A DNativeMailerHandler.php116 …$contentType = $this->getContentType() ?: ($this->isHtmlBody($content) ? 'text/html' : 'text/plain…