You are here

public function Emogrifier::addUnprocessableHTMLTag in HTML Mail 5

Same name and namespace in other branches
  1. 6 emogrifier/emogrifier.php \Emogrifier::addUnprocessableHTMLTag()

File

emogrifier/emogrifier.php, line 62
CSS to Inline Converter Class

Class

Emogrifier

Code

public function addUnprocessableHTMLTag($tag) {
  $this->unprocessableHTMLTags[] = $tag;
}