You are here

protected property Html2Text::$width in Swift Mailer 7

Maximum width of the formatted text, in columns.

Set this value to 0 (or less) to ignore word wrapping and not constrain text to a fixed-width column.

@type integer

File

includes/classes/Html2Text.inc, line 46

Class

Html2Text

Code

protected $width = 70;