No notification sent on Yammer through Ant [closed]
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 8 years ago.
开发者_JS百科 Improve this questionI want to send notification on Yammer through Ant, but no notification are sent.
I am referring to 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>
After executing above task notify_yammer
, I got this output:
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
But I received no notification on Yammer.
Is there any changes required in Notification Settings? Or can you tell me what's wrong?
Yammer site is down for 2 days so no notification on yammer.
i.e Site is down on 19Nov - 20 Nov.
Now Successful Email/Feed Notification on yammmer through ANT.
精彩评论