[wordpress插件] Check-Mail-SMTP检查邮件SMTP

wordpress 插件 文章 2020-03-22 12:40 487 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Check-Mail-SMTP plugin allows you to configure a mail server which handles all outgoing email from your website.

检查邮件SMTP 插件可让您配置用于处理网站上所有外发电子邮件的邮件服务器。

It takes control of the wp_mail function and use SMTP instead.You can

它控制wp_mail函数并改用SMTP。您可以

take record also.

还要记录。

Requirements

要求

    • A self-hosted website running on [WordPress hosting]
    • 在[WordPress托管]上运行的自托管网站

    SMTP Mailer Settings

    SMTP邮件程序设置

      • SMTP Host: Your outgoing mail server (e.g. smtp.gmail.com).
      • SMTP主机:您的外发邮件服务器(例如smtp.gmail.com)。

      • SMTP Authentication: Whether to use SMTP authentication when sending an email (True/False).

      • SMTP身份验证:发送电子邮件时是否使用SMTP身份验证(是/否)。

        If you choose to authenticate you will also need to provide your username and password.

      • 如果您选择进行身份验证,则还需要提供用户名和密码。

      • SMTP Username: The username to connect to your SMTP server.
      • SMTP用户名:用于连接到SMTP服务器的用户名。

      • SMTP Password: The password to connect to your SMTP server.
      • SMTP密码:用于连接到SMTP服务器的密码。

      • Type of Encryption: The encryption to be used when sending an email (TLS/SSL/No Encryption. TLS is recommended).
      • 加密类型:发送电子邮件时要使用的加密(TLS / SSL /不加密。建议使用TLS)。

      • SMTP Port: The port to be used when sending an email (587/465/25).

      • SMTP端口:发送电子邮件时要使用的端口(587/465/25)。

        If you choose TLS the port should be set to 587. For SSL use port 465 instead.

      • 如果选择TLS,则端口应设置为587。对于SSL,请使用端口465。

      • From Email Address: The email address to be used as the From Address when sending an email.
      • 发件人电子邮件地址:发送电子邮件时用作发件人地址的电子邮件地址。

      • From Name: The name to be used as the From Name when sending an email.
      • 发件人姓名:发送电子邮件时用作发件人姓名的名称。

      Check-Mail-SMTP Test Email

      检查邮件SMTP测试电子邮件

      Once you have configured the settings you can send a test email to check the functionality of the plugin.

      配置完设置后,您可以发送测试电子邮件以检查插件的功能。

        • To: Email address of the recipient.
        • 收件人:收件人的电子邮件地址。

        • Subject: Subject of the email.
        • 主题:电子邮件的主题。

        • Message: Email body.
        • 消息:电子邮件正文。

安装步骤

    1. Go to the Add New plugins screen in your WordPress Dashboard
    2. 转到WordPress信息中心中的“添加新插件”屏幕

    3. Click the upload tab
    4. 点击上传标签

    5. Browse for the plugin file (Check-Mail-SMTP) on your computer
    6. 浏览您计算机上的插件文件(Check-Mail-SMTP)

    7. Click “Install Now” and then hit the activate button
    8. 点击“立即安装”,然后点击激活按钮

下载地址
https://downloads.wordpress.org/plugin/check-server-mail-smtp.zip
-EOF-

AI助手支持GPT4.0