1.测试Pop3邮件收件任务:rake redmine:email:receive_pop3 RAILS_ENV="production" host=pop.cecgw.cn port=110 username=cloudsupport@xxx.cn password=123456 delete_unprocessed=1 --trace
定时任务在Crontab里编辑不能使用调用sh批处理文件的方式,必须直接写入。
1.测试Pop3邮件收件任务:rake redmine:email:receive_pop3 RAILS_ENV="production" host=pop.cecgw.cn port=110 username=cloudsupport@xxx.cn password=123456 delete_unprocessed=1 --trace
定时任务在Crontab里编辑不能使用调用sh批处理文件的方式,必须直接写入。