Petals-BC-Mail 3.1.x

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

Changes (18)

View Page History
{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 | \- | Yes |
\\
{center}{*}Configuration of a Service Unit to provide a service (Mail)*{center}
{table-plus:columnAttributes=,,style="text-align:center;",style="text-align:center;"}

|| Parameter || Description || Default || Required ||
| scheme | the connection protocol (smtp) | {center}\-{center} \- | {center}Yes{center} Yes |
| username | the username used for authentication | {center}\-{center} \- | {center}No{center} No |
| password | the password used for authentication. Can be null or empty | {center}\-{center} \- | {center}No{center} No |
| host | the host used for connection | {center}\-{center} \- | {center}Yes{center} Yes |
| port | the port used for connection | {center}25{center} 25 | {center}No{center} No |
| to | email address of the recipient | {center}\-{center} \- | {center}Yes{center} Yes |
| from | email address of the sender | {center}\-{center} \- | {center}Yes{center} Yes |
| reply | email address for the reply | {center}\-{center} \- | {center}No{center} No |
| subject | the subject of the mail | {center}petals-bc-mail{center} petals-bc-mail | {center}No{center} No |
| send-mode | Send either the source, the attachments or both of the payload | {center}content-and-attachments{center} content-and-attachments | {center}No{center} No |
{table-plus}

\\
{center}{*}Configuration of a Service Unit to consume a service (Mail)*{center}
{center} {table-plus:columnAttributes=,,style="text-align:center;",style="text-align:center;"}
{table-plus}


|| Parameter || Description || Default || Required ||
| scheme | the connection protocol (imap or pop3) | \- | Yes |
| expunge | Expunge deleted messages (read messages are marked as DELETED, default is TRUE) | true | No |
{table-plus}
{center}

{include:0 CDK SU Interceptor configuration}
{include:0 CDK Parameter scope}
\\
{center}{*}Configuration of the component (Mail)*{center}
{table-plus}





|| Parameter || Description || Default || Required ||
| host | Define the smtp server address | {center}\-{center} | {center}Yes{center} |
| port | Define the smtp server port | {center}25{center} | {center}Yes{center} |
| user | Define the username used for authentication | {center}\-{center} | {center}no{center} |
| password | Define the password used for authentication | {center}\-{center} | {center}no{center} |
{table-plus}

This specific parameters can be also set through JMX or with Ant task during its installation phase.

Ant task exemple:

{code:lang=xml}
<jbi-install-component file="$\{MyPath\}/petals-bc-mail.zip" port="7700" host="localhost" username="petals" password="petals">
<param name="host" value="devmail" />
<param name="port" value="25" />
<param name="user" value="petals" />
<param name="password" value="petals" />
</jbi-install-component>
{code}

{note}This parameter are useful only for dynamic exposition mode{note}