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


The default footer is the Kotobee footer.

  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 Footer enter your custom footer's HTML.
  7. Click Save changes.
    A confirmation window will appear: "The changes have been successfully saved."

Default Footer HTML

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

<div class="footer">
        <a href="http://www.kotobee.com" target="_blank"><img src="http://www.kotobee.com/bundles/vijualib/images/emailLogoFooter.gif" alt="Kotobee.com"/></a>
        <p>
        <span>Learn more with: </span>
        <a href="http://www.kotobee.com/blog" target="_blank">Kotobee Blog</a> |
        <a href="https://www.linkedin.com/company/kotobee" target="_blank">LinkedIn</a> |
        <a href="https://twitter.com/kotobeeofficial" target="_blank">Twitter</a> |
        <a href="https://www.facebook.com/kotobee?ref=hl" target="_blank">Facebook</a> |
        <a href="http://support.kotobee.com" target="_blank">Knowledge Base</a>
        </p>
    </div>