没有通过Ant在Yammer上发送通知

时间:2010-11-17 12:28:58

标签: email ant yammer

我想通过Ant向Yammer发送通知,但不会发送任何通知。

我指的是this link

<target name="notify_yammer">
    <mail mailhost="${mail_host_name}" mailport="25" user="${mail_host_user}" password="${mail_host_password}" subject="Test build completion notification" charset="utf-8">
        <from address="${mail_from_address}" />
        <to address="${mail_to_address}" />
        <message>Build successfully deployed on server!</message>
    </mail>
</target>

执行上述任务notify_yammer后,我得到了这个输出:

Buildfile: /home/Repository/myProject/build.xml

notify_yammer:
     [mail] Sending email: Test build completion notification
     [mail] Sent email with 0 attachments
**BUILD SUCCESSFUL**
Total time: 5 seconds

但我没有收到关于Yammer的通知。

Notification Settings是否需要进行任何更改?或者你能告诉我什么是错的吗?

1 个答案:

答案 0 :(得分:0)

Yammer网站停用了2天,因此没有关于yammer的通知。

即网站于11月19日至11月20日停止运行。

现在通过ANT在yammer上成功发送电子邮件/ Feed消息。