text abstract method

MailerInterface text(
  1. String content
)

Sets the plain text body of the email.

Implementation

MailerInterface text(String content);