mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix links in ingress docs [ci skip]
This commit is contained in:
parent
9adc2aa303
commit
5bb8f3ae67
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ module ActionMailbox
|
|||
#
|
||||
# Alternatively, provide the password in the +RAILS_INBOUND_EMAIL_PASSWORD+ environment variable.
|
||||
#
|
||||
# 3. {Configure Postfix}{https://serverfault.com/questions/258469/how-to-configure-postfix-to-pipe-all-incoming-email-to-a-script}
|
||||
# 3. {Configure Postfix}[https://serverfault.com/questions/258469/how-to-configure-postfix-to-pipe-all-incoming-email-to-a-script]
|
||||
# to pipe inbound emails to <tt>bin/rails action_mailbox:ingress:postfix</tt>, providing the +URL+ of the Postfix
|
||||
# ingress and the +INGRESS_PASSWORD+ you previously generated.
|
||||
#
|
||||
|
|
|
@ -35,7 +35,7 @@ module ActionMailbox
|
|||
#
|
||||
# Alternatively, provide the password in the +RAILS_INBOUND_EMAIL_PASSWORD+ environment variable.
|
||||
#
|
||||
# 3. {Configure SendGrid Inbound Parse}{https://sendgrid.com/docs/for-developers/parsing-email/setting-up-the-inbound-parse-webhook/}
|
||||
# 3. {Configure SendGrid Inbound Parse}[https://sendgrid.com/docs/for-developers/parsing-email/setting-up-the-inbound-parse-webhook/]
|
||||
# to forward inbound emails to +/rails/action_mailbox/sendgrid/inbound_emails+ with the username +actionmailbox+ and
|
||||
# the password you previously generated. If your application lived at <tt>https://example.com</tt>, you would
|
||||
# configure SendGrid with the following fully-qualified URL:
|
||||
|
|
Loading…
Reference in a new issue