Mail.php の 28 行目に定義があります。
◆ __construct()
Initializes a new instance.
array The configuration of the core.
Mail.php の 70 行目に定義があります。
◆ addHeader()
XH\Mail::addHeader |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
Adds a header field.
- 引数
-
string | $name | A header field name. |
string | $value | A header field value. |
- 戻り値
- void
Mail.php の 171 行目に定義があります。
◆ getSubject()
Returns the encoded subject.
- 戻り値
- string
Mail.php の 132 行目に定義があります。
◆ isValidAddress()
XH\Mail::isValidAddress |
( |
|
$address | ) |
|
Returns whether an email address is valid.
For simplicity we are not aiming for full compliance with RFC 5322. The local-part must be a dot-atom-text. The domain is checked with gethostbyname() after applying idn_to_ascii(), if the latter is available.
- 引数
-
string | $address | An email address. |
- 戻り値
- bool
Mail.php の 93 行目に定義があります。
◆ send()
Sends the email and return whether that succeeded.
- 戻り値
- bool
Mail.php の 231 行目に定義があります。
◆ setMessage()
XH\Mail::setMessage |
( |
|
$message | ) |
|
Sets the message.
- 引数
-
- 戻り値
- void
Mail.php の 156 行目に定義があります。
◆ setSubject()
XH\Mail::setSubject |
( |
|
$subject | ) |
|
Sets the Subject.
- 引数
-
- 戻り値
- void
Mail.php の 144 行目に定義があります。
◆ setTo()
Sets the To address.
- 引数
-
string | $to | A valid email address. |
- 戻り値
- void
Mail.php の 122 行目に定義があります。
このクラス詳解は次のファイルから抽出されました: