Superfast Integration With Our Communinty Libraries

We have created Community Library SDKs in 7 languages (Python, Java, PHP, Ruby, C#, Node.js, CURL) These libraries contain methods which enable you to easily interact with the Pepipost API for sending emails. We provide a detailed guide on how to install and set up the libraries for easier sending. This ensures seamless migration and super fast integration to Pepipost. It also helps you save loads of time and complicated integration process. So your migration from Sparkpost can be effortless and you can start emailing at 50% less cost than Sparkpost pricing
sdk
email-sec-pepipost

Enhanced Security With UTF-8 Encoding

Emails sent via Pepipost are encoded with UTF-8 encoding which enables special characters and emails in different languages to be sent via Pepipost. We provide Email Delivery Service over the globe for 20K+ businesses and accommodate the various sending needs of all our customers using technologies like UTF- 8 encoding. This enables us to give our customers a better email sending experience globally and scale their businesses

Here's how you can pay 50% less than Sparkpost pricing and get Superior Inboxing

We understand how essential emails are, and we have kept the prices as low as possible. Our cliets experience 95% email inboxing within a minute of sending at half the amount of Sparkpost pricing plans.

 
Shine
ArcaMax
White Plum
Cleartrip
Traveloka
Seek Asia
Tokopedia
Ola
 

Sparkpost Pricing Compared To That Of Pepipost

Pepipost provides support at no extra cost, irrespective of the plan you choose.

layer-804
Email usage per/mo Pepipost/mo Sparkpost/mo Annual Savings
1,50,000 $25 $72.5 $660
4,00,000 $85 $275 $2586
6,00,000 $145 $350 $2982
10,00,000 $245 $525 $4242
20,00,000 $445 $1075 $9162

For Developers... By Developers

Fast, easy integrations.

Start Sending in 100 Seconds or Less with SMTP Relay, APIs or Plugins

C#

var client = new RestClient("https://api.pepipost.com/v2/sendEmail");
var request = new RestRequest(Method.POST);
request.AddHeader("api_key", "");
request.AddHeader("content-type", "application/json");
request.AddParameter("application/json", "{\"personalizations\":[{\"recipient\":\"user@example.com\"}],\"from\":{\"fromEmail\":\"sales@yourdomain.com\",\"fromName\":\"MyCompany\"},\"subject\":\"Test email from Pepipost\",\"content\":\"Hi, This is my first test mail\",}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
Ruby

require 'uri'
require 'net/http'
url = URI("https://api.pepipost.com/v2/sendEmail")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

http.verify_mode = OpenSSL::SSL::VERIFY_NONE
request = Net::HTTP::Post.new(url)
request["content-type"] = 'application/json'
request["api_key"] = ''
request.body = "{\"personalizations\":[{\"recipient\":\"user@example.com\"}],\"from\":{\"fromEmail\":\"sales@yourdomain.com\",\"fromName\":\"MyCompany\"},\"subject\":\"Test email from Pepipost\",\"content\":\"Hi, This is my first test mail\",}"
response = http.request(request)
puts response.read_body
Node.js

var http = require("https");

var options = {
  "method": "POST",
  "hostname": "api.pepipost.com",
  "port": null,
  "path": "/v2/sendEmail",
  "headers": {
    "content-type": "application/json",
    "api_key": ""
  }
};

var req = http.request(options, function (res) {
  var chunks = [];

  res.on("data", function (chunk) {
    chunks.push(chunk);
  });

  res.on("end", function () {
    var body = Buffer.concat(chunks);
    console.log(body.toString());
  });
});

req.write(JSON.stringify({ personalizations: 
   [ { recipient: 'hi@welcom.com'} ],
  from: { fromEmail: 'xyz@yourdomain.com', fromName: 'YourCompanyName' },
  subject: 'Test email from Pepipost',
  content: 'Hi, This is my first test email',
  ));
req.end();
Python

import http.client
conn = http.client.HTTPSConnection("api.pepipost.com")
payload = "{\"personalizations\":[{\"recipient\":\"user@example.com\"}],\"from\":{\"fromEmail\":\"sales@yourdomain.com\",\"fromName\":\"MyCompany\"},\"subject\":\"Test email from Pepipost\",\"content\":\"Hi, This is my first test mail\",}"

headers = {
    'content-type': "application/json",
    'api_key': ""
    }

conn.request("POST", "/v2/sendEmail", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
Java

HttpResponse response = Unirest.post("https://api.pepipost.com/v2/sendEmail")
  .header("content-type", "application/json")
  .header("api_key", "")
  .body("{\"personalizations\":[{\"recipient\":\"user@example.com\"}],\"from\":{\"fromEmail\":\"sales@yourdomain.com\",\"fromName\":\"MyCompany\"},\"subject\":\"Test email from Pepipost\",\"content\":\"Hi, This is my first test mail\",}")
  .asString();
PHP

 "https://api.pepipost.com/v2/sendEmail",
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => "",
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 30,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1
  CURLOPT_CUSTOMREQUEST => "POST",
  CURLOPT_POSTFIELDS => "{\"personalizations\":[{\"recipient\":\"user@example.com\"}],\"from\":{\"fromEmail\":\"sales@yourdomain.com\",\"fromName\":\"MyCompany\"},\"subject\":\"Test email from Pepipost\",\"content\":\"Hi, This is my first test mail\",}",

  CURLOPT_HTTPHEADER => array(
   "api_key: ",
   "content-type: application/json"
 ),
));

$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
  echo "cURL Error #:" . $err;
 } else {
  echo $response;
}
CURL

curl --request POST \
  --url https://api.pepipost.com/v2/sendEmail \
  --header 'api_key: ' \
  --header 'content-type: application/json' \
  --data '{"personalizations":[{"recipient":"sampleuser@example.com"}],"from":{"fromEmail":"admin@yourdomain.com","fromName":"MyCompany"},"subject":"This is a test email","content":"Hi, this is my first test mail"}'

Integrate Pepipost seamlessly into your stack

 
C#
Perl
Python
Ruby
Node
Java
PHP
 

Enjoy Superior Inboxing at Unmatched Pricing

Dynamic Email Delivery

We monitor your email delivery closely and watch out for anomalies in email behavior. With neural networks, we understand minute shifts in email delivery and auto adjust the throughput.

Unparalleled Trouble-Shooting Capabilities

When it comes to Troubleshooting, no contender comes close in storing logs & providing in-depth insights than Pepipost. SparkPost provides just 10 days of message event history. On the other hand, Pepipost provides you with a searchable 90-day activity feed for all your email campaigns.

24/7 Live Chat Support

While SparkPost provides Priority Support after you become a “Premium” member, Pepipost offers the same for free irrespective of your plan. We believe service should be complimentary, after you become a part of our family!

Don't take our word for it.

Our customers have spoken for us to help solidify our spot as a Leader in the G2 Crowd Grid for Transactional Email Software

4.6/5

4.6/5

4.7/5

Pepipost vs. SparkPost – Play by Play

With our developer friendly documentation and 24/7 technical chat support we are all set to help you get things started at Pepipost

Sending
Pepipost SparkPost
Transactional Emails
Bulk/Marketing allowed (Pepipost focuses on transactional,triggered, notification emails)
SMTP
REST API
Official libraries
Community libraries
Spam score checking
Spam complaint handling
Bounce handling
Shared IPs
Pepipost SparkPost
Dedicated IPs
Separate servers
Pre-made email templates
Template engine
Merge tags for personalization
Inbox preview
Scheduled delivery
A/B testing
Email address validation
Inbound
Pepipost SparkPost
Inbound email processing
(availabe in Falconide for single client)
RegEx matching on all email headers (“routes”)
Chain multiple filters
UTF-8 encoding
Raw MIME
Strip signature and quote blocks
Spam filtering
Data & Analytics
Pepipost SparkPost
Delivery rates
Bounce rates
Open rates
Click tracking
Unsubscribe tracking
Spam rates
Full message storage
(90 days)
Pepipost SparkPost
Automatic tagging
Custom tagging
Custom header metadata tag
Custom tracking domain
Geolocation data
Email client and device tracking
(available in Falconide)
Real-time notifications
Reliability
Pepipost SparkPost
Average inbox rate
Inbox rate per service
Time to Inbox
System availability API
Service availability API
Security
Pepipost SparkPost
SPF
DKIM
DMARC
2FA
Opportunistic TLS
Enforced TLS
Support
Pepipost SparkPost
Dedicated support team
24/7 support
Email support
Phone support
Live chat
(via Slack)

    Why customers chose Pepipost

    "The best solution for transactional emails! Couldn't be happier with the service..."

    Alexander Joseph
    Head of Copy, PaperclipDigital

    "Pepipost is better than Mailchimp and others we tried...."

    Adam W.
    CEO at jade Bloom Inc

    "Great to use for my E-commerce store forsending notification of product purchased and shipping time. "

    Elmer Parsaligan
    Philippines

    layer-889-1

    Ready to get started?

    30,000 emails free for first 30 days.

    Then 100/day free forever.

    Pepi thinking

    Start typing and press Enter to search

    Pin It on Pinterest