TSP Scale Mailer

外掛說明

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.

External services

This plugin connects to the TSP Scale REST API (api.tspscale.in) to route your outgoing WordPress emails.

When an email is sent from your WordPress site (e.g., via a contact form, password reset, or WooCommerce receipt), the plugin securely transmits the email headers, subject, and body content to the TSP Scale API for immediate delivery. The plugin also fetches your email templates from the API.

This service is provided by TSP Scale:
* Terms of Use: https://tspscale.in/legal/terms
* Privacy Policy: https://tspscale.in/legal/privacy

安裝方式

  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!

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈TSP Scale Mailer〉的開發相關工作。

參與者

將〈TSP Scale Mailer〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

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