<!-- Server configuration -->
<pop3-server outbound-socket-binding-ref="mail-pop3" ssl="true" username="your-username-here" password="your-password-here"/>
<!-- Socket binding configuration -->
<outbound-socket-binding name="mail-gmail-imap">
<remote-destination host="pop3.gmail.com" port="993"/>
</outbound-socket-binding>
<!-- Server configuration -->
<pop3-server outbound-socket-binding-ref="mail-pop3" ssl="true" username="your-username-here" password="your-password-here"/>
<!-- Socket binding configuration -->
<outbound-socket-binding name="mail-gmail-imap">
<remote-destination host="pop3.gmail.com" port="993"/>
</outbound-socket-binding>
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow