Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

A WordPress plugin to send emails via SMTP

Awesome Lists containing this project

README

        

# ww-smtp-settings

[![CI](https://github.com/sjinks/ww-smtp-settings/actions/workflows/ci.yml/badge.svg)](https://github.com/sjinks/ww-smtp-settings/actions/workflows/ci.yml)
[![Static Code Analysis](https://github.com/sjinks/ww-smtp-settings/actions/workflows/static-code-analysis.yml/badge.svg)](https://github.com/sjinks/ww-smtp-settings/actions/workflows/static-code-analysis.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=sjinks_ww-smtp-settings&metric=alert_status)](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
```