WordPress Plugin

GoPimi for WordPress

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.

GoPimi WordPress plugin for email delivery and ticket forms

One Plugin, Two Superpowers

Everything your WordPress site needs to send emails and collect support requests.

Email Delivery

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.

  • No SMTP host, port, or password to configure
  • Send from your own domain email address
  • Works with WooCommerce, Contact Form 7, Gravity Forms, WPForms
  • No blocked ports — API calls work on any host
  • Built-in test email to verify your setup

Ticket Forms

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.

  • Drop a shortcode on any page or post
  • Tickets appear instantly in your GoPimi dashboard
  • Captures name, email, subject, and message
  • Auto-creates contacts in your workspace
  • Styled to match your theme — or customize with CSS

Three Steps. That's It.

Get your WordPress site connected to GoPimi in under a minute.

1

Install the Plugin

Upload GoPimi for WordPress to your site or install from the plugin directory. Activate it.

2

Enter Your API Key

Paste your GoPimi API key and set your sender email address in the settings page.

3

You're Live

Emails send through the API automatically. Drop [gopimi_ticket_form] on any page for instant support.

SMTP vs GoPimi

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

Built For

🛒

WooCommerce Stores

Order confirmations, shipping updates, and password resets — all delivered reliably. Add a ticket form to your support page.

💻

SaaS Landing Pages

Reliable transactional email for signups and onboarding. Embed a contact form that creates tickets in your helpdesk.

🏢

Agency Client Sites

One plugin for email delivery across all client WordPress sites. Centralize support tickets in workspace-isolated dashboards.

📚

Membership Sites

Welcome emails, renewal reminders, and member support — without wrestling with SMTP on every host.

📰

Content Publishers

Newsletter signup confirmations, comment notifications, and a reader feedback form that feeds your support queue.

🔧

Freelancers

Simple email setup for client projects. A support form that goes straight to your GoPimi inbox — no extra tools needed.

Under the Hood

The plugin overrides wp_mail() with a clean API call. Your existing code keeps working.

PHP
// 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

Ready to simplify your WordPress setup?

Join the waitlist to get early access to GoPimi for WordPress when it launches.

Join Waitlist Explore GoPimi Platform