Find out why thousands of Rails projects trust Postmark API to send their email
config/application.rb
file:config.action_mailer.delivery_method = :postmark
config.action_mailer.postmark_settings = { :api_token => "POSTMARK-SERVER-API-TOKEN-HERE" }
Want to test our APIs and activity logging? Send emails to test@blackhole.postmarkapp.com
class TestMailer < ActionMailer::Base
def hello
mail(
:subject => 'Hello from Postmark',
:to => 'recipient@example.com',
:from => 'sender@example.com',
:html_body => 'HTML body goes here',
:track_opens => 'true')
end
end
We were using one of your competitors because they featured a freemium plan. However we were getting complaints on a weekly basis that emails weren’t reaching clients. […] Other than an edge case here or there, since switching to Postmark, our support tickets regarding email delivery have plummeted to zero. That alone makes Postmark worth its weight in gold.
Easy to set up. Great API. Rapid mail delivery and no spam issues. We moved from Mandrill because of terrible deliverability and am pleased to say it’s been well worthwhile....we’ve even saved money. Thanks Postmark Team….you rock!!
I don't plug products much, but good god damn @postmarkapp has made us very, very happy. An order of magnitude better than running our own mail.
We've architected our sending infrastructure to rely heavily on Postmark, and we couldn't be happier. They've been supportive at every step along the way, and have helped us to deliver (and report on) tremendous results for our clients.
We’ve got you covered. We process transactional email for companies of all sizes:
A comprehensive suite of tools to help you seamlessly integrate email with your Rails application.
Full transparency on email delivery. It’s right on our status page.
Industry-leading delivery speeds. Up to 4x faster than other providers.
We’re focused on building the best reputation in the industry for transactional email.
Great customer support whenever you need it. Our knowledgable customer success team won’t let you down.
Simple and transparent pricing means you only pay for what you use.
Send your transactional email over SMTP or through the Postmark API.
Your customers expect transactional emails to arrive immediately—not eventually.
We constantly monitor our delivery speeds and share the data publicly.