Learn how to change the header of your Cloud Ebook's automated emails.


The default header is the Kotobee header.


  1. Click on the Manage tab.
    The Manage screen will open.
  2. Click on Cloud Ebooks in the left panel.
  3. Select Settings from the Cloud Ebooks menu in the left panel.
  4. Select your cloud ebook from the drop-down menu in the top bar.
  5. Click on the Email settings tab at the top of the window.
    The email settings screen will appear.
  6. Under Header enter your custom header's HTML.
  7. Click Save changes.
    A confirmation window will appear: "The changes have been successfully saved."


Defaut Header HTML

Here is the default header used in Kotobee emails. Feel free to copy and edit it as you wish.


<table width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout:fixed; background-color:#3a2243">
        <tr height="45px">
            <td width="100%">
                <table style="width:100%; max-width: 800px; margin: 0 auto;">
                    <tr>
                        <td width="10px" align="center" valign="middle"></td>
                        <td>
                            <a href="http://www.kotobee.com" target="_blank" style="color:#e4b8ef;text-decoration:none;padding-top:5px"><img src="http://www.kotobee.com/bundles/vijualib/images/emailLogoHeader.gif" alt="Kotobee"/></a>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>