Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Failed run cronjob for email

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


Loading...