https://github.com/sjinks/ww-smtp-settings
A WordPress plugin to send emails via SMTP
https://github.com/sjinks/ww-smtp-settings
email plugin smtp smtp-mail wordpress wordpress-plugin
Last synced: about 1 year ago
JSON representation
A WordPress plugin to send emails via SMTP
- Host: GitHub
- URL: https://github.com/sjinks/ww-smtp-settings
- Owner: sjinks
- License: mit
- Created: 2021-09-06T07:46:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T19:50:30.000Z (about 1 year ago)
- Last Synced: 2025-04-09T20:40:53.605Z (about 1 year ago)
- Topics: email, plugin, smtp, smtp-mail, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 1.16 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ww-smtp-settings
[](https://github.com/sjinks/ww-smtp-settings/actions/workflows/ci.yml)
[](https://github.com/sjinks/ww-smtp-settings/actions/workflows/static-code-analysis.yml)
[](https://sonarcloud.io/dashboard?id=sjinks_ww-smtp-settings)
A WordPress plugin to send emails via SMTP
## Installation
First, please install the plugin:
```bash
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](https://wp-cli.org/), you can use this command:
```bash
wp plugin activate ww-smtp-settings
```