2

I am working on email feature in moqui. I am able to configure the EmailServer data and email feature working fine. I would like to know that do we have any way in moqui to redirect all email to an specific address for testing purpose. Like we have "mail.notification.redirectTo" feature in OFBiz?

I am not able to find this kind of feature in moqui. How can we achieve this functionality? Thanks in advance.

4

1 回答 1

0

目前没有这样的设置。我使用的主要调试方法是保留默认的 EmailServer 记录,以便禁用电子邮件发送并记录消息文本并将电子邮件地址设置为我自己的电子邮件地址之一。在 john.doe 帐户上设置我自己的电子邮件地址很容易,因为我将我的测试设置(包括电子邮件服务器详细信息(un、pw、url 等))保留在一个数据加载文件中,我在测试需要这种配置的东西时加载该文件。

于 2014-11-08T05:26:56.377 回答