Linux 软件免费装
Banner图

Configure SMTP

开发者 coffee2code
更新时间 2024年7月23日 06:30
捐献地址: 去捐款
PHP版本: 5.5 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

email gmail coffee2code smtp phpmailer

下载

2.5 2.6 2.7 3.0 3.0.1 3.1 3.5

详情介绍:

Configure SMTP mailing in WordPress, including support for sending email via SSL/TLS (such as Gmail). This plugin is the official successor to the original SMTP plugin for WordPress (wpPHPMailer). Use this plugin to customize the SMTP mailing system used by default by WordPress to handle outgoing emails. It offers you the ability to specify: In addition, you can instead indicate that you wish to use Gmail to handle outgoing email, in which case the above settings are automatically configured to values appropriate for Gmail, though you'll need to specify your Gmail email address (including the "@gmail.com") and password. Regardless of whether SMTP is enabled, the plugin provides you the ability to define the name and email of the 'From:' field for all outgoing emails. A simple test button is also available that allows you to send a test email to yourself to check if sending email has been properly configured for your site. Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage

安装:

  1. Whether installing or updating, whether this plugin or any other, it is always advisable to back-up your data before starting.
  2. Install via the built-in WordPress plugin installer. Or install the plugin code inside the plugins directory for your site (typically /wp-content/plugins/).
  3. Activate the plugin through the 'Plugins' admin menu in WordPress
  4. Go to "Settings" -> "Configure SMTP" and configure the plugin's settings. (You can also use the "Settings" link in the plugin's entry on the admin "Plugins" page).
  5. (Optional.) Use the built-in test tool (also located on the plugin's settings page) to see if your blog can properly send out emails.

升级注意事项:

3.2 Recommended long overdue update. Mostly minor backend improvements and code modernization. 3.1 Recommended update. Highlights: fixed numerous bugs; added a debug mode; updated compatibility through WP 3.2; dropped compatibility with version of WP older than 3.0; updated plugin framework. 3.0.1 Minor update. Use password input field for SMTP password instead of regular text input field. 3.0 Recommended update! This release includes a major re-implementation, bug fixes, localization support, and more.

常见问题:

I am already able to receive email sent by my site, so would I have any use or need for this plugin?

Most likely, no. Not unless you have a preference for having your mail sent out via a different SMTP server, such as Gmail.

How do I find out my SMTP host, and/or if I need to use SMTPAuth and what my username and password for that are?

Check out the settings for your local email program. More than likely that is configured to use an outgoing SMTP server. Otherwise, read through documentation provided by your host or contact them (or someone more intimately knowledgeable about your situation) directly.

I've sent out a few test emails using the test button after having tried different values for some of the settings; how do I know which one worked?

If your settings worked, you should receive the test email at the email address associated with your WordPress site user account. That email contains a timestamp which was reported to you by the plugin when the email was sent. If you are trying out various setting values, be sure to record what your settings were and what the timestamp was when sending with those settings.

Why am I getting this error when attempting to send a test message: SMTP Error: Could not connect to SMTP host.?

There are a number of reasons you could be getting this error:

  • Your server (or a router to which it is connected) may be blocking all outgoing SMTP traffic.
  • Your mail server may be configured to allow SMTP connections only from certain servers.
  • You have supplied incorrect server settings (hostname, port number, secure protocol type).

What am I getting this error: SMTP Error: Could not authenticate.?

The connection to the SMTP server was successful, but the credentials you provided (username and/or password) are not correct. Bear in mind these credentials are likely unrelated to the ones you use to log into your site.

Does this plugin include unit tests?

Yes.

更新日志:

3.2 (2016-11-14) 3.1