Dotclear 2.25
|
Email utilities. More...
Static Public Member Functions | |
static | getMX (string $host) |
static | B64Header (string $str, string $charset='UTF-8') |
Email utilities.
|
static |
Get Host MX
Returns MX records sorted by weight for a given host.
string | $host | Hostname |
Referenced by socketMail\mail().
|
static |
B64 header
Encodes given string as a base64 mail header.
string | $str | String to encode |
string | $charset | Charset (default UTF-8) |
Referenced by adminAuth\process().