Is it possible to use ActionMailbox with Exchange

For a project I am working on we need to receive emails. I understand that the Ingresses can do this but the email is from an Exchange server. Is there anyway that we still can use Exchange for this or do we need to use one of the Ingresses.

1 Like

It is still possible to configure ActionMailbox to work with an Exchange server, but it may require additional setup and configuration. You would need to ensure that your Exchange server is properly configured to receive incoming emails and route them to your Rails application.

Could you give a reference how to setup ActionMailbox with IMAP? I couldn’t find anything about this in the official documentation.