Forum archive
How to run a rake task to fetch emails
Hi, I need to configure my Redmine to enable it to commute a mail to a task. So I have a mail address to which issues are sent by Redmine users, and I want this mail to become automatically a task.
I have read that it can be done by fetching mail by IMAP server at the following link:
and a do want to try it.
My biggest issue is that I don't know really well how to run the rake task (Pardon me, I am not so skilled). I guess I have to identify the correct Redmine directory, but I don't know how (I have gut a poor basic Linux knowledge).
Can anyone explain me how to work it out?
Thank you really in advance (sorry for my poor english too).
Could it be in:
lib/tasks/myFIle.rake
Thank you in advance, really.