Sep 13 2022 01:12 AM
Hi,
I would like to ask, is possible to send email from shared mailbox, where sender is alias of shared mailbox.
*Shared mailbox is without licence
*User has permission: read and administration. And send as.
*In exchange administration, is enabled is settings-> Mail flow-> "turn on sending from aliases"
Now, it gives me error notification. "User has not permission to send email from specified user" - specified user is alias of shared mailbox.
I found a few mentions. Somebody said, that alias of shared mailbox as a sender is not allowed (but information from 2018).
Can anybody give me some advice, how to solved this issue.
Thanks.
Sep 13 2022 09:08 AM
Sep 14 2022 12:54 AM
Sep 14 2022 08:14 AM
SolutionSep 15 2022 02:42 AM
Sep 15 2022 08:16 AM
Sep 19 2022 01:44 AM
Dec 05 2022 02:20 PM - edited Dec 05 2022 02:23 PM
I just got this working for a client. It's an org-wide setting (Exchange Admin portal > Settings > Mail flow). Need to check the box to Turn on sending from aliases.
Using PowerShell: Get-OrganizationConfig | select SendFromAliasEnabled
Should be True, if it's false use: Set-OrganizationConfig -SendFromAliasEnabled $true
Mar 02 2023 12:50 AM