1
Add the gem
Add Then install:
paubox_rails to your Gemfile:2
Configure credentials
3
Set the delivery method
In
config/application.rb (or an environment-specific file):4
Create a mailer and send
Generate a mailer if you don’t have one:Define an action in Add a template at Deliver it:The email is sent encrypted via Paubox.
app/mailers/user_mailer.rb:app/views/user_mailer/welcome_email.html.erb:Next steps
- Email delivery: per-message options, attachments, async delivery
- Forms client: retrieve form schemas and submit responses