這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

SMTP Locaweb for WordPress

描述

SMTP Locaweb is a platform to send emails and notifications, it is simple and easy to use. It has a lot of IPs
with good reputation and it is possible to send emails fast with a good rate of inbox delivery.

Visit http://www.locaweb.com.br/produtos/smtp-locaweb.html for more informations.

This plugin helps to configure wordpress to send emails through SMTP Locaweb.

It is possible to contribute sending a pull request in https://github.com/fabioperrella/wp_smtp_locaweb

This plugin was based on plugin Mailgun for WordPress.

螢幕截圖

  • Configuration options for using the SmtpLocaweb SMTP servers

安裝

  1. Upload the smtp_locaweb folder to the /wp-content/plugins/ directory or install directly through the plugin installer
  2. Activate the plugin through the ‘Plugins’ menu in WordPress or by using the link provided by the plugin installer
  3. Visit the settings page in the Admin at Settings -> SmtpLocaweb and configure the plugin with your account details

常見問題

Testing the configuration fails when using SMTP

Your web server may not allow outbound SMTP connections on port 465 for secure connections or 587 for unsecured connections. Try changing Use Secure SMTP to “No” or “Yes” depending on your current configuration and testing again.

Your sender email should be authorized in SMTP Locaweb, you can authorize visiting the admin panel in https://smtplw.com.br/panel/settings/emails

Can this be configured globally for WordPress Multisite?

Yes, using the following constants that can be placed in wp-config.php:

SMTP_LOCAWEB_USERNAME    Type: string
SMTP_LOCAWEB_PASSWORD    Type: string
SMTP_LOCAWEB_SECURE      Type: boolean
SMTP_LOCAWEB_FROM_EMAIL  Type: string
SMTP_LOCAWEB_FROM_NAME   Type: string

評價

There are no reviews for this plugin.

貢獻者及開發者

“SMTP Locaweb for WordPress” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 SMTP Locaweb for WordPress 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1.2

  • better description for field “Use Secure SMTP”

0.1.1

  • changed password input type to password
  • when testings smtp settings, shows error details if something wrong happens

0.1 (2015-08-11):

  • Initial Release