From bcbb4a7fd530523c34eaecaff45f49d58dd1fb21 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 5 May 2023 12:06:37 +0200 Subject: [PATCH] feat(usermanual): Mail account delegation Signed-off-by: Christoph Wurst --- user_manual/groupware/mail.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/user_manual/groupware/mail.rst b/user_manual/groupware/mail.rst index 780644aa9..0344de6f7 100644 --- a/user_manual/groupware/mail.rst +++ b/user_manual/groupware/mail.rst @@ -50,6 +50,16 @@ Your account settings such as: Can be found in the action menu of a mail account. There you can edit, add or remove settings depending on your need. +Account delegation +~~~~~~~~~~~~~~~~~~ + +The app allows account delegation so that one user can send emails from the address of another. + +1) The delegation has to be configured on the mail server by an admin +2) Add the other email address as an alias for your own email account +3) When sending an email, select the alias as sender + +.. warning:: The sent email might not be visible to the original account if it's stored in your personal *Sent* mailbox. Compose messages ----------------