\Acms\Services\Mailer\ContractsMailerInterface

Summary

Methods
Constants
setSubject()
setTo()
setFrom()
setBody()
send()
attach()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

setSubject()

setSubject(string  $subject) : self

Subjectを設定

Parameters

string $subject

Returns

self

setTo()

setTo(array  $to) : self

Toを設定

Parameters

array $to

Returns

self

setFrom()

setFrom(string  $from) : self

Fromを設定

Parameters

string $from

Returns

self

setBody()

setBody(  $body) : self

本文を設定

Parameters

$body

Returns

self

send()

send() : void

送信

attach()

attach(string  $path, string  $filename) : self

添付ファイルの追加

Parameters

string $path
string $filename

Returns

self