Linux 软件免费装
Banner图

Post SMTP Mailer/Email Log

开发者 yehudah
wpexpertsio
更新时间 2022年2月23日 22:19
PHP版本: 3.9 及以上
WordPress版本: 5.9
版权: GPLv2 or later
版权网址: 版权信息

标签

email mail gmail yahoo smtp mailer mailgun oauth2 postman elastic email email log google apps postman smtp hotmail mandrill api sendgrid api office365

下载

1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.7 1.9.8 2.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.17 2.0.18 2.0.19 2.0.2 2.0.20 2.0.21 2.0.22 2.0.3 2.0.4 2.0.5 2.0.7 2.0.8 2.0.9 1.9.6 2.0.16 1.8.5 2.0.23 2.0.24 2.0.6

详情介绍:

Looking for Office 365 API delivery? Check this extensions page, it will update with more extensions so don't forget to follow: https://postmansmtp.com/extensions/ The Only SMTP plugin with chrome Notifications Get notified if your emails are failing inside your Chrome browser. Download here WordPress Mail SMTP Plugin Post SMTP is a next-generation WP Mail SMTP plugin, that assists in the delivery of email generated by your WordPress site. Post SMTP is the first and only plugin to support the latest security standards. With OAuth 2.0, there is no need to store your email passsword in the WordPress database where it might be found. The Connectivity Test and intelligent Setup Wizard scan your SMTP server to detect firewall blocks and eliminate configuration mistakes. The built-in Email Log is an invaluable resource for diagnosing problems with emails. Even hosts that block the standard SMTP ports, like GoDaddy or Bluehost, can't stop your email as Post SMTP can deliver via HTTPS if it can't use SMTP. Post SMTP is not another WP Mail SMTP clone like WP Bank or Easy SMTP. It replaces the default WordPress SMTP library, PHPMailer, with the heavy-duty Zend_Mail. Never lose an email to PHP mail() again. The Most Fast And Easy See how fast and easy to setup Post SMTP with Google/Gsuite or any SMTP service. https://www.youtube.com/watch?v=z-x1DhcAN0o Standard Features OAuth 2.0 Features API (HTTPS) Email Support Compatibile With.. Requirements Looking for Google Analytics plugin? If you used Google Analytics Dashboard For WP and you really hate the latest updates, I have forked the original plugin here: https://wordpress.org/plugins/metrics-query/ CREDITS Post SMTP (aka Postman SMTP) plugin was originally created by Jason Hendriks.

安装:

To send email reliably, you must use the SMTP server assigned to that email. If Post is unable to connect to the right SMTP server, you may have to ask your host to open the ports, or create a new email account managed by your host, or switch hosts! The Connectivity Test utility will tell you which ports are open and the actions available to you.
Easy install and setup! (Recommended for all users)
  1. Install and activate the plugin through the 'Plugins' menu in WordPress.
  2. In the WordPress 'Settings' menu select 'Post SMTP'.
  3. Choose 'Start the Wizard' and follow the instructions.
To manually configure Password Authentication (Intermediate users only)
  1. Choose configure manually
  2. In 'Transport', choose 'SMTP'
  3. In 'Outgoing Mail Server Hostname', enter the SMTP Server's hostname
  4. In 'Outgoing Mail Server Port', enter the SMTP Server's port
  5. In 'Security' choose the appropriate type (a good guess is SMTPS for port 465, STARTTLS otherwise)
  6. In 'Authentication', choose the authentication type (a good guess is 'Plain')
  7. If your Authentication method is not 'None', enter your username (probably your email address) and password.
  8. Choose the 'Message' tab.
  9. In 'Envelope From Address' enter your email address. This MUST be the same address you login to webmail with.
  10. In 'Message From Address' enter your email address. Or this can be an alias, mailing list, or group email if you wish.
  11. Choose the Save Changes button.
  12. Send yourself a test email.
To manually configure OAuth 2.0 Authentication (Advanced users only)
  1. Choose configure manually
  2. In 'Transport', choose 'SMTP'
  3. In 'Outgoing Mail Server Hostname', enter the SMTP Server's hostname
  4. In 'Outgoing Mail Server Port', enter the SMTP Server's port
  5. In 'Security' choose the appropriate type (a good guess is SMTPS for port 465, StartTLS otherwise)
  6. In 'Authentication' choose 'OAuth 2.0'
  7. Post will give you a link to the Client ID maintenance page of your email service provider. Create a Client ID for your WordPress site.. instructions for this are detailed in the FAQ
  8. Copy your generated Client ID and Client secret into the plugin's Settings page.
  9. Choose the 'Message' tab.
  10. In 'Envelope From Address' enter your email address. This MUST be the same address you login to webmail with.
  11. In 'Message From Address' enter your email address. Or this can be an alias, mailing list, or group email if you wish.
  12. Choose the Save Changes button.
  13. Choose the 'Request OAuth2 Permission' link and follow the instructions.
  14. Send yourself a test email.

屏幕截图:

  • WordPress Dashboard showing both the Post widget and At a Glance widget
  • Main Settings screen - shows Main Menu and current status (new installation)
  • Setup Wizard (step 1) - Import data from other plugins
  • Setup Wizard (step 4) - Connectivity Test
  • Manual Configuration - Account Settings: Password Authentication
  • Manual Configuration - Account Settings: OAuth 2.0 Authentication
  • Manual Configuration - Message Settings
  • Manual Configuration - Advanced Settings
  • Test Email utility screen - Oops! Wrong password
  • Emai Log screen
  • Connectivity Test utility screen
  • Diagnostic Information screen
  • Email Log Filter

升级注意事项:

1.7 Integration with Mandrill API, SendGrid API, Import/Export, Resend Emails 1.6 Introducing Email Logging. 1.5 Added support for external transports, such as the new Post Gmail Extension. 1.4 Now supporting Yahoo Mail via OAuth 2.0! 1.3 Now supporting Hotmail via OAuth 2.0! 1.2 Support for Sender Name and the Reply-To header. 1.1 Support for international characters and multipart/mime mail 1.0 Major overhaul of the UI including a Setup Wizard and a TCP Port Tester!

常见问题:

Where is Postman SMTP?

From 2015-11-08 more or less I can say that Jason the original author stoped maintain the plugin. He may still answered some support tickets, but nothing more.

What is OAuth 2.0?

A modern replacement for traditional password-based authentication. Post supports the OAuth 2.0 implementations of all three major e-mail providers: Gmail, Hotmail and Yahoo Mail.

How does OAuth 2.0 work?

Post requests a limited access OAuth 2.0 token (valet key) to access the APIs (enter the house) and perform a specific service (handle Gmail, stay out of Google Docs) with no need for you to surrender your username and password credentials (master house key). Once access is granted, Post commandeers the WordPress wp_mail() function to provide an incredibly stable mail sub-system.

Can't I just tell Google to allow less secure apps and keep using my old password?

Google does have a setting to allow less secure apps but this option is not available if you're using Google Apps to manage a domain. There are many reasons why OAuth 2.0 is better than any password-based mechanism:

  • Post will never ask for your password, so your password can't be stolen
  • If you change your password regularly, you will never have to update Post's configuration
  • You have tighter control over the data Post has access to. For Google users it can never access your Calendar or Docs or YouTube; for Yahoo users it can never access your Flickr
  • If your WordPress site gets hacked, you can revoke Post's email access without impacting any other application or website that has access to your account
NEVER give out your Gmail, Microsoft or Yahoo password to a 3rd-party or 3rd-party program that you don't fully trust.

What is a Client ID?

To use OAuth, your website needs it's own Client ID. The Client ID is used to control authentication and authorization and is tied to the specific URL of your website. If you manage several websites, you will need a different Client ID for each one.

How do I get a Google Client ID? (For Gmail users only!)

Go to Configure Post SMTP with Gmail\Gsuite OAuth

How do I get a Microsoft Client ID? (For Hotmail/Live/Outlook.com users only!)

  1. Go to Microsoft account Developer Center and select 'Create application'.
  2. In the 'Application name' field enter 'Post SMTP'. Select 'I accept.'
  3. Select 'API Settings' from under 'Settings'.
  4. In 'Redirect URL', enter the redirect URI given by Post (either from the wizard, or from the manual configuration page). Select Save.
  5. Select 'App Settings' from under 'Settings'.
  6. Enter the Client ID and Client Secret displayed here into Post's settings page.

How do I get a Yahoo Client ID? (For Yahoo Mail users only!)

  1. Go to Yahoo Developer Network and select 'Create an App'.
  2. In the 'Application Name' field enter 'Post SMTP'. For 'Application Type' choose 'Web Application'.
  3. In 'Home Page URL', enter the 'Home Page URL' given by Post.
  4. In 'Callback Domain', enter the 'Callback Domain' given by Post.
  5. Under 'API Permissions' choose 'Mail'. Under 'Mail' choose 'Read/Write'
  6. Click 'Create App'
  7. Enter the Client ID and Client Secret displayed here into Post's settings page.

How can I revoke Post's OAuth 2.0 access?

更新日志:

= 2.0.24 - 2022-02-13 = 1.9.3 - 2018-07-26 Removed auto configure for port 25 (can be TLS) = 1.9.2 - 2018-07-23 Removed deprecated functions from 7.2 + comment unready feature = 1.9.1 - 2018-07-22 Syntx stupid mistake = 1.9.0 - 2018-07-22 1.7.10 - 2017-11-21 = 1.7.5 - 2017-10-07 1.7.2 - 2015-11-08 1.7.1 - 2015-11-05 1.7.0 "Iliana" - 2015-11-03 1.6.24 - 2015-09-10 1.6.23 - 2015-06-27 1.6.22 - 2015-06-14 1.6.18 - 2015-06-13 1.6.17 - 2015-06-08 1.6.14 - 2015-06-05 1.6.12 - 2015-05-30 1.6.11 - 2015-05-22 1.6.10 - 2015-05-18 1.6.8 - 2015-05-14 1.6.6 - 2015-05-12 1.6.5 - 2015-05-10 1.6.4 - 2015-05-08 1.6.2 - 2015-05-06 1.6.1 - 2015-05-04 1.6 - 2015-05-03 1.5.13 - 2015-04-22 1.5.13 - 2015-04-18 1.5.12 - 2015-04-14 - The Jamaican release! 1.5.11 - 2015-04-05 1.5.10 - 2015-03-29 1.5.9 - 2015-03-26 1.5.8 - 2015-03-16 1.5.7 - 2015-03-14 1.5.5 - 2015-03-11 1.5.4 - 2015-03-04 - the Birthday Release 1.5.3 - 2015-02-28 1.5.1 - 2015-02-23 1.5 - 2015-02-22 1.4.1 - 2015-02-17 1.4 - 2015-02-15 1.3.4 - 2015-02-11 1.3.2 - 2015-02-10 1.3 - 2015-02-09 1.2 - 2015-02-04 1.1.1 - 2015-02-03 1.1 - 2015-02-03 1.0 - 2015-02-02 0.2.7 - 2015-01-29 0.2.6 - 2015-01-28 0.2.5 - 2015-01-27 0.2.4 - 2015-01-25 0.2.1 - 2015-01-23 0.2 - 2015-01-20 0.1 - 2015-01-19