Email event publisher is used to publish events in XML, JSON or text formats via email transports.
...
Adapter Property | Description | Configuration file property | Example | ||
---|---|---|---|---|---|
Email Address | Email address of the client. Register the publisher for multiple email IDs' by separating them with commas. | email.address | user@gmail.com | ||
Subject | Subject of the email to be sent to the defined email address. | email.subject | This is a test mail. | ||
Email Type | The email format to be sent to the defined email address.
| email.type | text/plain |
Related samples
...