program/steps/mail/func.inc
@@ -1191,13 +1191,13 @@ if ($got_writable_abook === null && $books = $RCMAIL->get_address_sources(true)) { $got_writable_abook = true; } foreach ($a_parts as $part) { $j++; if ($PRINT_MODE) { $out .= sprintf('%s <%s>', Q($part['name']), $part['mailto']); } else if (preg_match("/$EMAIL_ADDRESS_PATTERN/i", $part['mailto'])) { else if (check_email($part['mailto'], false)) { if ($linked) { $out .= html::a(array( 'href' => 'mailto:'.$part['mailto'],