Hi! I was excited to try Action Mailbox today, but can’t use the Conductor to send mails to my app in development…the conductor keeps crashing as soon as I try to send the email.
Here’s the Conductor form:
And here 's the error on submit:
NoMethodError in Rails::Conductor::ActionMailbox::InboundEmailsController#create
undefined method `original_filename’ for “”:String
And here’s a screen shot with code:
The error seems to be related to trying to add attachments to the mail object…but it occurs whether I attach something to the fake email or not.
MORE DETAILS
• I tried this with an existing app , and then with a new Rails app just for troubleshooting. Rails 7.0.2.3 and Ruby 3.1.1. Error happens on both apps.
• First I installed Active Storage on both apps. Then the image_processing gem. Then Action Mailbox. The installations all seem fine on both apps.
Any thoughts? Thanks much!