How do I change the background color in notification emails.

  • detskazka
    Asked on July 5, 2017 at 8:39 AM

    Need to change background color in automatic notification emails. 

    Just need a html code to insert in sourcecode. 

    full source code of notification below: 

    <p>&nbsp;</p>

    <p>В {form_title} добавлена новая запись от магазина</p>

    <p>{input4}&nbsp;&nbsp;{input8} {date}&nbsp;</p>

    <p>{input21}</p>

    <p>На это письмо не нужно отвечать</p>

    <p><a href="https://docs.google.com/spreadsheets/d/1aYXFGUEPEIOxEdLsgEWUwN0t5VOngmUqTm3Ji-YqxVU/edit?usp=sharing" target="_blank" rel="noopener noreferrer">ОТЧЁТ</a>&nbsp;</p>

    <hr />

    <p style="text-align: center;"><span style="font-size: 6pt;">Это письмо создано автоматически, на него НЕ нужно отвечать.</span></p>

    <p style="text-align: center;"><span style="font-size: 8pt;">"Детская Сказка"&reg; 2017&copy;</span></p>

     

    Thank you!

  • liyam
    Replied on July 5, 2017 at 12:57 PM

    Unfortunately, there is no option to set the background color of the body content of the email. The only solution I could think of is modify the background color of your HTML table by opening the email's HTML source, then set a background color in it.

    Here is how to do it:

    1) Edit your email alert settings and open the HTML source of your email body

    How do I change the background color in notification emails Screenshot 30

    2) Once the window is open, insert the height attribute (height="your preferred numeric height"), then change the hex value of the bgcolor attribute to your preferred color.

    How do I change the background color in notification emails Screenshot 41

    3) Once done, just press OK and click the Save button

    If you have questions or if you need assistance, please let us know.