Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coolprobn/action-mailbox-with-sendgrid-test
Action Mailbox Setup with SendGrid - Also a test app for my blog
https://github.com/coolprobn/action-mailbox-with-sendgrid-test
rails ruby
Last synced: about 1 month ago
JSON representation
Action Mailbox Setup with SendGrid - Also a test app for my blog
- Host: GitHub
- URL: https://github.com/coolprobn/action-mailbox-with-sendgrid-test
- Owner: coolprobn
- Created: 2022-04-25T10:53:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T05:32:50.000Z (over 2 years ago)
- Last Synced: 2024-10-03T05:19:06.460Z (about 2 months ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage: https://prabinpoudel.com.np/articles/action-mailbox-with-sendgrid/
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is an example app for my blog article where I teach you how to setup Action Mailbox with SendGrid. You can find the blog at [Setup Action Mailbox with SendGrid](https://prabinpoudel.com.np/articles/action-mailbox-with-sendgrid)
## Dependency Versions
- Ruby: 3.0.0
- Rails and Action Mailbox: 7.0.2.4## Setup
1. Clone the repo
2. Change the branch: `git checkout features/setup-sendgrid-in-local`
3. From the project root folder, install all required gems with `bundle install`
4. Fire the rails server: `rails s`
5. You can test inbound emails from the URL [Action Mailbox Inbound Email in Localhost](http://localhost:3000/rails/conductor/action_mailbox/inbound_emails/new)
6. You can test with NGROK in local by following the instructions in the blog at [Setup NGROK](https://prabinpoudel.com.np/articles/action-mailbox-with-sendgrid/#step-7-setup-ngrok)