PikaMail is HostPika's professional SMTP relay service. Route your server's outbound emails through our high-reputation infrastructure — with built-in spam filtering, bounce detection, and zero IP management headaches.
Enterprise-grade email infrastructure at a fraction of the cost. No maintenance, no IP worries.
Advanced AI filters detect and block spam, phishing, and malware before it reaches your recipients — protecting your sender reputation.
We manage IP blacklists, feedback loops, and abuse monitoring so you never have to worry about deliverability.
Add as many servers as you need — no per-server charges. Perfect for hosting providers and agencies.
Automatic bounce processing and real-time alerts let you fix compromised accounts before they cause damage.
API key-based authentication with TLS encryption. No plain-text passwords. Enterprise-grade security by default.
$3.99/month base fee to keep the account active. Pay just $0.50 per 1,000 emails sent. No surprises.
Configure your server in under 5 minutes.
mail.baby587 (TLS) / 25API KeySTARTTLSUse your API key (from your account portal) as the SMTP password, and your registered email as the username.
Purchase the PikaMail service from my.hostpika.com. Your account will be provisioned instantly.
Login to your client portal → Services → PikaMail → View API Key.
Set the SMTP host to mail.baby, port 587, and paste your API key as the password.
Send a test email and check your delivery logs. You're live!
Pay only for what you use. No hidden fees.
Keep your account active. Includes full spam protection & IP management.
Charged only for emails actually sent. Perfect for any scale.
= $0.0005 per email
Billed via my.hostpika.com · Cancel anytime
Send emails programmatically via REST API or SMTP.
// PikaMail REST API — Send Email
const response = await fetch('https://api.mailbaby.net/mail/send', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-API-KEY': 'YOUR_PIKAMAIL_API_KEY', // from portal
},
body: JSON.stringify({
to: 'recipient@example.com',
from: 'you@yourdomain.com',
subject: 'Hello from PikaMail!',
body: 'Your email content here...',
}),
});
const result = await response.json();
console.log(result); // { "status": "ok" }API Endpoint
api.mailbaby.netAuth Header
X-API-KEYAPI Docs
mail.baby/apidoc.htmlPikaMail is HostPika's branded SMTP relay service — a smart outbound email gateway that handles IP reputation, spam filtering, and delivery optimization for your servers.
After ordering through WHMCS, login to your account portal, go to Settings → API Access, and generate your PikaMail API key. Use it as your SMTP password.
Yes! PikaMail works with any software that supports SMTP relay — cPanel, Plesk, Postfix, Exim, WordPress SMTP plugins, and more.
Absolutely. You can add unlimited servers under one account at no extra per-server cost. One API key, unlimited infrastructure.
No contracts. Pay month-to-month and cancel anytime. The $3.99/month base fee keeps your account active; email charges are billed on actual usage at $0.50 per 1,000 messages.
Because deliverability depends on the reputation of the IP address you send from, and a new server has none. Mail from an unknown IP is treated with suspicion by Gmail and Outlook, and a single compromised account on your server can get that IP blacklisted for everyone on it. Sending through a relay with a maintained reputation means your mail is judged on our track record instead.
Our filters catch the pattern and alert you rather than silently letting it damage your reputation. You get bounce and abuse reports in near real time, so you can lock the compromised account before it becomes a blacklisting problem.
There's no hard cap — you pay for what you send. Very large sudden volumes may be rate-limited briefly while we verify the traffic is legitimate, which protects both your reputation and ours.
Start sending with confidence. PikaMail handles the hard parts.