MailerInterface
in
Table of Contents
Methods
- attach() : self
- 添付ファイルの追加
- send() : void
- 送信
- setBody() : self
- 本文を設定
- setFrom() : self
- Fromを設定
- setSubject() : self
- Subjectを設定
- setTo() : self
- Toを設定
Methods
attach()
添付ファイルの追加
public
attach(string $path, string $filename) : self
Parameters
- $path : string
- $filename : string
Return values
selfsend()
送信
public
send() : void
setBody()
本文を設定
public
setBody(string $body) : self
Parameters
- $body : string
Return values
selfsetFrom()
Fromを設定
public
setFrom(string $from) : self
Parameters
- $from : string
Return values
selfsetSubject()
Subjectを設定
public
setSubject(string $subject) : self
Parameters
- $subject : string
Return values
selfsetTo()
Toを設定
public
setTo(string $to) : self
Parameters
- $to : string