Content
You are here:
meetings plugin: no emails are sent
Added by Florian Mayer over 10 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)
Florian,
Hi, can i ask you how you configure email settings? I can’t use the function yet.
Thanks!
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