I did not notice the "Remote Alternatives" section of the ReadMe and tried using letter_opener on my Cloud9 VM. After realizing my mistake I ran:
gem uninstall letter_opener
Then installed MailCatcher. But now whenever Devise tries to send any email, I'm getting:
Errno::ENOENT in Devise::ConfirmationsController#create
No such file or directory @ rb_sysopen - /usr/local/rvm/gems/ruby-2.2.2/gems/letter_opener-1.4.1/lib/letter_opener/message.html.erb
I did not notice the "Remote Alternatives" section of the ReadMe and tried using letter_opener on my Cloud9 VM. After realizing my mistake I ran:
gem uninstall letter_opener
Then installed MailCatcher. But now whenever Devise tries to send any email, I'm getting:Please help.