Skip to content

Commit

Permalink
Accept incoming requests from mail handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Apr 27, 2023
1 parent 0065db6 commit c538ecc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
RAILS_INBOUND_EMAIL_PASSWORD=abc123
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.bundle
.env.development
.env.development.local
db/*.sqlite3
log/*.log
tmp/cache
Expand Down
4 changes: 4 additions & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,8 @@

# Uncommment to allow local access for Matthew (for previewing on mobile etc)
#config.hosts << "orpington.local"

# For actionmailbox
config.hosts << "web"
config.action_mailbox.ingress = :relay
end

0 comments on commit c538ecc

Please sign in to comment.