windhunde
Forum Replies Created
-
I just upgraded to 2.0.1 (was 1.5.3) and am now getting debugging data from the test. WP version 6.1.1, theme is up to date.
We were using a password, then during troubleshooting switched to an app password which also failed.It looks like gmail smtp is rejecting based on not liking our host’s certificate (or mismatch with our domain?)
Versions:
WordPress: 6.1.1
WordPress MS: No
PHP: 8.1.15
Easy WP SMTP: 2.0.1 Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): Peer certificate CN=rsq.petrescuehosting.net' did not match expected CN=smtp.gmail.com'SMTP server error: QUIT command failed Detail: j //
Host: smtp.gmail.com
Port: 587
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true) Server:
OpenSSL: OpenSSL 1.1.1t 7 Feb 2023
SMTP Debug:
2023-02-16 14:22:32 Connection: opening to smtp.gmail.com:587, timeout=30, options=array() 2023-02-16 14:22:32 Connection: opened 2023-02-16 14:22:32 SERVER -> CLIENT: 220-rsq.petrescuehosting.net ESMTP Exim 4.96 #2 Thu, 16 Feb 2023 09:22:32 -0500 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. 2023-02-16 14:22:32 CLIENT -> SERVER: EHLO www.pawsonthemountain.org 2023-02-16 14:22:32 SERVER -> CLIENT: 250-rsq.petrescuehosting.net Hello www.pawsonthemountain.org [170.75.251.59]250-SIZE 52428800250-8BITMIME250-PIPELINING250-PIPECONNECT250-AUTH PLAIN LOGIN250-STARTTLS250 HELP 2023-02-16 14:22:32 CLIENT -> SERVER: STARTTLS 2023-02-16 14:22:32 SERVER -> CLIENT: 220 TLS go ahead 2023-02-16 14:22:32 Connection failed. Error #2: stream_socket_enable_crypto(): Peer certificate CN=rsq.petrescuehosting.net' did not match expected CN=smtp.gmail.com' [/home/ghrescue/public_html/wp-includes/PHPMailer/SMTP.php line 468] SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): Peer certificate CN=rsq.petrescuehosting.net' did not match expected CN=smtp.gmail.com' 2023-02-16 14:22:32 CLIENT -> SERVER: QUIT 2023-02-16 14:22:33 2023-02-16 14:22:33 2023-02-16 14:22:33 Connection: closed SMTP Error: Could not connect to SMTP host. Connection failed. stream_socket_enable_crypto(): Peer certificate CN=rsq.petrescuehosting.net' did not match expected CN=smtp.gmail.com'Forum: Plugins
In reply to: [Ultimate Product Catalog] Add Product FormOk.. .thanks.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Add Product FormSorry, let me be more clear.
There are numerous standard fields which we are not using, such as Price, Sale Price, and On Sale. To avoid errors in data entry, and simplify the effort, it would be nice to not show these fields at all when they are entered.
I can envision three possible approaches to this…
1. On the Products tab / Add New Products – Add Products Manually form: use custom .css attributes set to display: none for for fields we want to hide.
2. Create a new custom form to add product via backend.
3. Edit ProductsPage.php to comment out unwanted fields. (I see this as troublesome whenever you issue an update)
FWIW, we have the premium version.
I’m hoping you might have suggestions for accomplishing this.
Thanks,
DanForum: Plugins
In reply to: [Ultimate Product Catalog] Previous/Next and Photo Styling QuestionsThanks, that worked perfectly.