Simple SMTP Mailer

A simple WordPress plugin for configuring a site to use a SMTP server to send email instead of the default PHP mail function.

View on WordPress.org | Download Latest Version (1.0.5)

Why is this necessary?

When working in a development environment more than likely the PHP mail function is not going to work. I found that most of the SMTP plugins available on WordPress.org do way too much. This plugin does one thing and one thing only… Sends WordPress email using SMTP.

You can now easily test your forms in dev without installing a mail server!

Changelog

1.0.5

  • Compatibility with WordPress 6.3

1.0.4

  • Added a debug option

1.0.3

  • Compatibility with WordPress 6.1.1

1.0.2

  • Replaced all PHP short tags

1.0.1

  • text-domain fix
  • Changed permissions from administrator to manage_options
  • Added options page link on plugins page
  • Updated the description

1.0.0

  • Initial commit