8bitstudio-ch / enable-smtp
MU Plugin to handle WordPress SMTP with .env
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-muplugin
Requires
- php: >=7.1
README
Enable SMTP is a MU plugin for handling WordPress SMTP with .env
.
Getting Started
Requirements
Installation
Install via Composer:
composer require 8bitstudio-ch/enable-smtp
Usage
Configuration
All configuration goes into .env
.
Required
WP_SMTP_HOST=mail.example.com # Host
WP_SMTP_USERNAME=example # Username
WP_SMTP_PASSWORD=secure123 # Password
WP_SMTP_PORT=587 # Port