You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the SMTP plugin is giving me problems. I'm not sure for how long this has been a problem but it might be for quite some time..
SMTP Error: data not accepted.
The error occurred near ../core/lib/vendor/class.phpmailer.php:1234
1232: //Only send the DATA command if we have viable recipients
1233: if ((count($this->all_recipients) > count($bad_rcpt)) and !$this->smtp->data($header . $body)) {
1234: throw new phpmailerException($this->lang('data_not_accepted'), self::STOP_CRITICAL);
1235: }
1236: if ($this->SMTPKeepAlive == true) {
Backtrace
Additional Information
esoTalk Version (code) 1.0.0g5
esoTalk Version (config) 1.0.0g5
PHP Version 5.5.9-1ubuntu4.5
Operating System Linux
Server Software Apache/2.4.7 (Ubuntu)
Referer https://www.domain.com/user/join?return=%2F
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.2.5 (KHTML, like Gecko) Version/8.0.2 Safari/600.2.5
Request URI /user/join
The text was updated successfully, but these errors were encountered:
It seems the SMTP plugin is giving me problems. I'm not sure for how long this has been a problem but it might be for quite some time..
The text was updated successfully, but these errors were encountered: