Quantcast
Channel: WordPress.org Forums » [WP Mail SMTP by WPForms - The Most Popular SMTP and Email Log Plugin] Support
Viewing all articles
Browse latest Browse all 5009

enreas on "[Plugin: WP Mail SMTP] stream_socket_enable_crypto(): SSL operation failed with code 1"

$
0
0

Just as Bruno said, but with a minor change:

$phpmailer->SMTPOptions = array(
	'ssl' => array(
		'verify_peer' => false,
		'verify_peer_name' => false,
		'allow_self_signed' => true
	)
);

That is, removing the closing curly bracket at the end.


Viewing all articles
Browse latest Browse all 5009

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>