Xenforo 2.2.6 Patch 2 Email Problem

Corecraft

New member
Registered
Joined
Jun 8, 2021
Messages
3
Points
13

Reputation:

Dear Enxf Users or Helpers
i have get this error

  • ErrorException: Email to [email protected] failed: [E_WARNING] proc_open() has been disabled for security reasons
  • src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:291
i know that proc_open() is not enabled so i tryed SMTP with Gmail and i get this error

  • Swift_TransportException: Email to [email protected] failed: Failed to authenticate on SMTP server with username "[email protected]" using 3 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code "535", with message "535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials t25sm761964edq.29 - gsmtp ". Authenticator PLAIN returned Expected response code 235 but got code "535", with message "535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials t25sm761964edq.29 - gsmtp ". Authenticator XOAUTH2 returned Expected response code 250 but got code "535", with message "535-5.7.8 Username and Password not accepted. Learn more at 535 5.7.8 https://support.google.com/mail/?p=BadCredentials t25sm761964edq.29 - gsmtp ".
  • src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:191
so i tryed Google OAuth and it also dont work

i have the SparkPost Addon added but i get also an error from it

  • GuzzleHttp\Exception\ClientException: Email to [email protected] failed: Client error: `POST https://api.sparkpost.com/api/v1/transmissions` resulted in a `401 Unauthorized` response: {"errors": [ {"message": "Unauthorized."} ]}
  • src/addons/Hampel/SparkPostMail/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113


  • So i want to ask if somebody may can help me with the Mail Setup

    LG Core
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
836
Points
153

Reputation:

that are common xenforum errors with some mail simply eliminate the error not only you receive it me too that errors always happen when this mail does not exist You can search for that user and delete it from the root so that it does not continue to generate that error
 

sulato

Collaborate
Collaborate
Registered
Joined
Sep 12, 2021
Messages
26
Points
23

Reputation:

Hello there
use ACP > Setup > Option > Email Option > Email transport method

Change to your SMTP
 
Top