Linux 软件免费装

SMTP Locaweb for Wordpress

开发者 fabioperrella
更新时间 2015年9月21日 19:16
PHP版本: 3.3 及以上
WordPress版本: 4.2.4
版权: GPLv2 or later
版权网址: 版权信息

标签

email mail smtp locaweb

下载

详情介绍:

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.

安装:

  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

屏幕截图:

  • Configuration options for using the SmtpLocaweb SMTP servers

升级注意事项:

0.1.0 Initial Release

常见问题:

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

更新日志:

0.1.2 0.1.1 0.1 (2015-08-11):