Changeset 1413 in ExiteCMS for trunk/edit_profile.php
- Timestamp:
- 05/18/08 01:04:57 (4 years ago)
- File:
-
- 1 edited
-
trunk/edit_profile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/edit_profile.php
r1281 r1413 96 96 $error .= sprintf($locale['489'], $email_domain)."<br><br>\n"; 97 97 } else { 98 if (!$mail-> Recipient($email)) {98 if (!$mail->CheckRecipient($email)) { 99 99 // mail server doesn't respond to RCPT TO message 100 100 $error .= sprintf($locale['490'], $email, $mailhost)."<br><br>\n";
Note: See TracChangeset
for help on using the changeset viewer.
