- Set server API key in
config/application.rb
- Fill out
from
andto
inapp/mailers/postmark_mailer.rb
- Run
rails c
to start the Rails console - Send a test email via the
broadcast
stream by runningPostmarkMailer.test_email.deliver_now
config/application.rb
from
and to
in app/mailers/postmark_mailer.rb
rails c
to start the Rails consolebroadcast
stream by running PostmarkMailer.test_email.deliver_now