Forum: Ruby on Rails Devise generates Mailer by its own?

Posted by Soichi Ishida (soichi)
on 2012-02-24 03:58
Rails 3.1.3

Hi. I'm a little confused with Devise and ActionMailer.

It seems that Devise has its own way of sending mails through
ActionMailer.

Does it generate Mailer class when "rails g devise..." command is
executed?
Or do I need to do some special command in order to generate Mailer?

I have certainly set up a devise User table but there is no Mailer class
for it, although I can generate ActionMailer separately.

Thanks in advance.

soichi
Posted by Dev Guy (Guest)
on 2012-02-24 06:21
(Received via mailing list)
Hi you might want to ask this on the devise mailing list, you can find 
it here

https://groups.google.com/group/plataformatec-devise

Cheers!
Posted by Soichi Ishida (soichi)
on 2012-02-27 01:48
Thanks for the information.
I will try over there.

soichi
Posted by Vic A. (vic_a)
on 2012-02-28 12:34
(Received via mailing list)
@Soichi Ishida

Yes, ActionMailer is included in the devise once installed. Devise use
it to send email to users for password reset instructions, account
confirmation instructions, and etc.

Best regards,

Vic
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.