Post by gsc1ugs » Thu May 21, 2015 10:34 pm

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?

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm

Post by pm-netti » Fri May 22, 2015 6:10 pm

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?
On what page the error appear?
Is missing email address?

http://cr.yp.to/smtp/mail.html
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

User avatar
Active Member

Posts

Joined
Sat Apr 07, 2012 11:22 pm
Location - Kittilä, Finland

Post by gsc1ugs » Fri May 22, 2015 6:58 pm

It was my server

Active Member

Posts

Joined
Mon Sep 09, 2013 3:32 pm
Who is online

Users browsing this forum: No registered users and 4 guests