I\'m using Devise to allow user signup as-well-as using my own user admin to create users manually. When I create a user in the admin, Devise sends a confirmati
Do you use delayed job ? It allows you to define single methods for delayed run.