ascendro / redmine_issue_reminder

Plugin for Redmine to create different role based reminders for a project
20 stars 48 forks source link

no mails send #19

Open cforce opened 12 years ago

cforce commented 12 years ago

I checked all know problems here, but none of them is valid for my test and problem I am not using asnyc mail -see;

email_delivery: delivery_method: :smtp smtp_settings: address: "lnskom.grup.de" port: 25 domain: 'grup.de'

Std Redmine Mailing works withou problems and my issue query is not empty for the project i comfigured the reminder. I started rake reminder:exec RAILS_ENV="production" --trace * Invoke reminder:exec (first_time) * Invoke environment (first_time) * Execute environment * Execute reminder:exec

but there is no log - nothing. Don't know what to check else or debug without any ouput

Tx for help!

OrbHacker commented 9 years ago

Same here. -- email works as a test FROM redmine

-- the TEST works, and sends a good test email with the custom report I built. I also have access to the reminder plugin and have made a reminder: (issues:open:any)

rake reminder:exec[test] RAILS_ENV="production" --trace

(in /var/www/redmine) * Invoke reminder:exec (first_time) * Invoke environment (first_time) * Execute environment * Execute reminder:exec

-- however, the exec call fails to output anything for an email address: # rake reminder:exec RAILS_ENV="production" --trace (in /var/www/redmine) *\* Invoke reminder:exec (first_time) *\* Invoke environment (first_time) *\* Execute environment *\* Execute reminder:exec -- I have read all I could find in the great Goog, but have come up empty. Anyone?