File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
actionmailbox/app/controllers/action_mailbox/ingresses/relay Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ module ActionMailbox
45
45
#
46
46
# Built-in ingress commands are available for these popular SMTP servers:
47
47
#
48
- # - Exim (<tt>bin/rails action_mailbox:ingress:exim)
49
- # - Postfix (<tt>bin/rails action_mailbox:ingress:postfix)
50
- # - Qmail (<tt>bin/rails action_mailbox:ingress:qmail)
48
+ # - Exim (<tt>bin/rails action_mailbox:ingress:exim</tt> )
49
+ # - Postfix (<tt>bin/rails action_mailbox:ingress:postfix</tt> )
50
+ # - Qmail (<tt>bin/rails action_mailbox:ingress:qmail</tt> )
51
51
class Ingresses ::Relay ::InboundEmailsController < ActionMailbox ::BaseController
52
52
before_action :authenticate_by_password , :require_valid_rfc822_message
53
53
You can’t perform that action at this time.
0 commit comments