开发者 | christophrado |
---|---|
更新时间 | 2025年5月29日 18:43 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv3 |
版权网址: | 版权信息 |
/wp-content/plugins/just-smtp
directory, or install the plugin through the WordPress plugins screen directlyUse the Tester to send a test mail. The resulting PHPMailer log of that test mail will be output for you to review.
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.