Skip to content

Commit dfd7db8

Browse files
authored
Update URL for Action Mailbox ingress example (#555)
The previous URL (`/postfix/`) returns a 404 error. The correct URL as per documentation at https://edgeguides.rubyonrails.org/action_mailbox_basics.html#postfix is `/relay/`
1 parent d71d394 commit dfd7db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

self-hosted/configuration/features/email-channel/conversation-continuity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Chatwoot receives inbound emails through the [Action Mailbox](https://edgeguides
7171
```bash
7272
cat my_incoming_message | ./bin/rails action_mailbox:ingress:postfix \
7373
RAILS_ENV=production \
74-
URL=http://localhost:3000/rails/action_mailbox/postfix/inbound_emails \
74+
URL=http://localhost:3000/rails/action_mailbox/relay/inbound_emails \
7575
INGRESS_PASSWORD=...
7676
```
7777
would import the contents of the file `my_incoming_message` into a Chatwoot instance running on `localhost` - assuming `my_incoming_message` contains an [RFC 822](https://datatracker.ietf.org/doc/html/rfc822) compliant message.

0 commit comments

Comments
 (0)