Petals-BC-Mail 3.1.x

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

Changes (19)

View Page History
* Step 2: Mail Binding Component processes the Message Exchange: transforms it into a mail message and retrieve targeted External Provider Service (email address) linked to the endpoint set in the Message Exchange.
* Step 3: Mail Binding Component sends this new mail to the targeted External Provider Service (Business Service, simple email account...).

{column}
{column:width=350px}

* Out-Payload mode: The service allows the consumer to send a JBI message to the component by setting ws-addressing properties in the incoming message exchange which defines all the information needed to send an email.The content of the mail (body) is in the payload of the mesage.
{table-plus:width=70%} {center}
{table-plus:columnAttributes=,,style="text-align:center;",style="text-align:center;"}
|| Attribute || Description || Default || Required ||
| \{[http://www.w3.org/2005/08/addressing]}To | email address of the recipient | {center}\-{center} \- | {center}Yes{center} Yes |
| \{[http://www.w3.org/2005/08/addressing]}From | email address of the sender | {center}\-{center} \- | {center}Yes{center} Yes |
| \{[http://www.w3.org/2005/08/addressing]}ReplyTo | email address for the reply | {center}\-{center} \- | {center}no{center} no |
| \{[http://www.w3.org/2005/08/addressing]}Action | the subject of the mail | {center}petals-bc-mail{center} petals-bc-mail | {center}no{center} no |
| \{[http://petals.ow2.org/components/mail/version-3]}Host | the host used for connection | {center}\-{center} \- | {center}Yes{center} Yes |
| \{[http://petals.ow2.org/components/mail/version-3]}Port | the port used for connection | {center}25{center} 25 | {center}No{center} No |
| \{[http://petals.ow2.org/components/mail/version-3]}User | the username used for authentication | {center}\-{center} \- | {center}No{center} No |
| \{[http://petals.ow2.org/components/mail/version-3]}Password | the password used for authentication. Can be null or empty | {center}\-{center} \- | {center}No{center} No |
| \{[http://petals.ow2.org/components/mail/version-3]}Scheme | the connection protocol (smtp) | {center}smtp{center} smtp | {center}No{center} No |
| \{[http://petals.ow2.org/components/mail/version-3]}HeloHost | HELO host for SMTP | {center}\-{center} \- | {center}No{center} No |
| \{[http://petals.ow2.org/components/mail/version-3]}SendMode | Send either the source, the attachments or both of the payload | {center}content-and-attachments{center} content-and-attachments | {center}No{center} No |
| \{[http://petals.ow2.org/components/mail/version-3]}ContentType | The mail mime type | {center}text/plain{center} text/plain | {center}no{center} no |
{table-plus}
{center}
h2. Static exposition




|| Parameter || Description || Default || Required ||
| scheme | the connection protocol (smtp) | {center}\-{center} | {center}Yes{center} |



|| Parameter || Description || Default || Required ||
| scheme | the connection protocol (imap or pop3) | {center}\-{center} | {center}Yes{center} |



|| Parameter || Description || Default || Required ||
| host | Define the smtp server address | {center}\-{center} | {center}Yes{center} |