Fliplet Basic Email Template

by Hugo Carneiro

HTML

<table style="width:100%;font-family:Arial, Helvetica, sans-serif;font-size:14px;">
    <tr>
        <td valign="top">
            <center style="width:100%;min-width:580px;">
                <table style="width:100%;border-bottom:10px solid #ff681d">
                    <tr>
                        <td align="center">
                            <center style="width:100%;min-width:580px;">
                                <table style="width: 580px;margin: 0 auto;">
                                    <tr>
                                        <td style="padding-top:10px;padding-bottom:10px;">
                                            <table style="width:580px;">
                                                <tr>
                                                    <td style="min-width:580px" id="header-logo"><a href="http://www.riverbed.com/" target="_blank"><img src="http://www.riverbed.com/etc/designs/riverbed-www/_jcr_content/page_base/logoheader.img.png/1433288170254.png"></a>
                                                    </td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                </table>
                            </center>
                        </td>
                    </tr>
                </table>
                <table style="width:580px;margin:0 auto;">
                    <tr>
                        <td id="mail-content">
                            <h1>Dear {{Name}}</h1>

                            <p class="lead">Thank you for visiting our stand at Awesome Conference 2015.</p>
                            <p>Below you will find links to the materials you told us to send you.</p>
                            <ul>
                                <li>	<a style="color:#ffb11d" href="{{Material Link}}" target="_blank">{{Material Name}}</a>

                            ...