=== TSP Scale Mailer ===
Contributors: tspscale
Tags: smtp, email, mailer, deliverability
Requires at least: 5.0
Tested up to: 7.0
Stable tag: 1.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The official TSP Scale WordPress plugin. Route all WordPress emails through your ultra-fast REST API, bypassing restrictive host firewalls.

== Description ==

TSP Scale Mailer replaces the default WordPress email function (wp_mail) and routes all outbound emails from your WordPress site through TSP Scale's REST API. 

Unlike standard SMTP plugins that use Port 587 (which is often blocked by cheap shared hosting providers like GoDaddy or HostGator), this plugin uses secure HTTPS (Port 443) to guarantee 100% deliverability.

Features:
* Bypass strict host firewalls by using our REST API instead of SMTP.
* Lightning fast sending speed.
* Send a test email directly from the plugin settings page.
* Full support for HTML emails and plain text.

== Installation ==

1. Upload the `tsp-scale-mailer` folder to your `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to **Settings > TSP Scale**.
4. Enter your TSP Scale API Key and a verified "From" Email address.
5. Save your settings. You can now use the "Send Test Email" feature to verify everything works!

== Frequently Asked Questions ==

= Do I need a TSP Scale account? =
Yes! You must create an account at tspscale.in to get your API key and verify your domain.

= Why use this instead of WP Mail SMTP? =
If your web host blocks outbound SMTP traffic on port 587, WP Mail SMTP will fail to connect. Our plugin uses standard HTTP REST APIs over Port 443, which is never blocked by web hosts.

== Changelog ==

= 1.0.0 =
* Initial Release.
* Added native Settings UI.
* Added wp_mail override to use the /emails/send REST API.
* Added Test Email functionality.
