该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP SendGrid

描述

By sending all emails through SendGrid, you can help them end up in an inbox, not a spam folder.
SendGrid provides a high-deliverability email service, protecting your emails from overzealous spam filters.
WP SendGrid uses SendGrid’s API to make sure your site’s emails are delivered.
This helps ensure reliability for plugins that notify subscribers of new posts, verify new user emails, and perform other email-based tasks.

If you do WordPress development on Windows, or are hosting your site on Windows Azure, this plugin is an easy way to make sure your emails can be delivered.
Because Windows doesn’t have a built-in sendmail service, WordPress can’t send emails by default,
but since WP SendGrid routes all emails through the SendGrid API, they will be delivered, even if you’re running on Windows.

To install, enable WP SendGrid like you would any other WordPress plugin. Enter your SendGrid credentials (you’ll need a SendGrid account), and you should be ready to go. If you wish, you can also choose between SendGrid’s REST API and their SMTP servers, and whether to connect to SendGrid using a secure connection.

安装

To manually upload WP SendGrid files to your site:

  1. Upload the WP SendGrid to the /wp-contents/plugins/ folder.
  2. Activate the plugin from the “Plugins” menu in WordPress.
  3. Navigate to “Settings” → “SendGrid Settings” and enter your SendGrid API credentials

Or to install from the WordPress admin:

  1. Navigate to “Plugins” → “Add New”
  2. Search for “WP SendGrid” and click “Install Now” for the “WP SendGrid” plugin listing
  3. Activate the plugin from the “Plugins” menu in WordPress, or from the plugin installation screen.
  4. Navigate to “Settings” → “SendGrid Settings” and enter your SendGrid API credentials

常见问题

Installation Instructions

To manually upload WP SendGrid files to your site:

  1. Upload the WP SendGrid to the /wp-contents/plugins/ folder.
  2. Activate the plugin from the “Plugins” menu in WordPress.
  3. Navigate to “Settings” → “SendGrid Settings” and enter your SendGrid API credentials

Or to install from the WordPress admin:

  1. Navigate to “Plugins” → “Add New”
  2. Search for “WP SendGrid” and click “Install Now” for the “WP SendGrid” plugin listing
  3. Activate the plugin from the “Plugins” menu in WordPress, or from the plugin installation screen.
  4. Navigate to “Settings” → “SendGrid Settings” and enter your SendGrid API credentials

评价

2016 年 9 月 3 日
Many thanks to Will and Tony for this plugin. I have wp-sendgrid successfully installed on a WordPress Multisite instance. The official SendGrid plugin doesn’t appear to support Multisite network activation at this stage (2016/07/22).
2016 年 9 月 3 日
You need a SendGrid account to send emails with the SendGrid API?? but where !! i add use and password but while send test email it show SendGrid options updated Send Test Email There was a problem sending the test email. Double check your settings.
阅读所有3条评价

贡献者及开发者

「WP SendGrid」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「WP SendGrid」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.1.0

  • Added support for network-level settings in Multisite

2.0.1

  • Fix a typo in wp_mail function definition

2.0

  • Rewrote settings page using the Settings API
  • Added filters to make extending easier

1.0.1

  • Remove hardcoded “from” address and use WordPress provided address instead

1.0

  • Initial release