Guest User

Untitled

a guest
Jul 27th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Email publisher in CruiseControl fails with no logging
  2. <email
  3. from="flemming@xxx.dk"
  4. mailhost="mail.xxx.net"
  5. mailport="25"
  6. mailhostUsername="flemming@xxx.dk"
  7. mailhostPassword="xxxxxx"
  8. includeDetails="TRUE"
  9. useSSL="FALSE">
  10. <users>
  11. <user name="Flemming" group="buildmaster" address="flemming@xxx.eu" />
  12. </users>
  13. <groups>
  14. <group name="buildmaster">
  15. <notifications>
  16. <notificationType>Always</notificationType>
  17. </notifications>
  18. </group>
  19. </groups>
  20. </email>
  21.  
  22. <publishers>
  23. <xmllogger/> <--- IMPORTANT
  24. <email>
  25. yada
  26. </email>
  27. </publishers>
Add Comment
Please, Sign In to add comment