text static method

MailerInterface text(
  1. String content
)

Sets the plain text body.

Implementation

static MailerInterface text(String content) => manager.text(content);