isHTML property

bool? isHTML
getter/setter pair

Optional HTML flag. If true the content-type of the email will be text/html. Set to true when sending HTML to ensure proper rending on email clients

Implementation

bool? isHTML;