=== EBAVS/ Simple SMTP ===
Contributors: ebavs
Tags: smtp, email, mail, phpmailer
Requires at least: 5.5
Tested up to: 7.1
Stable tag: 1.0.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A simple SMTP configuration plugin for WordPress.

== Description ==

EBAVS Simple SMTP lets you configure WordPress email delivery through SMTP using only the basic required fields: host, user, password and port.

This plugin is intentionally simple and lightweight.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/ebavs-simple-smtp/` directory.
2. Activate the plugin through the WordPress admin.
3. Go to Settings > SMTP By EBAVS.
4. Enter your SMTP configuration.
5. Send a test email.

== Frequently Asked Questions ==

= Does this plugin create database tables? =

No. It only stores the SMTP settings using WordPress options.

= Does this plugin use external dependencies? =

No.

== Screenshots ==

1. SMTP settings screen.

== Changelog ==

= 1.0.0 =
* Initial release.