pfx-smtp Component

This component allows you to send an email using the SMTP protocol. It is an extension to the Camel mail component (Mail), but uses only the SMTP protocol.

This component is available since IM version 5.3.2.

The connection to the SMTP server is defined using the following properties:

Property Name

Property Description

Property Name

Property Description

integration.route-error-handling.email.smtpHost

Mail server host

integration.route-error-handling.email.smtpPort

Mail server port

integration.route-error-handling.email.smtpAuthUsername

User name

integration.route-error-handling.email.smtpAuthPassword

User password

integration.route-error-handling.email.smtpTls

Used to enable or disable the use of the STARTTLS extension for the SMTP protocol

When using a provisioned IM instance, the default values are provided by the config server, and you should not modify them.

Modify these properties only when using a local IM instance for testing, to set up the connection to a test mail server.

Usage

URI format

pfx-smtp:method

Available Methods

IntegrationManager version 5.8.0