=== Simple SMTP Mailer ===
Contributors: joshmckibbin
Donate link: https://joshmckibbin.com/
Tags: email, mail, smtp, phpmailer, wp_mail
Requires at least: 5.9
Tested up to: 6.0.1
Requires PHP: 7.4
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Simplifies configuring WordPress to use SMTP instead of the PHP mail() function

== Description ==

[Simple SMTP Mailer](https://kibb.in/ssmtp) plugin allows you to easily configure WordPress to use SMTP instead of the PHP mail function.

=== Simple SMTP Mailer Settings ===

* **Host**: The mail server (Defaults to smtp.gmail.com)
* **Username**: The username used for connecting to the SMTP server
* **Password**: The password used for connecting to the SMTP server
* **Port**: The port to use when sending an email (587, 465 or 25. Defaults to 587)
* **Security**: The type of encryption security to use when sending an email (TLS or SSL. Defaults to TLS)

== Frequently Asked Questions ==

= Can I send email via SMTP using this plugin? =

Yes

= Does this plugin work with Gmail SMTP? =

Yes

== Screenshots ==

1. Simple SMTP Mailer Settings

== Upgrade Notice ==
none

== Changelog ==

= 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