PeServer

SmtpSetting
in package
implements IMailSetting

Read onlyYes

SMTP送信設定。

Tags
codeCoverageIgnore

Table of Contents

Interfaces

IMailSetting

Properties

$authentication  : bool
$host  : string
$password  : string
$port  : int
$secure  : string
$userName  : string

Methods

__construct()  : mixed
mode()  : SendMode
メール送信方法。

Properties

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

        
On this page

Search results