| 开发者 | simmotorlp |
|---|---|
| 更新时间 | 2026年3月22日 22:11 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp_mail() with the Mailtrap Send API.
Features:
wp_remote_post) for zero external dependencies.
Extensible via filters:
swifttrap_mailtrap_email_category — override email categoryswifttrap_mailtrap_use_bulk_stream — control bulk stream routingswifttrap_mailtrap_template — send via Mailtrap template (template_uuid)swifttrap_mailtrap_custom_variables — attach tracking metadata to emailsswifttrap-for-mailtrap folder to /wp-content/plugins/Log in to mailtrap.io, go to your sending domain, and copy the API token.
This plugin sends email data (recipients, subject, body, attachments) to the Mailtrap API at send.api.mailtrap.io and bulk.api.mailtrap.io. Account stats are fetched from mailtrap.io/api/accounts. See Mailtrap Privacy Policy.
When disabled or if the API token is empty, WordPress falls back to its default mail handler.
swifttrap_mailtrap_template filter for Mailtrap template supportswifttrap_mailtrap_custom_variables filter for email tracking metadataswifttrap_mailtrap_get_account_id() with transient caching