ignasigarcia
Forum Replies Created
-
Hi there and thanks for your reply
Yes, I can confirm settings are correct. Email address is declared, Name is also declared, SMTP server is correctly declared ( mail.cibernetik.net) , as well as STARTTLS with port 587 (SSL and port 465 was also tested, test messages sent). SMTP user declared (same as email address) and password too. Sending test messages arrive without DKIM header as stated in my first post
Enabled debugging, but: Easy WP SMTP debug log file
Testing email registry:
CLIENT -> SERVER: EHLO sites.cibernetik.net
CLIENT -> SERVER: STARTTLS
CLIENT -> SERVER: EHLO sites.cibernetik.net
CLIENT -> SERVER: AUTH LOGIN
CLIENT -> SERVER: [credentials hidden]CLIENT -> SERVER: [credentials hidden]CLIENT -> SERVER: MAIL FROM:<[email protected]>
CLIENT -> SERVER: RCPT TO:<[email protected]>
CLIENT -> SERVER: DATA
CLIENT -> SERVER: Date: Thu, 4 Feb 2021 15:27:43 +0000
CLIENT -> SERVER: To: [email protected]
CLIENT -> SERVER: From: Cibernetik <[email protected]>
CLIENT -> SERVER: Subject: Test
CLIENT -> SERVER: Message-ID: <[email protected]>
CLIENT -> SERVER: X-Mailer: PHPMailer 6.2.0 (https://github.com/PHPMailer/PHPMailer)
CLIENT -> SERVER: MIME-Version: 1.0
CLIENT -> SERVER: Content-Type: text/plain; charset=UTF-8
CLIENT -> SERVER:
CLIENT -> SERVER: Prueba
CLIENT -> SERVER:
CLIENT -> SERVER: .
CLIENT -> SERVER: QUITThanks so much!
- This reply was modified 3 years, 9 months ago by ignasigarcia.
- This reply was modified 3 years, 9 months ago by ignasigarcia.