尝试设置邮件回复:ActionController::RoutingError(无路由匹配 [POST] "/admin/email/handle_mail")

That topic contains your answer:

to push an email to Discourse, you need to pass the raw email content as the “email” parameter when POSTing to “/admin/email/handle_mail

Easiest way to get reply by email working is to use the mail-receiver container template, rather than trying to work with all sorts of varying APIs from the different providers.