Mail Component
The mail: component provides access to Email via Spring's Mail support and the underlying JavaMail system
URI format
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