The Simple SMTP Mailer plugin allows you to easily configure WordPress to use SMTP instead of the PHP mail function.
This should only really be used in a development environment.
升级注意事项:
none
常见问题:
Can I send email via SMTP using this plugin?
Yes
Does this plugin work with Gmail SMTP?
Yes
更新日志:
1.1.0
Added the ability to manually override plugin options by defining the 'SSMTP_MAILER' constant
Changed PHP requirement to 8.0
The SMTP password is now saved as a salted hash
Errors now get added to PHP error log when debug option is enabled
Some minor code refactoring
1.0.5
Compatibility with WordPress 6.3
1.0.4
Added a debug function
1.0.3
Compatibility with WordPress 6.1.1
1.0.2
Replaced all PHP short Tags
1.0.1
text-domain fix
Changed permissions from administrator to manage_options