Send emails without SMTP. Create support tickets from your site. One plugin, one API key — your WordPress site gets reliable email delivery and a built-in support channel in seconds.
Everything your WordPress site needs to send emails and collect support requests.
Replace SMTP with a single API key. All WordPress emails — password resets, WooCommerce orders, form notifications — sent through the GoPimi API with proper authentication headers.
Embed a support ticket form anywhere on your WordPress site with a shortcode. Submissions go straight to your GoPimi workspace as tickets — no email middleman, no lost requests.
Get your WordPress site connected to GoPimi in under a minute.
Upload GoPimi for WordPress to your site or install from the plugin directory. Activate it.
Paste your GoPimi API key and set your sender email address in the settings page.
Emails send through the API automatically. Drop [gopimi_ticket_form] on any page for instant support.
| Traditional SMTP | GoPimi | |
|---|---|---|
| Setup | Host, port, user, pass, encryption | API key only |
| Fields to configure | 5+ | 2 |
| Port blocked by host? | Common problem | Not applicable |
| Sensitive credentials | SMTP password stored | API key only |
| Built-in ticket forms | No | Shortcode |
| Support dashboard | No | Full helpdesk |
Order confirmations, shipping updates, and password resets — all delivered reliably. Add a ticket form to your support page.
Reliable transactional email for signups and onboarding. Embed a contact form that creates tickets in your helpdesk.
One plugin for email delivery across all client WordPress sites. Centralize support tickets in workspace-isolated dashboards.
Welcome emails, renewal reminders, and member support — without wrestling with SMTP on every host.
Newsletter signup confirmations, comment notifications, and a reader feedback form that feeds your support queue.
Simple email setup for client projects. A support form that goes straight to your GoPimi inbox — no extra tools needed.
The plugin overrides wp_mail() with a clean API call. Your existing code keeps working.
// Your existing code doesn't change. // GoPimi Mail handles wp_mail() automatically. wp_mail( 'customer@example.com', 'Your order has shipped', 'Hi Jane, your order #1042 is on the way!' ); // Ticket form shortcode — drop on any page: // [gopimi_ticket_form] // Behind the scenes: // POST https://api.gopimi.com/v1/mail/send // POST https://api.gopimi.com/v1/workspaces/{id}/tickets