SMTP relay for $0.0006/email.
Works with any software.

WordPress, WHMCS, SendBlaster PRO, TurboMailer, AMS, PowerMTA, Interspire — if it has an SMTP settings page, it works with SMTP.MOM. Offshore-routed through 100+ clean IPs, encrypted, and ready in 30 seconds. No contracts, no minimum.

Drop-in compatible: WordPress WHMCS PowerMTA cPanel
Network Uptime
99.99%
Redundant node clustering
Delivery Latency
< 30ms
Instantaneous SMTP handshakes
Active Nodes
100+ Pool Nodes
Rotates through clean premium IPs

How It Works

Deploy high-speed SMTP relays inside your environment in three simple steps.

1. Create an Account

Register instantly to generate your custom SMTP username and secure API access credentials.

2. Configure your App

Integrate credentials into WordPress, WHMCS, PMTA, or code (Host: api.smtp.mom, Port: 2525 / 587).

3. Send and Track

Send outbound messages instantly while viewing delivery status logs and realtime metrics in your dashboard.

Developer API Integration Guide

Simple integration guides for connecting popular platforms and programming environments.

Outbound SMTP Code Examples

use PHPMailer\PHPMailer\PHPMailer; $mail = new PHPMailer(true); $mail->isSMTP(); $mail->Host = 'api.smtp.mom'; $mail->SMTPAuth = true; $mail->Username = 'YOUR_MOM_SMTP_USER'; // e.g. mom_a1b2c3d4e5 $mail->Password = 'YOUR_MOM_SMTP_KEY'; // your secure API password key $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; $mail->Port = 2525; // Or 587 $mail->setFrom('[email protected]', 'Mailer'); $mail->addAddress('[email protected]'); $mail->Subject = 'Test Email via SMTP.MOM'; $mail->Body = 'High speed email delivery connection verified!'; $mail->send();
// Add this snippet to your active theme's functions.php file add_action('phpmailer_init', 'smtp_mom_wp_config'); function smtp_mom_wp_config($phpmailer) { $phpmailer->isSMTP(); $phpmailer->Host = 'api.smtp.mom'; $phpmailer->SMTPAuth = true; $phpmailer->Port = 2525; // Or 587 $phpmailer->Username = 'YOUR_MOM_SMTP_USER'; $phpmailer->Password = 'YOUR_MOM_SMTP_KEY'; $phpmailer->SMTPSecure = 'tls'; }
const nodemailer = require('nodemailer'); const transporter = nodemailer.createTransport({ host: 'api.smtp.mom', port: 2525, // Or 587 secure: false, // true for 465, false for other ports auth: { user: 'YOUR_MOM_SMTP_USER', pass: 'YOUR_MOM_SMTP_KEY' } }); transporter.sendMail({ from: '"Mailer" ', to: '[email protected]', subject: 'Test Email via SMTP.MOM', text: 'High speed email delivery connection verified!' });
import smtplib from email.mime.text import MIMEText msg = MIMEText('High speed email delivery connection verified!') msg['Subject'] = 'Test Email via SMTP.MOM' msg['From'] = '[email protected]' msg['To'] = '[email protected]' with smtplib.SMTP('api.smtp.mom', 2525) as server: server.starttls() server.login('YOUR_MOM_SMTP_USER', 'YOUR_MOM_SMTP_KEY') server.send_message(msg)

Why Developers Choose SMTP.MOM

High delivery rates, simple secure API keys, and robust delivery logs.

Offshore Relay Network

Relays outbound mail dynamically across clean, active SMTP IP blocks, optimized from private offshore servers for stable inbox routing.

STARTTLS Security

Fully secure message relaying with explicit SSL/TLS encryption protocols, preventing wiretapping and snooping.

100% Software Compatible

Relays outbound emails seamlessly from WHMCS client systems, WordPress sites, PMTA mail engines, or PHP/Python scripts.

Simple Pay-As-You-Go Pricing

Deposit funds with crypto and start sending immediately. No subscriptions, no commitments.

Flat Rate

$0.0006 / email

One simple price for every message. No tiers, no hidden fees. Deposit any amount and send.

  • Access to Full SMTP Pool Network
  • Real-time Delivery Activity Logs
  • STARTTLS / SSL on Ports 2525, 587, 465, 25
  • Crypto Deposits — No KYC Required
  • Instant Account Activation
  • Compatible with Any SMTP Software
Get Started