Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delayed_job mailer #1

Closed
clemsos opened this issue Aug 30, 2011 · 1 comment
Closed

delayed_job mailer #1

clemsos opened this issue Aug 30, 2011 · 1 comment

Comments

@clemsos
Copy link
Owner

clemsos commented Aug 30, 2011

There is no system to execute the delayed jobs (devise emails...)

i tried to setup the delayed jobs.
everything seems to work fine ... except that i don't really get how to execute them :P

:run_at => Proc.new { 5.minutes.from_now.in_time_zone }

i thought :run_at will trigger them but it doesn't.
locally i rake jobs:work manually, but i just won't to delay it one minute to not suffer the loading time of sending email

@clemsos
Copy link
Owner Author

clemsos commented Sep 16, 2011

I am a stupid animal. Just forgot to change :senmdail to :smtp in config/environments/production.rb
fixed in commit here b4c1db0

@clemsos clemsos closed this as completed Sep 16, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant