log1x/wp-smtp

Simple package for handling WordPress SMTP with .env when using the Roots stack.

Maintainers

Details

github.com/Log1x/wp-smtp

Source

Issues

Installs: 7 975

Dependents: 1

Suggesters: 0

Security: 0

Stars: 35

Watchers: 9

Forks: 4

Open Issues: 0

Type:package

v1.0.2 2021-01-23 05:04 UTC

This package is auto-updated.

Last update: 2024-04-16 17:37:46 UTC


README

Latest Stable Version Total Downloads

WP SMTP is a simple Composer package for handling WordPress SMTP with .env. No admin menus or other bloat. Just a simple admin notice to verify your connection when needed and the ability to do a simple task WordPress should probably be handling natively.

Getting Started

Requirements

Installation

Install via Composer:

composer require log1x/wp-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

Optional

WP_SMTP_PORT=587                      # Port
WP_SMTP_PROTOCOL=tls                  # Protocol
WP_SMTP_TIMEOUT=10                    # Timeout
WP_SMTP_FORCEFROM=example@example.com # Force From Email
WP_SMTP_FORCEFROMNAME=Example         # Force From Name

Mailhog

WP_SMTP_HOST=localhost
WP_SMTP_PORT=1025
WP_SMTP_PROTOCOL=false

Debugging

SMTP connect() failed.

This error means the initial connection to your host/port failed.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated. When contributing code, please follow the existing code style.

If you're feeling generous, I also take contributions in the form of coffee & energy drinks.

License

WP SMTP is provided under the MIT License.