=== QTech SMTP ===
Contributors: bdixspeed
Tags: smtp, email, mail, email log, wordpress smtp
Requires at least: 5.4
Tested up to: 7.1
Requires PHP: 7.2
Stable tag: 2.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A simple SMTP plugin for WordPress with provider presets, HTML test emails, and recent email activity logs.

== Description ==

QTech SMTP helps WordPress send email through a configured SMTP server. It includes presets for Gmail, Yahoo Mail, and Microsoft Outlook, as well as custom SMTP configuration.

Features include:

* SMTP configuration for WordPress email.
* Gmail, Yahoo Mail, and Outlook presets.
* Custom SMTP configuration.
* From Email and From Name controls.
* HTML test email.
* Success and failure email activity logs.
* Retention of the latest 100 log entries.
* Modern QTech settings interface.

== Installation ==

1. Upload the plugin through **Plugins > Add New > Upload Plugin**.
2. Activate **QTech SMTP**.
3. Go to **Settings > QTech SMTP**.
4. Configure your SMTP server details and save the settings.
5. Use the test email tool to verify delivery.

== Frequently Asked Questions ==

= Does this plugin send email through wp_mail()? =

Yes. The plugin configures WordPress's PHPMailer instance so normal WordPress email can use your configured SMTP server.

= Where are email logs stored? =

The latest 100 email activity entries are stored in the WordPress options table. Log entries may contain recipient email addresses, subjects, timestamps, delivery status, and error messages. Site administrators should use and retain these logs in accordance with their site's privacy requirements.

= Does uninstalling the plugin remove my SMTP settings? =

The plugin removes its QTech email activity logs on uninstall.

== Privacy ==

QTech SMTP does not send plugin analytics or tracking data to QTech. SMTP credentials and settings are stored in the WordPress database. Email activity logs may contain recipient addresses, subjects, timestamps, status information, and error messages. The plugin administrator can clear these logs from the QTech SMTP settings page.

The plugin loads the QTech logo from qtech.top in the WordPress admin interface and in the optional HTML test email.

== Changelog ==

= 2.0.2 =
* Completed QTech branding across plugin files, admin slugs and settings.
* Renamed the main plugin file to qtech-smtp.php.
* Migrates settings from earlier releases without changing the SMTP connection logic.

= 2.0.1 =
* Added WordPress.org submission metadata and GPL license declarations.
* Added uninstall cleanup for QTech email activity logs.
* Improved validation and escaping around test-email handling.
* Clarified privacy behavior and log retention.

= 2.0.0 =
* Rebranded as QTech SMTP.
* Added modern admin UI.
* Added email activity logs.
* Added HTML test email support.
* Preserved existing SMTP connection logic and legacy saved settings.
