subject abstract method

MailerInterface subject(
  1. String subject
)

Sets the email subject.

Implementation

MailerInterface subject(String subject);