Home
last modified time | relevance | path

Searched refs:addr (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingEmail.php45 $addr = $matches[2];
47 $addr = $mail;
50 if (!mail_isvalid($addr)) {
/dokuwiki/inc/
H A DMailer.class.php398 $addr = $matches[2];
401 $addr = $part;
404 if (empty($addr)) {
409 if (!Clean::isASCII($addr)) {
410 msg(hsc("E-Mail address <$addr> is not ASCII"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY);
414 if (!mail_isvalid($addr)) {
415 msg(hsc("E-Mail address <$addr> is not valid"), -1, __LINE__, __FILE__, MSG_ADMINS_ONLY);
422 $addr = "<$addr>";
440 $headers .= $text . ' ' . $addr;
[all...]