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

See Also

Graphic Design By Hiram