Code: Select all
if ((substr($reply, 0, 3) != 250) && (substr($reply, 0, 3) != 251)) {
trigger_error('Error: RCPT TO not accepted from server!');
exit();
Was this be something to do with me?
Code: Select all
if ((substr($reply, 0, 3) != 250) && (substr($reply, 0, 3) != 251)) {
trigger_error('Error: RCPT TO not accepted from server!');
exit();
On what page the error appear?gsc1ugs wrote:Just starting getting this trigger - settings/library/mail.php line 344
Code: Select all
if ((substr($reply, 0, 3) != 250) && (substr($reply, 0, 3) != 251)) { trigger_error('Error: RCPT TO not accepted from server!'); exit();
Was this be something to do with me?
220 heaven.af.mil ESMTP
MAIL FROM:<djb@silverton.berkeley.edu>
250 ok
RCPT TO:<God@heaven.af.mil>
250 ok
RCPT TO:<devils@heaven.af.mil>
550 wrong address, buddy
RCPT TO:<angels@heaven.af.mil>
250 ok
Users browsing this forum: No registered users and 4 guests