SmtpSetting
in package
implements
IMailSetting
Read onlyYes
SMTP送信設定。
Tags
Table of Contents
Interfaces
Properties
- $authentication : bool
- $host : string
- $password : string
- $port : int
- $secure : string
- $userName : string
Methods
- __construct() : mixed
- mode() : SendMode
- メール送信方法。
Properties
$authentication
public
bool
$authentication
$host
public
string
$host
$password
public
string
$password
$port
public
int
$port
$secure
public
string
$secure
$userName
public
string
$userName
Methods
__construct()
public
__construct(string $host, int $port, string $secure, bool $authentication, string $userName, string $password) : mixed
Parameters
- $host : string
- $port : int
- $secure : string
- $authentication : bool
- $userName : string
- $password : string
mode()
メール送信方法。
public
mode() : SendMode