Property | Type | Description | |
---|---|---|---|
$attachments | AcMailer\Options\AttachmentsOptions | ||
$bcc | array | ||
$body | AcMailer\Options\BodyOptions | ||
$cc | array | ||
$encoding | string | ||
$from | string | ||
$fromName | string | ||
$replyTo | string | ||
$replyToName | string | ||
$subject | string | ||
$to | array |
Method | Description | |
---|---|---|
getAttachments ( ) : AcMailer\Options\AttachmentsOptions | ||
getBcc ( ) : array | ||
getBody ( ) : AcMailer\Options\BodyOptions | ||
getCc ( ) : array | ||
getEncoding ( ) : string | ||
getFrom ( ) : string | ||
getFromName ( ) : string | ||
getReplyTo ( ) : string | ||
getReplyToName ( ) : string | ||
getSubject ( ) : string | ||
getTo ( ) : array | ||
setAttachments ( AcMailer\Options\AttachmentsOptions | array $attachments ) | ||
setBcc ( string | array $bcc ) | ||
setBody ( AcMailer\Options\BodyOptions | array $body ) | ||
setCc ( array | string $cc ) | ||
setEncoding ( string $encoding ) | ||
setFrom ( string $from ) | ||
setFromName ( string $fromName ) | ||
setReplyTo ( string $replyTo ) | ||
setReplyToName ( string $replyToName ) | ||
setSubject ( string $subject ) | ||
setTo ( array | string $to ) |
public getAttachments ( ) : AcMailer\Options\AttachmentsOptions | ||
return | AcMailer\Options\AttachmentsOptions |
public getBody ( ) : AcMailer\Options\BodyOptions | ||
return | AcMailer\Options\BodyOptions |
public setAttachments ( AcMailer\Options\AttachmentsOptions | array $attachments ) | ||
$attachments | AcMailer\Options\AttachmentsOptions | array |
protected AttachmentsOptions,AcMailer\Options $attachments | ||
return | AcMailer\Options\AttachmentsOptions |
protected BodyOptions,AcMailer\Options $body | ||
return | AcMailer\Options\BodyOptions |