isHTML property
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;
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
bool? isHTML;