Petals-BC-Mail

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (10)

View Page History
h1. What is the BC-Mail ?

todo
The Petals Mail binding component is a bidirectional binding component, it allows to :
* retrieve mails from an email account and send them to a JBI Service
* send JBI messages to an email account

h1. Component Configuration

todo
{include:0 CDK Component Configuration Table}

\\
{include:0 CDK Parameter scope}

h1. Service Configuration

todo
PROVIDE SERVICE : Import into the JBI environment an email account as a service, or use a generic SendMail service :

Petals Mail binding component allows JBI consumers to send mails to an email account. A JBI endpoint is registered into the JBI environment, and is linked to an smtp server, with an email address defined. When MailBC receives a message exchange from Petals platform, the content of the message is sent to the defined email address.

The component can also provide a generic SendMail service. This service allows the consumer to send a specific XML message to the component, which defines all the information needed to send an email. To use this generic service, the consumer has to call explicitely the {{\{service namespace}send}} operation.

h2. Send mails

| password | the password used for authentication. Can be null or empty | \- | No |
| host | the host used for connection | \- | Yes |
| port | the port used for connection | * imap : 143 \\ * pop3 : 110 | No |
* pop3 : 110 | No |
| folder | the folder to check for new mails | INBOX | No |
| period | the checking period time | 60 000 ms | No |