Link to home
Start Free TrialLog in
Avatar of msidnam
msidnamFlag for United States of America

asked on

O365/Exchange Online enabling a user account to send as anyone

We've recently moved our emails to O365/Exchange Online and I wanted to see how I could enable a user to be able to send as anyone he wants thats within our domain even if the email address doesnt exist. We have a third party app where it uses SQL and VB to send emails.

I used to be able to use this powershell command to let users send as whoever they wanted:

Get-ReceiveConnector “Relay_ReceiveConnector” | Add-ADPermission -User “DOMAIN\USER” -ExtendedRights “ms-Exch-SMTP-Accept-Any-Recipient”

Open in new window


I'm not sure if this is possible with O365/exchange online.
ASKER CERTIFIED SOLUTION
Avatar of Michal Ziemba
Michal Ziemba
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial