8bitstudio-ch / enable-smtp
MU Plugin to handle WordPress SMTP with .env
Package info
github.com/8bitstudio-ch/enable-smtp
Type:wordpress-muplugin
pkg:composer/8bitstudio-ch/enable-smtp
v1.0.0
2022-10-27 11:52 UTC
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