init the class
public init ( array $toArray = [], array $fromArray = [], string $subject = null, mixed $body = null, array $attachmentArray = [] ) | ||
$toArray | array | array of recipient |
$fromArray | array | array of sender |
$subject | string | subject of the email |
$body | mixed | body of the email |
$attachmentArray | array | array of attachments |