OwlCyberSecurity - MANAGER
Edit File: letter.advices.php
<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html charset=UTF-8"/> </head> <body> <table cellpadding="10" cellspacing="10" border="0"> <tr> <td>Dear <b>Administrator</b>,</td> </tr> <tr> <td> Just a quick reminder that optimization advice for your website <a href="{{ site_link }}">{{ site_url }}</a> is awaiting your approval.<br/> </td> </tr> <tr> <td> <strong>{{ advice_title }}</strong><br/> {{ advice_description }}<br/><br/> </td> </tr> <tr> <td><a href="{{ panel_link }}" style="text-decoration: none; padding: 10px 20px; background: #2B98F0; width: 75px; height: 16px; font-style: normal; font-weight: 400; font-size: 14px; color: #FFFFFF;">{{ view_advice_button_text }}</a></td> </tr> <tr> <td> </td> </tr> <tr> <td> <a href="{{ unsubscribe_link }}" title="{{ unsubscribe_text }}" target="_blank" style="font-size: 12px;color: #666;">{{ unsubscribe_text }}</a> </td> </tr> </table>{{ footer }} </body> </html>