Create a key to copy examples filled with your team.

Send emails with Rails

Use Action Mailer over PostShiba SMTP.

Point Action Mailer at PostShiba SMTP. Use port 587, STARTTLS, and authentication: :plain. AUTH LOGIN fails.

production.rb
1 config.action_mailer.delivery_method = :smtp
2 config.action_mailer.smtp_settings = {
3 address: "smtp.postshiba.com",
4 port: 587,
5 enable_starttls: true,
6 authentication: :plain,
7 user_name: "smtp_9",
8 password: "YOUR_PASSWORD"
9 }

MAIL FROM must be a verified domain. Set X-Capsule-Unique-Args on the mail if you want those keys on delivery webhooks.

About

PostShiba is the transactional email platform that powers Bento behind the scenes. You can build your own products, like Bento, on top of it.

© 2026 PostShiba by Backpack Internet Pty. Ltd. All rights reserved.

The same policies that govern Bento are applied to PostShiba Privacy | Terms | Security