I'm using Litmus for testing emails, sent by my website, and I'm trying to write a script that will send all the invite/confirm/reset password emails to Litmus-generated addresses, plus to probably couple more email IDs, to test layouts and content.
So I have a CSV file with bunch of addresses I want to send them to. But how do I make Devise send the emails without having a user created? Is it even possible?