You are here

protected property Html2Text::$options in Swift Mailer 7

Various configuration options (able to be set in the constructor)

@type array

File

includes/classes/Html2Text.inc, line 216

Class

Html2Text

Code

protected $options = array(
  'do_links' => 'inline',
  // 'none'
  // 'inline' (show links inline)
  // 'nextline' (show links on the next line)
  // 'table' (if a table of link URLs should be listed after the text.
  'width' => 70,
);