mailの設定ですが、以下のようになっています。
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "
gmail.com"
port: 587
domain: "
smtp.gmail.com"
authentication: :plain
user_name: '
hisa.m...@gmail.com'
password: '*******_'
rmagick_font_path: /usr/share/fonts/ipa-pgothic/ipagp.ttf
crontabの設定は以下のようになっています。
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/bin/ruby
MAILTO="
hisa.m...@gmail.com"
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
0 8 * * * root cd /var/lib/redmine-2.6.6 && bundle exec rake redmine:send_reminders RAILS_ENV=production days=30
cronのログには実行した形跡が残っていますが、エラーにはなっていないようです。