Linux 软件免费装
Banner图

WP Offload SES Lite

开发者 deliciousbrains
bradt
SylvainDeaure
wpengine
ianmjones
eriktorsner
kevinwhoffman
mattshaw
更新时间 2024年4月9日 16:24
PHP版本: 7.2 及以上
WordPress版本: 6.5

标签

newsletter smtp gmail smtp amazon ses email delivery

下载

1.6.8 0.2.1 1.6.3 0.8.2 1.0 1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.4 1.4.3 1.4.5 1.2.2 1.2.1 1.4.6 1.6.0 1.6.2 1.6.6 0.1.2 0.7.2.1 1.6.4 1.6.5 1.6.1 1.6.7

详情介绍:

Are your WordPress site emails not being delivered? That's pretty common. Over 20,000 sites trust WP Offload SES Lite to send their site email. WordPress' default email sending functions just don't cut it these days. You absolutely need to set up something more. Some folks set up an SMTP plugin to use their existing email provider (e.g. Gmail, Outlook.com, Yahoo, etc) to send their WordPress emails but then find out the hard way (i.e. emails not getting delivered) that there's a daily hard limit on the number of emails they can send. Sending WordPress emails through SMTP is simply not worth the risk. Other folks try sending services like Postmark, Mailgun, Sendgrid, etc but realize that they're expensive and their WordPress plugins are subpar (check out our reviews for details). With WP Offload SES Lite, you get the high deliverability, powerful managed infrastructure, and low cost of Amazon SES but with the support of a quality WordPress plugin that's easy to set up and lets you know when there are sending failures. With WP Offload SES Lite, you can: Upgrade to WP Offload SES Get email open and click reporting and more with an upgrade to WP Offload SES: Open & Click Reporting It's important to be able to measure the engagement of your site emails. Are people actually opening certain emails? Are they clicking links? With that information, you can try to update an email's subject line and see if the open rate improves. Or update the email copy and see if more people click on the links. With WP Offload SES, you can access all of this instantly, from your WordPress dashboard. Auto-Retry Email Sending Failures Every Amazon SES account has a max send rate. If you try to send more emails per second than your account rate, Amazon SES will return an error and refuse to send the email which could result in dropped emails if not handled properly. WP Offload SES is aware of your SES account's send rate and will stay within the limit, but in the event of a failed send (e.g. a networking issue) the robust queue system will retry sending those emails and keep track of failures. Manually Retry Email Sending Failures Let’s say there was a networking issue that prevented your site from connecting to Amazon SES to send your email. WP Offload SES will automatically retry sending a few times before giving up and calling it a failure. If that happens, you can simply retry those failures once connectivity to Amazon SES is restored. With WP Offload SES none of your emails will get dropped into the ether because of a failure. Manually Resend Any Sent Emails Let’s say that one of your users accidentally deleted a message that was sent to them. You can find that email in WP Offload SES and resend it in just a few clicks. No more manually assembling the pieces of the email you think they need because you don’t have a copy of the original email. Search for Any Email Amazon SES doesn’t log emails sent on its own, let alone allow you to search for a sent email. WP Offload SES logs every email sent and allows you to filter by date and search by recipient and/or email subject. View a Specific Email WP Offload SES saves the full content of every email sent through your WordPress site, allowing you to view exactly what your customers were sent. Analyze Engagement for a Specific Email Would you like to know if a customer has viewed a specific email they’ve been sent? Or maybe you want to know if they’ve clicked the links in the email? Simply search for the email, click View Email and you can see how many times they opened that particular email and how many times they clicked on the links. No more time consuming back-and-forth with the customer, asking if they’ve received an email or not. PriorityExpert™ Email Support PriorityExpert™ email support guarantees that a developer will handle your support request. A developer will reply to your very first email and a developer who works on the software will see it through to conclusion. It also means that your request will be assigned the highest priority in our queue. Compare WP Offload SES Lite and WP Offload SES → https://www.youtube.com/watch?v=gUH3fMlrU10&rel=0

安装:

Basic Setup
  1. Install and activate the plugin
  2. Go to Settings > WP Offload SES in the WordPress dashboard menu
  3. Follow the steps in the setup wizard to configure your AWS account and WP Offload SES Lite

屏幕截图:

  • Main settings page
  • Verified senders
  • Activity tab

升级注意事项:

0.4.8 Domain verification is ok 0.4.2 Experimental support for cc: and Bcc: in custom header 0.4.0 Removed deprecated SES call, several bugfixes, added sr_RS translation. 0.2.9 Pre-release, mainly bugfixes, before another update. 0.2.2 All default strings are now in english. 0.2.1 Quota and statistics Integration 0.1.2 First public Beta release

常见问题:

Where can I get support for the plugin?

If you upgrade to WP Offload SES, we will gladly provide you with email support. We take pride in delivering exceptional customer support. We do not provide email support for the free version.

What are the minimum requirements?

  • Latest version of WordPress or the one previous
  • PHP 7.2+ compiled with the cURL extension
  • MySQL 5.5+
  • Apache 2+ or Nginx 1.4+
  • Amazon Web Services account

What about SMTP plugins?

Unfortunately, sending emails through your existing email provider over SMTP is prone to hitting rate limits, as standard email services like Gmail, Outlook.com, Yahoo, etc aren’t designed for the large number of emails that are sent when sending out invoices, password reset emails, support requests, etc. SMTP is also missing some key features like an email queue which means emails that don’t send successfully on the first try just get dropped.

Will it work with Postmark, Mailgun, Sendgrid, and other email sending services?

At the moment WP Offload SES only supports Amazon SES. We're considering supporting additional services like Mailgun, Sendgrid, Postmark, etc in the future. If this is something you'd like to see, let us know.

Does this plugin auto-retry email delivery failures?

While you can see a list of all emails sent from your site with this plugin, WP Offload SES Lite does not auto-retry failures (nor does Amazon SES). If you’d like a plugin that will auto-retry for you, upgrade to WP Offload SES.

Can you help me about... (an Amazon concern)

We are not otherwise linked to Amazon or Amazon Web Services. Please direct your specific Amazon questions to Amazon support.

How does this work on WordPress Multisite?

You can configure the entire network to use the same settings by configuring the plugin via the Network Admin settings screen. If a subsite should have different settings, you can override some or all of the network settings by going to the WP Offload SES Lite settings page for that subsite. You can also use the WPOSES_SETTINGS constant to define settings that will be applied to all subsites and can’t be overridden via the UI: define( 'WPOSES_SETTINGS', serialize( array( // Send site emails via Amazon SES. 'send-via-ses' => true, // Enable open tracking. 'enable-open-tracking' => true, // Enable click tracking. 'enable-click-tracking' => true, // Amazon SES region (e.g. 'us-east-1' - leave blank for default region). 'region' => 'us-east-1', // Changes the default email address used by WordPress 'default-email' => 'your-email@example.com', // Changes the default email name used by WordPress. 'default-email-name' => 'Your Name Here', // Sets the "Reply-To" header for all outgoing emails. 'reply-to' => 'your-email@example.com', // Sets the "Return-Path" header used by Amazon SES. 'return-path' => 'your-email@example.com', // Amount of days to keep email logs (e.g. 30, 60, 90, 180, 365, 730) 'log-duration' => '30', ) ) ); See our documentation on this for more information.

Do you have a hook that is fired when an email is sent?

Yes, the wposes_mail_sent hook could be used to log emails, or post email info to an API or database: function myMailSentHook( $to, $subject, $message, $headers, $attachments ) { // Your code here. } add_action( 'wposes_mail_sent', 'myMailSentHook', 10, 5 );

Can I create a translation for your plugin?

Yes, please do! It's easy.

  1. Visit translate.wordpress.org
  2. Choose your locale
  3. Click on Plugins
  4. Search for WP Offload SES Lite
  5. Click on WP Offload SES Lite
  6. Translate!

Will WP Offload SES Lite work with other plugins that send email?

Yes, WP Offload SES should be compatible with any plugin that uses the standard wp_mail() function for sending email. If you’ve found a plugin that isn’t using that function for sending mail, you may want to reach out to the plugin developer and see if that can be changed.

Why aren't my AWS access keys working?

Please double check the credentials match up with the credentials you received when creating your IAM user, and that your IAM user has the AmazonSESFullAccess permission.

更新日志:

1.6.8 - 2024-02-09 1.6.7 - 2024-02-08 1.6.6 - 2023-08-24 1.6.5 - 2023-06-05 1.6.4 - 2023-05-18 1.6.3 - 2023-04-12 1.6.2 - 2023-03-31 1.6.1 - 2023-03-15 1.6.0 - 2023-02-15 1.4.6 - 2021-05-26 1.4.5 - 2021-04-01 1.4.4 - 2020-12-14 1.4.3 - 2020-08-05 1.4.2 - 2020-06-19 1.4.1 - 2020-04-27 1.4 - 2020-03-11 1.3 - 2019-12-11 1.2.2 - 2019-09-11 1.2.1 - 2019-08-07 1.2 - 2019-07-16 1.1 - 2019-05-07 1.0 - 2019-04-17 0.8.2 - 2019-01-09 0.8.1 - 2018-06-06 0.8 - 2017-12-28 0.7.2.1 0.7.2 0.7.1 0.7.0 0.4.8 0.4.0 0.3.58 0.3.56 0.3.54 0.3.52 0.3.50 0.3.48 0.3.46 0.3.45 0.3.44 0.3.42 0.3.4 0.3.2 0.3.1 0.2.9 0.2.2 Reference Language is now English. WP SES est fourni avec les textes en Francais. 0.2.1 Added some functions 0.1.2 First public Beta release 0.1