메소드 |
설명 |
|
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 ) |
|
|