html abstract method

MailerInterface html(
  1. String content
)

Sets the HTML body of the email.

Implementation

MailerInterface html(String content);