{% extends "email_change/base.html" %} {% block title %}Add or change your Kindle email{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block ce_content %} {% with request.user.profile.kindle_email as kindle_email %}

Add or change your Kindle email

{% if kindle_email %} {% if work %}

Welcome back, {{ user.username }}! We're sending {{ work.title }} to {{ kindle_email }}.

(If you'd like to change your Kindle email, you can do so below. You'll need to download the book again.)

{% else %}

You already have a Kindle email on file with Unglue.it: {{ kindle_email }} .

You can change it below.

If you emailed yourself an Unglue.it ebook and got a message from Amazon that the sender is not in your approved email list, add notices@gluejar.com to your Approved Personal Document Email List under Personal Document Settings.

{% endif %} {% else %}

Before your device or app can receive emails from Unglue.it, you'll have to add notices@gluejar.com to your Approved Personal Document Email List under Personal Document Settings.

Then, enter your Kindle email address below:

{% endif %} {% if work %}
{% csrf_token %} {{ form.as_p }}
{% else %}
{% csrf_token %} {{ form.as_p }}
{% endif %}
https://www.amazon.com/gp/digital/fiona/manage#manageDevices

Don't know the email address for your device or reading app? Find it here. (If you're not logged in to Amazon, you need to click "Manage Your Devices" in the "Your Kindle Account" section on the lower left side of the page.)

Once we have your Kindle email, you'll be able to send unglued ebooks to your Kindle device or app with one click from any Unglue.it download page.

{% endwith %} {% endblock %}