@@ -100,14 +100,14 Processed emails control options: | |||||
100 | Examples: |
|
100 | Examples: | |
101 | # No project specified. Emails MUST contain the 'Project' keyword: |
|
101 | # No project specified. Emails MUST contain the 'Project' keyword: | |
102 |
|
102 | |||
103 |
rake redmine:email:receive_i |
|
103 | rake redmine:email:receive_imap RAILS_ENV="production" \\ | |
104 | host=imap.foo.bar username=redmine@example.net password=xxx |
|
104 | host=imap.foo.bar username=redmine@example.net password=xxx | |
105 |
|
105 | |||
106 |
|
106 | |||
107 | # Fixed project and default tracker specified, but emails can override |
|
107 | # Fixed project and default tracker specified, but emails can override | |
108 | # both tracker and priority attributes: |
|
108 | # both tracker and priority attributes: | |
109 |
|
109 | |||
110 |
rake redmine:email:receive_i |
|
110 | rake redmine:email:receive_imap RAILS_ENV="production" \\ | |
111 | host=imap.foo.bar username=redmine@example.net password=xxx ssl=1 \\ |
|
111 | host=imap.foo.bar username=redmine@example.net password=xxx ssl=1 \\ | |
112 | project=foo \\ |
|
112 | project=foo \\ | |
113 | tracker=bug \\ |
|
113 | tracker=bug \\ |
General Comments 0
You need to be logged in to leave comments.
Login now