Petals-BC-Mail 4.1.1+

Version 1 by Christophe DENEUX
on Feb 27, 2024 09:36.

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

Changes (7)

View Page History
<mail:user>user</mail:user>
<mail:password>password</mail:password>
<mail:starttls>true</mail:starttls>
<mail:from>from email address</mail:from>
<mail:reply>reply email address</mail:reply>
| host | the host used for connection | \- | Yes |
| port | the port used for connection | 25 | No |
| starttls | enable STARTTLS | false | No |
| to | email addresses of the recipients 'To' | \- | Yes |
| cc | email addresses of the recipients 'Cc' | \- | No |
<mail:user>user</mail:user>
<mail:password>password</mail:password>
<mail:starttls>true</mail:starttls>
<mail:from>from email address</mail:from>
<mail:reply>reply email address</mail:reply>
| host | the host used for connection | \- | Yes |
| port | the port used for connection | 25 | No |
| starttls | enable STARTTLS | false | No |
| to | email address of the recipient | \- | Yes |
| from | email address of the sender | \- | Yes |
<mail:user>user</mail:user>
<mail:password>password</mail:password>
<mail:starttls>true</mail:starttls>
<mail:enable-ssl>true</mail:enable-ssl>
<mail:folder>INBOX</mail:folder>
<mail:delete>true</mail:delete>
{center}{*}Configuration of a Service Unit to consume a service (Mail)*{center}
{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 |
| starttls | enable STARTTLS | false | No |
| enable-ssl | enable support of SSL | false | 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 |