【Azure Logic App】使用Outlook.com发送邮件遇到429报错

问题描述

在Logic App中使用 Outlook.com组件发送邮件,遇见了outlook connection报429的错误

{"error":{"code":"ErrorExceededMessageLimit","message":"Cannot send mail. Daily Message/Recipient limit exceeded. Follow the instructions in your Inbox to verify your account., WASCL UserAction verdict is not None. Actual verdict is RefuseQuota."}}

问题解答

根据Office 365 Outlook关于连接器(Connectors)的介绍,它每一分钟的连接数上线时300次,所以当多个Logic App Workflow使用同一个outlook Connectors时,就容易触发它的上限。(Office 365 Outlook - Connectors  : https://learn.microsoft.com/en-us/connectors/office365/#limits )

当然,也可以通过在Office 365 Outlook中查看邮箱限制情况和寻求帮助:

 

在Logic App中,还有另一种方式可以发送邮件(SMTP发送邮件:Connect to SMTP from Azure Logic Apps - Azure Logic Apps | Microsoft Learn

 

 

posted @   路边两盏灯  阅读(52)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
历史上的今天:
2022-10-17 【Azure 应用服务】登录App Service 高级工具 Kudu站点的 Basic Auth 方式
点击右上角即可分享
微信分享提示