Content
Failed run cronjob for email
Added by Bambang Sumitra over 9 years ago
Hi All,
I have succesfully installed openproject 4.2.0 on ubuntu 14.04, following guide from this link https://www.openproject.org/open-source/manual-installation/manual-installation-guide/
But i have small issues regarding email notification, there is no email received when i create new users or update work package.
Note : i have succesfully receive the email if i test it via menu settings>email notifications>send a test email
is it related to the cronjob that i have to setup? i havent setup conjob because there is an error when i try to run the file manually
cd /home/openproject
/home/openproject/.rvm/gems/ruby-2.1.5/wrappers/rake jobs:workoff
bash: /home/openproject/.rvm/gems/ruby-2.1.5/wrappers/rake: No such file or directory
configuration related to email :
production:
email_delivery_method: “smtp”
smtp_address: “.malindo**.**”
smtp_port: 587
smtp_domain: “.malindo**.” # ‘your.domain.com’ for GoogleApps
smtp_authentication: :plain
smtp_user_name: “noreply@malindo.***”
smtp_password: “@noreply1”
tail -f from log file ( when send email ):
Rendered settings/_notifications.html.erb (11.2ms)
Rendered settings/_mail_handler.html.erb (3.4ms)
Rendered settings/_repositories.html.erb (15.7ms)
Rendered common/_tabs.html.erb (130.8ms)
Rendered settings/edit.html.erb within layouts/admin (133.2ms)
Rendered admin/_menu.html.erb (6.0ms)
Rendered search/_mini_form.html.erb (0.8ms)
Rendered layouts/_action_menu.html.erb (0.0ms)
Rendered layouts/base.html.erb (12.1ms)
Completed 200 OK in 165.2ms (Views: 151.1ms | ActiveRecord: 3.8ms)
Thank you