diff options
Diffstat (limited to 'lib/tasks/email.rake')
-rw-r--r-- | lib/tasks/email.rake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/email.rake b/lib/tasks/email.rake index daf0aa9bb..a37b3e197 100644 --- a/lib/tasks/email.rake +++ b/lib/tasks/email.rake @@ -74,14 +74,14 @@ Examples: # No project specified. Emails MUST contain the 'Project' keyword:
rake redmine:email:receive_iamp RAILS_ENV="production" \\
- host=imap.foo.bar username=redmine@somenet.foo password=xxx
+ host=imap.foo.bar username=redmine@example.net password=xxx
# Fixed project and default tracker specified, but emails can override
# both tracker and priority attributes:
rake redmine:email:receive_iamp RAILS_ENV="production" \\
- host=imap.foo.bar username=redmine@somenet.foo password=xxx ssl=1 \\
+ host=imap.foo.bar username=redmine@example.net password=xxx ssl=1 \\
project=foo \\
tracker=bug \\
allow_override=tracker,priority
|