method
password
v8.0.0 -
Show latest stable
- Class:
ActionMailbox::BaseController
password()private
No documentation available.
# File actionmailbox/app/controllers/action_mailbox/base_controller.rb, line 30
def password
Rails.application.credentials.dig(:action_mailbox, :ingress_password) || ENV["RAILS_INBOUND_EMAIL_PASSWORD"]
end