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

View Page History
{code:lang=xml}
<ns0:mail xmlns:ns0="http://petals.ow2.org/components/mail/version-3.0">
<ns0:from>from@from.com</ns0:from>
<ns0:reply>reply@reply.com</ns0:reply>
<ns0:to>to@to.com</ns0:to>
<ns0:subject>subject</ns0:subject>
<ns0:body>Hello, here is an email</ns0:body>
         <ns0:host>localhost</ns0:host>
         <ns0:port>25</ns0:port>
         <ns0:user>user</ns0:user>
         <ns0:password>pwd</ns0:password>
         <ns0:scheme>smtp</ns0:scheme>
         <ns0:from>from@from.com</ns0:from>
         <ns0:reply>reply@reply.com</ns0:reply>
         <ns0:to>to@to.com</ns0:to>
         <ns0:subject>subject</ns0:subject>
         <ns0:helohost>helo</ns0:helohost>
         <ns0:send-mode>content-and-attachments</ns0:send-mode>
         <ns0:content-type>text/plain</ns0:content-type>
         <ns0:body>My email content</ns0:body>
</ns0:mail>
{code}
{center}{*}Configuration of a Service Unit to provide a service (Mail)*{center}
{table-plus}

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

\\
{center}{*}Configuration of a Service Unit to consume a service (Mail)*{center}
{table-plus}

|| Parameter || Description || Default || Required ||
| scheme | the connection protocol (imap or pop3) | {center}\-{center} | {center}Yes{center} |
{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} |