a-blog cms PHP API Reference

MailerInterface

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
self

setBody()

本文を設定

public setBody(string $body) : self
Parameters
$body : string
Return values
self

setFrom()

Fromを設定

public setFrom(string $from) : self
Parameters
$from : string
Return values
self

setSubject()

Subjectを設定

public setSubject(string $subject) : self
Parameters
$subject : string
Return values
self

setTo()

Toを設定

public setTo(string $to) : self
Parameters
$to : string
Return values
self

        
On this page

Search results