Release Automation

  • 1.  Send email with Tabular data in Email body

    Posted Jun 16, 2017 03:36 AM

    Hi,

     

    I have situation where need to send mail with tabular data as mentioned below. How I can achieve this. please suggest.

     



  • 2.  Re: Send email with Tabular data in Email body

    Posted Jun 16, 2017 04:42 AM

    Hi

     

    Simplest way is to send an HTML Email (Body Type = text/html) and put a HTML <TABLE> in Body of Email.

    For exemple :

    <table border='1'>
    <tr>
        <td>App Name</td>
        <td>Component Deployed</td>
        <td>Status</td>
        <td>Reason</td>
    </tr>
    <tr>
        <td rowspan="3">ISSAC-WFE</td>
        <td>ADSL</td>
        <td>Failed</td>
        <td>Comment</td>
    </tr>
    <tr>
        <td>UFO</td>
        <td>Successful</td>
        <td></td>
    </tr>
    <tr>
        <td>DTV</td>
        <td>Successful</td>
        <td></td>
    </tr>
    </table>

     

    Regards.



  • 3.  Re: Send email with Tabular data in Email body

    Broadcom Employee
    Posted Jun 16, 2017 04:54 AM

    Hello,

     Did you try sending the body of send email action in html format with body type text/html.

     

    Regards,

    Saurabh



  • 4.  Re: Send email with Tabular data in Email body

    Posted Jun 19, 2017 03:56 PM

    Hi Saurabh/Pascal HAW-SHING,

     

    I got the answer for the above question but now I am looking further more on this. I am in situation where I have to create the dynamic table in e-mail body instead of static table. 

     

    E.g. I will be selecting the required modules - 5 modules in Pre-deploy steps out of 10 modules and passing that array to post deployment where I am sending a mail by putting those selected 5 modules in table format in a -email body.

     

    How  I can achieve this with above logic ?



  • 5.  Re: Send email with Tabular data in Email body
    Best Answer

    Broadcom Employee
    Posted Jun 16, 2017 12:31 PM

    Hi Dadabhau,

     I hope answered from Pascal HAW-SHING answered your query.

     

    If yes I request to please mark answer if not let us know.

     

    Regards,

    Saurabh