subject static method

MailerInterface subject(
  1. String subject
)

Sets the email subject.

Implementation

static MailerInterface subject(String subject) => manager.subject(subject);