Guest User

Untitled

a guest
Mar 13th, 2018
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <Resource name="mailSession"
  2. auth="Container"
  3. type="javax.mail.Session"
  4. mail.smtp.from="from@mail.com"
  5. mail.debug="true"
  6. mail.hostname="hostname"
  7. mail.smtp.user="from@mail.comh"
  8. password="password"
  9. mail.transport.protocol="smtp"
  10. mail.smtp.host="host.com"
  11. mail.smtp.auth="true"
  12. mail.smtp.starttls.enable="true"
  13. mail.smtp.EnableSSL.enable="false"
  14. mail.smtp.socketFactory.fallback="false"
  15. mail.smtp.connectiontimeout="2000"
  16. mail.smtp.timeout="2000"
  17. mail.smtp.dsn.notify="true"
  18. mail.smtp.reportsuccess="true"
  19. mail.smtp.port="587" mail.smtp.socketFactory.port="587" />
Add Comment
Please, Sign In to add comment