Changeset 1509 in ExiteCMS for branches/PLi-Fusion/edit_profile.php
- Timestamp:
- 07/02/08 18:27:06 (4 years ago)
- File:
-
- 1 edited
-
branches/PLi-Fusion/edit_profile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/edit_profile.php
r1335 r1509 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.
