https://github.com/activecampaign/mailer_demo
https://github.com/activecampaign/mailer_demo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/activecampaign/mailer_demo
- Owner: ActiveCampaign
- Created: 2023-10-06T03:39:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T03:41:52.000Z (over 2 years ago)
- Last Synced: 2025-01-05T13:11:08.774Z (over 1 year ago)
- Language: Ruby
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo
- Set server API key in [`config/application.rb`](/config/application.rb#L22)
- Fill out `from` and `to` in [`app/mailers/postmark_mailer.rb`](/app/mailers/postmark_mailer.rb#L5-L6)
- Run `rails c` to start the Rails console
- Send a test email via the `broadcast` stream by running `PostmarkMailer.test_email.deliver_now`