# betterdocs/4.5.4/views/admin/email/header.php

BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ &amp; Chatbot, version 4.5.4. 30 lines.

- Page: https://pluginprobe.com/plugins/betterdocs/4.5.4/code/views/admin/email/header.php
- Raw: https://pluginprobe.com/plugins/betterdocs/4.5.4/raw/views/admin/email/header.php
- Modified: 2023-08-14T08:41:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/betterdocs/4.5.4/code/views/admin/email/header.php#L10-L20`.

```php
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>BetterDocs Email Template</title>
        <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">
        <style type="text/css">
            .betterdocs-email-body, .betterdocs-wrapper-body {
                font-size: 14px;
                font-family: 'Roboto', sans-serif;
            }
            .betterdocs-box-analytics-parent {
                padding: 0px 25px;
            }
            .betterdocs-table-heading {
                background-color: rgb(229, 236, 242);
            }
            .betterdocs-table-heading th:first-child {
                width: 60%;
            }
        </style>
    </head>
    <body class="betterdocs-wrapper-body" style="background-color: #fff; margin: 0; padding: 0; font-family: 'Roboto';">
        <table class="betterdocs-email-wrapper" cellpadding="50" cellspacing="0" border="0" width="100%" align="center" bgcolor="#fff">
            <tbody>
                <tr>
                    <td align="center" style="padding-top:0px;padding-bottom:20px;">
                        <table class="betterdocs-email-body" cellpadding="35" cellspacing="0" border="0" width="700" align="center" bgcolor="#FFF">
                            <tbody>
```
