You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Mail Component

The mail: component provides access to Email via Spring's Mail support and the underlying JavaMail system

URI format

pop://[user-info@]host[:port][?password=somepwd]
imap://[user-info@]host[:port][?password=somepwd]
smtp://[user-info@]host[:port][?password=somepwd]

which supports either POP, IMAP or SMTP underlying protocols.

Property

Description

host

the host name or IP address to connect to

port

the TCP port number to connect on

user-info

the user name on the email server

password

the users password to use

  • No labels