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 4996

jonboy49 on "[Plugin: WP Mail SMTP] Need to add additional options ..."

$
0
0

All attempts to send SMTP mail are failing.

I generated a PHPMailer script to experiment with and had the same issue. However, their troubleshooting guide suggested that adding the following to the script might cure the problem temporarilly:

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

It worked!

Now I need to add the equivalent to this plug-in so that I can get the thing at least sending emails while I try to resolve the certificate issues.

I have attempted to add it to the plugin - but obviously not in the right place.

Can anyone suggest how I should go about this.

https://wordpress.org/plugins/wp-mail-smtp/


Viewing all articles
Browse latest Browse all 4996

Trending Articles



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