Linux 软件免费装
Banner图

Just SMTP

开发者 christophrado
更新时间 2025年5月29日 18:43
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv3
版权网址: 版权信息

标签

email mail smtp sending deliver

下载

1.0.0

详情介绍:

What this plugin does not provide

安装:

  1. Upload the plugin files to the /wp-content/plugins/just-smtp directory, or install the plugin through the WordPress plugins screen directly
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Configure your settings using the Settings->SMTP screen

屏幕截图:

  • Tester screen
  • Tester protocol

常见问题:

How can I debug sending errors?

Use the Tester to send a test mail. The resulting PHPMailer log of that test mail will be output for you to review.

How can I protect the password?

If a constant 'JUST_SMTP_ENCRYPTION_KEY' is set, the password will be stored encrypted. You can define this constant in your wp-config.php file like so (switch out the random string with your own): define( 'JUST_SMTP_ENCRYPTION_KEY', 'randomstring' ); Make sure to re-save the password after adding this constant. If the constant value gets changed, the passwords needs to be saved again.

更新日志:

1.0.0