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

View Page History



|| Attribute || Description || Default || Required ||
| \{[http://www.w3.org/2005/08/addressing]}To | email address of the recipient | \- | Yes |
<mail:to>recipient address</mail:to>
<mail:subject>mail subject</mail:subject>
<mail:send-mode>content-and-attachments</mail:send-mode>
<mail:content-type>text/plain</mail:content-type>
</jbi:provides>
</jbi:services>
{table-plus:columnAttributes=,,style="text-align:center;",style="text-align:center;"}












|| Parameter || Description || Default || Required ||
| scheme | the connection protocol (smtp) | \- | Yes |
| reply | email address for the reply | \- | No |
| subject | the subject of the mail | petals-bc-mail | No |
| helohost | HELO host for SMTP | \- | No |
| send-mode | Send either the source, the attachments or both of the payload | content-and-attachments | No |
| content-type | The mail mime type | text/plain | no |
{table-plus}

<mail:password>password</mail:password>
<mail:folder>INBOX</mail:folder>
<mail:delete>true</mail:delete>
<mail:period>60000</mail:period>
<mail:isxmlcontent>false</mail:isxmlcontent>
</jbi:consumes>
</jbi:services>
{table-plus:columnAttributes=,,style="text-align:center;",style="text-align:center;"}













|| Parameter || Description || Default || Required ||
| scheme | the connection protocol (imap or pop3) | \- | Yes |
| port | the port used for connection | * imap : 143 * pop3 : 110 | No |
| folder | the folder to check for new mails | INBOX | No |
| delete | Expunge deleted messages (read messages are marked as DELETED, default is TRUE) | true | No |
| period | the checking period time | 60 000 ms | No |
| expunge | Expunge deleted messages (read messages are marked as DELETED, default is TRUE) | true | No |
| isxmlcontent | Assume mail content is XML. If false, mail content will be wrapped in an <body /> element. | false | No |
{table-plus}