Email event adapter is an internal event adaper that comes with WSO2 products by default. It can be configured with XML, text, and JSON input mapping types.
Table of Contents maxLevel 3
Excerpt | ||||
---|---|---|---|---|
| ||||
NOTE TO WRITERS: Add the TOC here.
|
Prerequisites
Follow the steps below to complete the prerequisites before starting the input adapter configurations.
- Enable the mail transport receiver in Axis2 level by uncommenting the following line in
<PRODUCT_HOME>/repository/conf/axi2/axis2.xml
file:
<transportReceiver name="mailto" class="org.apache.axis2.transport.mail.MailTransportListener"/> - Remove any rich text formatting from the email body. It must contain only plain text.
Configuring input email event adapter
You can configure the email input event adapter using the management console or using a configuration file.
Anchor | ||||
---|---|---|---|---|
|
Follow the instructions below to configure input email event adapter using the management console. This deploys the event adapter in the <PRODUCT_HOME>
/
...
- Log in to product's management console, and click Configure.
- Click Input Event Adaptors in the Event Processor Configs menu, and then click Add Input Event Adaptor.
Enter details as shown in the below example.
Properties of the above configuration are described below.Property Description Event Adaptor Name Name of the input event adapter Event Adaptor Type Type of the input event adapter Receiving Mail Address Mail address, where the product used to retrieve the mails Receiving Mail Protocol Can be either POP or IMAP (If you select IMAP, make sure it is enabled in your email account settings) Poll Interval The time limit, in which the product needs to check for new mails Receiving Mail Protocol Host: pop.gmail.com for POP, and imap.gmail.com for IMAP Receiving Mail Protocol Port 995 for POP, and 993 for IMAP User Name Username of the email account Password Username of the email account Receiving Mail Protocol Port SocketFactory Class Class of the receiving mail protocol port Receiving Mail Protocol SocketFactory FallBack To enable or disable fallback of the receiving mail protocol class - Click Add Event Adaptor.
Anchor | ||||
---|---|---|---|---|
|
Follow the instructions below to configure input email event adapter using a configuration file.
...
Info |
---|
If there is any exception occurred continuously when sending mail, check whether |
Configuring input email event adapter message properties
...