-1

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?

slhck
  • 36,575
  • 28
  • 148
  • 201
Olga Scott
  • 61
  • 1
  • 3
  • @zERO The tool is called "Devise", not "Device". Please don't change the meaning of posts. – slhck May 16 '13 at 08:59

1 Answers1

1

Devise only provides the authentication, what you are trying to do, has nothing to do with authentication, or you have to provide more details or be more explicit about your problem.

Paulo Fidalgo
  • 21,709
  • 7
  • 99
  • 115