An option lets you specify how to handle emails from unknown users: * ignore: the email is ignored (previous and default behaviour) * accept: the sender is considered as an anonymous user * create: a user account is created (username/password are sent back to the user) Permissions have to be consistent with the chosen option. Eg. if you choose 'create', the 'Non member' role must have the 'Add issues' permission so that an issue can be created by an unknown user via email. If you choose 'accept', the 'Anonymous' role must have this permission. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2789 e93f8b46-1217-0410-a6f0-8f06a7374b81pull/351/head
parent
c48193f8c1
commit
b3afde14fa
@ -0,0 +1,18 @@ |
||||
Return-Path: <john.doe@somenet.foo> |
||||
Received: from osiris ([127.0.0.1]) |
||||
by OSIRIS |
||||
with hMailServer ; Sun, 22 Jun 2008 12:28:07 +0200 |
||||
Message-ID: <000501c8d452$a95cd7e0$0a00a8c0@osiris> |
||||
From: "John Doe" <john.doe@somenet.foo> |
||||
To: <redmine@somenet.foo> |
||||
Subject: Ticket by unknown user |
||||
Date: Sun, 22 Jun 2008 12:28:07 +0200 |
||||
MIME-Version: 1.0 |
||||
Content-Type: text/plain; |
||||
format=flowed; |
||||
charset="iso-8859-1"; |
||||
reply-type=original |
||||
Content-Transfer-Encoding: 7bit |
||||
|
||||
This is a ticket submitted by an unknown user. |
||||
|
Loading…
Reference in new issue