Skip to content

feat: Mail account delegation - #10335

Merged
ChristophWurst merged 2 commits into
masterfrom
feat/mail-account-delegation
May 5, 2023
Merged

ChristophWurst merged 2 commits into
masterfrom
feat/mail-account-delegation

Conversation

@ChristophWurst

@ChristophWurst ChristophWurst commented May 5, 2023

Copy link
Copy Markdown
Member

☑️ Resolves

🖼️ Screenshots

Admin docs

Bildschirmfoto vom 2023-05-05 12-08-00

User docs

Bildschirmfoto vom 2023-05-05 11-59-27

@ChristophWurst

Copy link
Copy Markdown
Member Author

/backport to stable26

@ChristophWurst

Copy link
Copy Markdown
Member Author

/backport to stable25

@ChristophWurst ChristophWurst changed the title Feat/mail account delegation feat: Mail account delegation May 5, 2023
Comment thread user_manual/groupware/mail.rst Outdated
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 account as alias of your own

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2) Add the other account as alias of your own
2) Add the other email address as an alias for your own email account.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst
ChristophWurst force-pushed the feat/mail-account-delegation branch from 7f5af93 to 4fbb6aa Compare May 5, 2023 12:02
@ChristophWurst
ChristophWurst enabled auto-merge May 5, 2023 12:02
@ChristophWurst
ChristophWurst merged commit f82d324 into master May 5, 2023
@ChristophWurst
ChristophWurst deleted the feat/mail-account-delegation branch May 5, 2023 12:12
@backportbot-nextcloud

Copy link
Copy Markdown

The backport to stable25 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable25
git pull origin/stable25

# Create the new backport branch
git checkout -b fix/foo-stable25

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@ChristophWurst

Copy link
Copy Markdown
Member Author

There are no mail docs in 25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document Mail account delegation Account/mailbox delegation

2 participants