When i add this options at the en of my config.php file il have this log
Connection: opening to smtp.unadresse.com:25, timeout=30, options=array (
‘ssl’ => array ( ‘verify_peer’ => false,
‘verify_peer_name’ => false, ‘allow_self_signed’ => true, ),)
Connection: opened
SERVER -> CLIENT: 220 mailler20.lws-hosting.com ESMTP Postfix (Debian/GNU)
CLIENT -> SERVER: EHLO localhost
SERVER -> CLIENT: 250-mailler20.lws-hosting.com250-PIPELINING250-SIZE
26214400250-VRFY250-ETRN250-STARTTLS250-AUTH PLAIN LOGIN250-AUTH=PLAIN
LOGIN250-ENHANCEDSTATUSCODES250-8BITMIME250 DSN
CLIENT -> SERVER: STARTTLS
SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
CLIENT -> SERVER: EHLO localhost
SERVER -> CLIENT: 250-mailler20.lws-hosting.com250-PIPELINING250-SIZE
26214400250-VRFY250-ETRN250-AUTH PLAIN LOGIN250-AUTH=PLAIN
LOGIN250-ENHANCEDSTATUSCODES250-8BITMIME250 DSN
CLIENT -> SERVER: AUTH LOGIN
SERVER -> CLIENT: 334 VXNlcm5hbWU6
CLIENT -> SERVER: aW5mb0B1bmFkcmVzc2UuY29t
SERVER -> CLIENT: 334 UGFzc3dvcmQ6
CLIENT -> SERVER: cHdkaW5mMjAxNQ==
SERVER -> CLIENT: 235 2.7.0 Authentication successful
CLIENT -> SERVER: MAIL FROM:my_email_adress
SERVER -> CLIENT: 553 5.7.1 my_email_adress: Sender address rejected: not owned by user info@unadresse.com
SMTP ERROR: MAIL FROM command failed: 553 5.7.1
my_email_adress: Sender address rejected: not owned by
user info@unadresse.com
The following From address failed: clintontsafack@gmail.com : MAIL FROM
command failed,clintontsafack@gmail.com: Sender address
rejected: not owned by user info@unadresse.com,553,5.7.1SMTP server
error: MAIL FROM command failed Detail:
my_email_adress: Sender address rejected: not owned by
user info@unadresse.com SMTP code: 553 Additional SMTP info: 5.7.1
CLIENT -> SERVER: QUIT
SERVER -> CLIENT: 221 2.0.0 Bye
Connection: closed
Connection: opening to smtp.unadresse.com:25, timeout=30, options=array (
‘ssl’ => array ( ‘verify_peer’ => false,
‘verify_peer_name’ => false, ‘allow_self_signed’ => true, ),)
Connection: opened
SERVER -> CLIENT: 220 mailler20.lws-hosting.com ESMTP Postfix (Debian/GNU)
CLIENT -> SERVER: EHLO localhost
SERVER -> CLIENT: 250-mailler20.lws-hosting.com250-PIPELINING250-SIZE
26214400250-VRFY250-ETRN250-STARTTLS250-AUTH PLAIN LOGIN250-AUTH=PLAIN
LOGIN250-ENHANCEDSTATUSCODES250-8BITMIME250 DSN
CLIENT -> SERVER: STARTTLS
SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
CLIENT -> SERVER: EHLO localhost
SERVER -> CLIENT: 250-mailler20.lws-hosting.com250-PIPELINING250-SIZE
26214400250-VRFY250-ETRN250-AUTH PLAIN LOGIN250-AUTH=PLAIN
LOGIN250-ENHANCEDSTATUSCODES250-8BITMIME250 DSN
CLIENT -> SERVER: AUTH LOGIN
SERVER -> CLIENT: 334 VXNlcm5hbWU6
CLIENT -> SERVER: aW5mb0B1bmFkcmVzc2UuY29t
SERVER -> CLIENT: 334 UGFzc3dvcmQ6
CLIENT -> SERVER: cHdkaW5mMjAxNQ==
SERVER -> CLIENT: 235 2.7.0 Authentication successful
CLIENT -> SERVER: MAIL FROM:my_email_adress
SERVER -> CLIENT: 553 5.7.1 my_email_adress: Sender address rejected: not owned by user info@unadresse.com
SMTP ERROR: MAIL FROM command failed: 553 5.7.1
my_email_adress: Sender address rejected: not owned by
user info@unadresse.com
The following From address failed:my_email_adress : MAIL FROM
command failed,my_email_adress: Sender address
rejected: not owned by user info@unadresse.com,553,5.7.1SMTP server
error: MAIL FROM command failed Detail:
clintontsafack@gmail.com: Sender address rejected: not owned by
user info@unadresse.com SMTP code: 553 Additional SMTP info: 5.7.1
CLIENT -> SERVER: QUIT
SERVER -> CLIENT: 221 2.0.0 Bye
Connection: closed