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