Top Menu

Jump to content
  • OpenProject
    • View all projects
Home
    • Projects
    • Work packages
    • News
    • Getting started
    • Introduction video
    • Welcome to OpenProject

      Get an overview

      Get a quick overview of project management and team collaboration with OpenProject.
      You can restart this video from the help menu

    • Help and support
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Professional support

    • Additional resources
    • Legal notice
    • Data privacy and security policy
    • 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?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
  • Roadmap
  • Work packages
  • Boards
  • Calendar
  • Forums
You are here:
  • Forums
  • Plugins

Content

meetings plugin: no emails are sent

Added by Florian Mayer over 6 years ago

Hey guys,

I’ve installed the meetings plugin, but unfortanetely it doesn’t send any emails when I click the “send for review” button (or if I do anything else with the meeting [create, close, …]).
All the other mails, which the system generates, are getting sent properly. The issue seems to affect only the meeting emails.
Does anybody have a hint for me, what the problem could be?

best regards,
Florian


Replies (2)

RE: meetings plugin: no emails are sent - Added by Hugo Flores Oviedo over 6 years ago

Florian,

Hi, can i ask you how you configure email settings? I can’t use the function yet.

Thanks!

RE: meetings plugin: no emails are sent - Added by Florian Mayer over 6 years ago

Hi Hugo,

probably you’ve already found out that it is important to do the mail configuration in the configuration.yml file. If you’re using ubuntu, see point no. 9 in the installation guide: https://www.openproject.org/projects/openproject/wiki/Installation_Ubuntu

Additionally, and that took me some time to figure out, it’s important to start the “delayed jobs” in ubuntu. This finally sends your generated emails. For production environment you can use the following statement:
RAILS_ENV=production bundle exec script/delayed_job start
If necessary, you can stop sending mails with this statement:
RAILS_ENV=production bundle exec script/delayed_job stop

Maybe that solves your problem…

best regards,
Florian

  • (1 - 2/2)
Loading...