如何在 phabricator 中编写自定义邮件适配器?

How to write a custom mail adapter in phabricator?

我正在尝试在 phabricator 中编写自定义邮件适配器。我在这个路径 phabricator>src>applications>metamta>adapter>A.php.

中写了自己的 class A

我确保这扩展了 PhabricatorMailImplementationAdapter 并将其设置在我的集合 metamta.mail-adapter 中。

但是在构建时出现以下错误

Usage Exception: Option 'metamta.mail-adapter' value must name a class extending 'PhabricatorMailImplementationAdapter'.    

我不确定我做错了什么。感谢任何帮助!

运行 arc liberate 构建一个新的图书馆地图,这样你的新 class 就可以被 Phabricator 找到。