devise_invitable icon indicating copy to clipboard operation
devise_invitable copied to clipboard

Getting an actual email to send

Open julianguyen opened this issue 8 years ago • 7 comments

I'm having trouble getting an actual email to send in the development environment.

I set config.action_mailer.smtp_settings in development.rb. I also set the same email in config.mailer_sender in devise.rb. When I create a new invitation, the email text and a 302 status code are logged. However, no actual email appears in the specified inbox.

Is there anything else I'm missing?

julianguyen avatar May 09 '16 16:05 julianguyen

Are other emails working for you?

scambra avatar May 10 '16 07:05 scambra

I have the same problem. Other mails work

kolesa avatar Jul 20 '16 18:07 kolesa

do other devise mails work? DeviseInvitable does nothing special for sending emails, only adding new mailer method and view, but uses same Mailer class.

scambra avatar Jul 22 '16 08:07 scambra

I have same problem on my production environment. I looked all logs line by line. I think sometimes it does not render email views without any log. I tried to produce same error on staging and development environment but I did not get any error. As you said previous all devise mails works fine.

ismailakbudak avatar Jan 16 '17 09:01 ismailakbudak

Same issue here. I am using Mandrill api and my other emails seem to be fine. I see the email being produce in the logs, but that's it.

dagumak avatar May 09 '17 10:05 dagumak

Anyone had progress on this?

evolve2k avatar Jul 04 '17 01:07 evolve2k

Anyone who's been able to solve this. All other devise mailers work in production but devise invitable doesn't work, yes it works well in development.

gathuku avatar May 26 '21 07:05 gathuku