Advertisement
Guest User

Untitled

a guest
May 4th, 2017
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.46 KB | None | 0 0
  1. <!-- JavaMail session factory -->
  2.  
  3.  <Resource name="mail/Session"
  4.  
  5.  auth="Container"
  6.  
  7.  type="javax.mail.Session"
  8.  
  9.  username="?"
  10.  
  11.  password="?"
  12.  
  13.  mail.debug="true"
  14.  
  15.  mail.user="?"
  16.  
  17.  mail.password="?"
  18.  
  19.  mail.transport.protocol="smtp"
  20.  
  21.  mail.smtp.host="poczta2.?.pl"
  22.  
  23.  mail.smtp.auth="true"
  24.  
  25.  mail.smtp.port="587"
  26.  
  27.  mail.smtp.starttls.enable="true"
  28.  
  29.  mail.smtp.ssl.trust="*"/>
  30.  
  31.  
  32.  
  33. Wysłano z AquaMail dla systemu Android
  34. http://www.aqua-mail.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement