sendgrid

by oktaviardi pratama

HTML

<html data-editor-version="2" class="sg-campaigns" xmlns="http://www.w3.org/1999/xhtml">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="format-detection" content="telephone=no">
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;">
    <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE">
    <title>Rating & Review {{merchantOutletName}}</title>
    <link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600&amp;display=swap" rel="stylesheet">
    <style type="text/css">
        /** * Google webfonts. Recommended to include the .woff version for cross-client compatibility. */
        /** * Avoid browser level font resizing. * 1. Windows Mobile * 2. iOS / OSX */
        /** * Remove extra space added to tables and cells in Outlook. */
        /** * Better fluid images in Internet Explorer. */
        /** * Remove blue links for iOS devices. */
        a[x-apple-data-detectors] {
            font-family: inherit !important;
            font-size: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
            color: inherit !important;
            text-decoration: none !important;
        }

        /** * Fix centering issues in Android 4.4. */
        /** * Collapse table borders to avoid space between cells. */
        @media screen and (max-width: 630px) {
            table td td {
                padding-right: 20px !important;
                padding-left: 20px !important;
            }

            table.row td {
                padding-right: 0px !important;
                padding-left: 0px !important;
            }

            table td.footer {
                padding-right: 0px !important;
                padding-left: 0px !important;
            }

            table td.footer p {
                display: block !important;
                width: 100% !important;
...