An API that connects multiple Microsoft services, enabling data access and automation across platforms
The ‘SendAsDeniedError’ typically occurs when you’re trying to send an email with a sender different from your login address. In your case, you’re trying to send an email from “******@my.host.com” which might not have the necessary permissions.
Here are a few potential workarounds:
- Check Permissions: Ensure that the account “******@my.host.com” has the necessary ‘Send-As’ permissions.
- Use a Shared Mailbox: If you’re using Microsoft Power Automate, you could try using the “Send an email from a shared mailbox (Preview)” step instead of the “Send Email (v2)” step.
- Remove the Plus Identifier: If possible, try sending the email without the plus identifier (i.e., use “@my.host.com” instead of “@my.host.com”).
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".