Advertisement
Guest User

email

a guest
Jun 22nd, 2015
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.45 KB | None | 0 0
  1. <outbound-socket-binding name="gmail-smtp" source-port="0" fixed-source-port="false">
  2.             <remote-destination host="smtp.gmail.com" port="
  3. </outbound-socket-binding>
  4.  
  5.  
  6.  
  7.   <mail-session name="java:jboss/mail/sispfc" debug="true" jndi-name="java:jboss/mail/sispfc" from="dfranco.comp@gmail.com">
  8.                 <smtp-server outbound-socket-binding-ref="gmail-smtp" ssl="true" username="dfranco.comp@gmail.com" password="*********"/>
  9.   </mail-session>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement