wildwolf / ww-smtp-settings
Send emails via SMTP in WordPress
Fund package maintenance!
www.paypal.com/donate/?hosted_button_id=SAG6877JDJ3KU
send.monobank.ua/jar/7rosVfiwKM
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 1
Type:wordpress-plugin
Requires
- php: ^7.4.0 || ^8.0.0
- composer/installers: ^1.0 || ^2.0
- wildwolf/singleton-trait: ^1.0.1
Requires (Dev)
- automattic/vipwpcs: ^2.3
- johnpbloch/wordpress-core: ^6.0
- php-stubs/wordpress-stubs: ^6.0
- phpcompatibility/phpcompatibility-wp: ^2.1
- psalm/plugin-phpunit: ^0.18.0
- vimeo/psalm: ^5.0
- wildwolf/wordpress-test-library-stubs: ^6.0
- wp-coding-standards/wpcs: ^2.3
- wp-phpunit/wp-phpunit: ^6.0
- yoast/phpunit-polyfills: ^1.0
This package is auto-updated.
Last update: 2024-11-04 13:40:12 UTC
README
A WordPress plugin to send emails via SMTP
Installation
First, please install the plugin:
composer require wildwolf/ww-smtp-settings
Next, please activate it: go to the Admin Dashboard => Plugins and activate the plugin.
Or, if you use wp-cli, you can use this command:
wp plugin activate ww-smtp-settings