Simplest SMTP Mailer
开发者 |
toadelevatingweb
|
更新时间 |
2018年1月30日 09:31 |
捐献地址: |
去捐款 |
PHP版本: |
5.2.4 及以上 |
WordPress版本: |
4.9.2 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
About the Plugin
You need WordPress to send emails in your development environment on Windows?
You simply can't use sendmail, or would rather use your own SMTP...?
Simplest SMTP Mailer is indeed the most simple answer.
It hooks onto the phpmailer_init action to set PHPMailer to use SMTP method with custom settings.
Simple and straight forward, useful for any environment.
安装:
- Upload
simplest-smtp-mailer
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Visit the settings page within your Settings menu in your Dashboard
屏幕截图:
更新日志:
1.1
Added Dev/test mode
Fix PHPMailer value issue.
1.0
First version: SMTP with host, port, debug, security (TLS, self-signed certificate), authentification, username, password.