Hi,
I made some test and also change my email to the google stmp service and know if I upload my project to my server I receive the following error code:
SELECT Cell phone
, Company phone
, email
, ID
, Name
, Password
, phone
, phone1
, User name
, two_factor
, reset_token
, reset_date
, Permissions
, Companyname
, Company adres
, Company city
, Company Country
, Company ID
, Department
, userpic
, totp
FROM User of database
WHERE ( ( User name
='PSousa' ) ) ORDER BY 4 ASC limit 0, 1
{"status":"error","message":"Error sending message. "}
But if I upload the project to the demo account, the email is sent with the code but I still can't login on the site since the site give the following error:
ELECT Cell phone
, Company phone
, email
, ID
, Name
, Password
, phone
, phone1
, User name
, two_factor
, reset_token
, reset_date
, Permissions
, Companyname
, Company adres
, Company city
, Company Country
, Company ID
, Department
, userpic
, totp
FROM User of database
WHERE ( ( User name
='PSousa' ) ) ORDER BY 4 ASC limit 0, 1
2024-05-23 09:48:24 Connection: opening to ssl://smtp.gmail.com:465, timeout=300, options=array ()
2024-05-23 09:48:24 Connection: opened
2024-05-23 09:48:24 SMTP -> get_lines(): $data is ""
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "220 smtp.gmail.com ESMTP ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp"
2024-05-23 09:48:24 SERVER -> CLIENT: 220 smtp.gmail.com ESMTP ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp
2024-05-23 09:48:24 CLIENT -> SERVER: EHLO demo.asprunner.net
2024-05-23 09:48:24 SMTP -> get_lines(): $data is ""
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "250-smtp.gmail.com at your service, [23.111.145.114]"
2024-05-23 09:48:24 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [23.111.145.114]"
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "250-SIZE 35882577"
2024-05-23 09:48:24 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [23.111.145.114]250-SIZE 35882577"
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "250-8BITMIME"
2024-05-23 09:48:24 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [23.111.145.114]250-SIZE 35882577250-8BITMIME"
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH"
2024-05-23 09:48:24 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [23.111.145.114]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH"
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "250-ENHANCEDSTATUSCODES"
2024-05-23 09:48:24 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [23.111.145.114]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES"
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "250-PIPELINING"
2024-05-23 09:48:24 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [23.111.145.114]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING"
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "250-CHUNKING"
2024-05-23 09:48:24 SMTP -> get_lines(): $data is "250-smtp.gmail.com at your service, [23.111.145.114]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING"
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "250 SMTPUTF8"
2024-05-23 09:48:24 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [23.111.145.114]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING250 SMTPUTF8
2024-05-23 09:48:24 Auth method requested: UNKNOWN
2024-05-23 09:48:24 Auth methods available on the server: LOGIN,PLAIN,XOAUTH2,PLAIN-CLIENTTOKEN,OAUTHBEARER,XOAUTH
2024-05-23 09:48:24 Auth method selected: LOGIN
2024-05-23 09:48:24 CLIENT -> SERVER: AUTH LOGIN
2024-05-23 09:48:24 SMTP -> get_lines(): $data is ""
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "334 VXNlcm5hbWU6"
2024-05-23 09:48:24 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2024-05-23 09:48:24 CLIENT -> SERVER: d2VibWFzdGVyZXhyZWRldUBnbWFpbC5jb20=
2024-05-23 09:48:24 SMTP -> get_lines(): $data is ""
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "334 UGFzc3dvcmQ6"
2024-05-23 09:48:24 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2024-05-23 09:48:24 CLIENT -> SERVER: cnBvZSBjd2N6IGxqcHUgcWp3Yw==
2024-05-23 09:48:24 SMTP -> get_lines(): $data is ""
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "235 2.7.0 Accepted"
2024-05-23 09:48:24 SERVER -> CLIENT: 235 2.7.0 Accepted
2024-05-23 09:48:24 CLIENT -> SERVER: MAIL FROM:<webmasterexredeu@gmail.com>
2024-05-23 09:48:24 SMTP -> get_lines(): $data is ""
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "250 2.1.0 OK ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp"
2024-05-23 09:48:24 SERVER -> CLIENT: 250 2.1.0 OK ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp
2024-05-23 09:48:24 CLIENT -> SERVER: RCPT TO:<test@test.com>
2024-05-23 09:48:24 SMTP -> get_lines(): $data is ""
2024-05-23 09:48:24 SMTP -> get_lines(): $str is "250 2.1.5 OK ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp"
2024-05-23 09:48:24 SERVER -> CLIENT: 250 2.1.5 OK ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp
2024-05-23 09:48:24 CLIENT -> SERVER: DATA
2024-05-23 09:48:25 SMTP -> get_lines(): $data is ""
2024-05-23 09:48:25 SMTP -> get_lines(): $str is "354 Go ahead ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp"
2024-05-23 09:48:25 SERVER -> CLIENT: 354 Go ahead ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp
2024-05-23 09:48:25 CLIENT -> SERVER: Date: Thu, 23 May 2024 05:48:24 -0400
2024-05-23 09:48:25 CLIENT -> SERVER: To: test@test.com
2024-05-23 09:48:25 CLIENT -> SERVER: From: webmasterexredeu@gmail.com
2024-05-23 09:48:25 CLIENT -> SERVER: Subject: Verification code
2024-05-23 09:48:25 CLIENT -> SERVER: Message-ID: <1b7dbbe5dc4898681a24c25f049a8548@demo.asprunner.net>
2024-05-23 09:48:25 CLIENT -> SERVER: X-Mailer: PHPMailer 5.2.27 (https://github.com/PHPMailer/PHPMailer)
2024-05-23 09:48:25 CLIENT -> SERVER: MIME-Version: 1.0
2024-05-23 09:48:25 CLIENT -> SERVER: Content-Type: text/plain; charset=utf-8
2024-05-23 09:48:25 CLIENT -> SERVER:
2024-05-23 09:48:25 CLIENT -> SERVER:
2024-05-23 09:48:25 CLIENT -> SERVER: Your verification code for https://demo.asprunner.net/p_sousa_sophisticati_com/EXRED247_v1_06_testes_Pedro/ is:
2024-05-23 09:48:25 CLIENT -> SERVER: 226627
2024-05-23 09:48:25 CLIENT -> SERVER:
2024-05-23 09:48:25 CLIENT -> SERVER: .
2024-05-23 09:48:25 SMTP -> get_lines(): $data is ""
2024-05-23 09:48:25 SMTP -> get_lines(): $str is "250 2.0.0 OK 1716457705 ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp"
2024-05-23 09:48:25 SERVER -> CLIENT: 250 2.0.0 OK 1716457705 ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp
2024-05-23 09:48:25 CLIENT -> SERVER: QUIT
2024-05-23 09:48:25 SMTP -> get_lines(): $data is ""
2024-05-23 09:48:25 SMTP -> get_lines(): $str is "221 2.0.0 closing connection ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp"
2024-05-23 09:48:25 SERVER -> CLIENT: 221 2.0.0 closing connection ada2fe7eead31-488ef13ac35sm802102137.13 - gsmtp
2024-05-23 09:48:25 Connection: closed
{"status":"confirm","method":"0","email":"test@test.com"}