php WP Mail SMTP:禁用SMTPAutoTLS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php WP Mail SMTP:禁用SMTPAutoTLS相关的知识,希望对你有一定的参考价值。

<?php

add_filter('wp_mail_smtp_custom_options', function( $phpmailer ) {
    $phpmailer->SMTPAutoTLS = false;
    return $phpmailer;
} );

以上是关于php WP Mail SMTP:禁用SMTPAutoTLS的主要内容,如果未能解决你的问题,请参考以下文章

php wp-config中的WP Mail SMTP插件配置

WP Mail SMTP插件解决Contact Form 7表单提交失败问题

如何使用php的mail函数

wordpress | WP Mail SMTP使用QQ邮箱发布失败的解决办法

如果使用 SendGrid API,则禁用 PHP mail() 函数

php mail()