The SMTP component enables you to send e-mails using a configured SMTP server. This component is extremely useful in sending mails to e-mail accounts specified by the recipient address to initiate corrective action in the event of an error. It uses the SMTP implementation from the JavaMail API.
SMTP Bridge is capable of handling
-
Simple text emails
-
HTML emails
-
Emails with attachments
SMTP Bridge uses SMTP protocol for transmission of emails. It uses the SMTP implementation from the JavaMail API.
Useful Tips
SMTP component can be used as ESB Alerter when configured with ExceptionListener component to listen for exceptions from all flows. |