Email Authentication
Last updated
Last updated
If you wish to use email authentication, you must configure your Rails application to send email. for more information.
I recommend using for development.
You also may want to configure mail_sender
at devise initializer if you don't use your own mailer class
If you wish to send custom e-mails instead of using the default devise templates, you can .