Advertisement
Guest User

Untitled

a guest
Jan 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <config xmlns="http://web-harvest.sourceforge.net/schema/1.0/config" scriptlang="groovy">
  3.  
  4.  
  5. <mail from=
  6. smtp-host="smtp.gmail.com"
  7. to="
  8. subject='TestBot'
  9. username="
  10. password="
  11. security="tsl">
  12.  
  13. Hej
  14.  
  15.  
  16. </mail>
  17.  
  18. <export include-original-data="true">
  19. </export>
  20.  
  21. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement