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 (14)

View Page History
* Step 3: Mail Binding Component sends this new mail to the targeted External Provider Service (Business Service, simple email account...).

{column}
{column:width=350px}
{panel:title=Table of contents}{toc}{panel}
{panel:title=Contributors}{contributors:order=name|mode=list}{panel}
{column}
{section}

h2. Dynamic Exposition


* 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%}
|| Attribute || Description || Default || Required ||
| \{\[http://www.w3.org/2005/08/addressing\]}To \{http://www.w3.org/2005/08/addressing}To | email address of the recipient | {center}\-{center} | {center}Yes{center} |
| \{\[http://www.w3.org/2005/08/addressing\]}From \{http://www.w3.org/2005/08/addressing}From | email address of the sender | {center}\-{center} | {center}Yes{center} |
| \{\[http://www.w3.org/2005/08/addressing\]}ReplyTo \{http://www.w3.org/2005/08/addressing}ReplyTo | email address for the reply | {center}\-{center} | {center}no{center} |
| \{\[http://www.w3.org/2005/08/addressing\]}Action \{http://www.w3.org/2005/08/addressing}Action | the subject of the mail | {center}petals-bc-mail{center} | {center}no{center} |
| \{http://petals.ow2.org/components/mail/version-3}Host | the host used for connection | {center}\-{center} | {center}Yes{center} |
| \{http://petals.ow2.org/components/mail/version-3}Port | the port used for connection | {center}25{center} | {center}No{center} |
| \{http://petals.ow2.org/components/mail/version-3}User | the username used for authentication | {center}\-{center} | {center}No{center} |
| \{http://petals.ow2.org/components/mail/version-3}Password | the password used for authentication. Can be null or empty | {center}\-{center} | {center}No{center} |
| \{http://petals.ow2.org/components/mail/version-3}Scheme | the connection protocol (smtp) | {center}smtp{center} | {center}No{center} |
| \{http://petals.ow2.org/components/mail/version-3}HeloHost | HELO host for SMTP | {center}\-{center} | {center}No{center} |
| \{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} | {center}No{center} |
| \{http://petals.ow2.org/components/mail/version-3}ContentType | The mail mime type | {center}text/plain{center} | {center}no{center} |
{table-plus}
h2. Static exposition




|| Parameter || Description || Default || Required ||
| scheme | the connection protocol (smtp) | {center}\-{center} | {center}Yes{center} |
| password | the password used for authentication. Can be null or empty | {center}\-{center} | {center}No{center} |
| host | the host used for connection | {center}\-{center} | {center}Yes{center} |
| port | the port used for connection | {center}\-{center} {center}25{center} | {center}Yes{center} {center}No{center} |
| to | email address of the recipient | {center}\-{center} | {center}Yes{center} |
| from | email address of the sender | {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} |

{include:0 CDK component Interceptor configuration}
{column}
{column:width=350px}
{panel:title=Table of contents}{toc}{panel}
{panel:title=Contributors}{contributors:order=name|mode=list}{panel}
{column}
{section}