新 Acumatica 系统电子邮件帐户 return "username or password not accepted" 错误
New Acumatica system email accounts return "username or password not accepted" error
我在 Acumatica 中设置了一个系统电子邮件帐户(Google G Suite 地址,地址为 system@ourdomain.com),该帐户已运行多年,并且仍在继续运行。但是,在添加其他 G Suite 地址以便我们的销售团队可以在 Acumatica 中使用他们自己的地址时,即使服务器设置相同,他们总是 return 出现以下错误:
The mail send has failed.
535-5.7.8 Username and Password not accepted. Learn more at
我已经尝试使用现有帐户并创建全新帐户。我知道凭据是正确的;我在 G Suite 中打开了 "Less secure app access" 设置,过去解决了与此类似的问题。似乎什么都不起作用,并且堆栈跟踪指向业务逻辑的部分——据我所知——专有的,所以我们无法真正深入研究它。
这是完整的轨迹:
4/3/2019 10:26:10 AM Error:
The mail send has failed.
535-5.7.8 Username and Password not accepted. Learn more at
at PX.SM.EMailAccountMaint.a(Action A_0, String A_1)
at PX.SM.EMailAccountMaint.b(IEnumerable`1 A_0)
at PX.Data.PXLongOperation.<>c__DisplayClass17_0.b__0()
好吧,这几乎不是一个答案,但事实证明,在 Acumatica 的系统电子邮件帐户 -> 高级设置 -> 安全部分中拥有你的登录信息 - 即使它是正确的 - 会破坏一切。我不知道这是否是一个可重现的错误 - 我通过尝试在我们的开发环境中测试相同的东西发现了它,这是我们实时环境的精确副本,并且出于某种原因看到了 system@ourdomain.com 一直有效的地址在那里有不同的设置。我更改了实时环境中的新帐户以匹配这些设置,然后它开始工作了。计算机是愚蠢的。
我在 Acumatica 中设置了一个系统电子邮件帐户(Google G Suite 地址,地址为 system@ourdomain.com),该帐户已运行多年,并且仍在继续运行。但是,在添加其他 G Suite 地址以便我们的销售团队可以在 Acumatica 中使用他们自己的地址时,即使服务器设置相同,他们总是 return 出现以下错误:
The mail send has failed. 535-5.7.8 Username and Password not accepted. Learn more at
我已经尝试使用现有帐户并创建全新帐户。我知道凭据是正确的;我在 G Suite 中打开了 "Less secure app access" 设置,过去解决了与此类似的问题。似乎什么都不起作用,并且堆栈跟踪指向业务逻辑的部分——据我所知——专有的,所以我们无法真正深入研究它。
这是完整的轨迹:
4/3/2019 10:26:10 AM Error:
The mail send has failed.
535-5.7.8 Username and Password not accepted. Learn more atat PX.SM.EMailAccountMaint.a(Action A_0, String A_1)
at PX.SM.EMailAccountMaint.b(IEnumerable`1 A_0)
at PX.Data.PXLongOperation.<>c__DisplayClass17_0.b__0()
好吧,这几乎不是一个答案,但事实证明,在 Acumatica 的系统电子邮件帐户 -> 高级设置 -> 安全部分中拥有你的登录信息 - 即使它是正确的 - 会破坏一切。我不知道这是否是一个可重现的错误 - 我通过尝试在我们的开发环境中测试相同的东西发现了它,这是我们实时环境的精确副本,并且出于某种原因看到了 system@ourdomain.com 一直有效的地址在那里有不同的设置。我更改了实时环境中的新帐户以匹配这些设置,然后它开始工作了。计算机是愚蠢的。