no smtp auth failures for you
parent
aa7e5bfe5e
commit
bcec6d4914
|
@ -36,12 +36,12 @@
|
|||
<p>You already have a Kindle email on file with Unglue.it: {{ kindle_email }} .</p>
|
||||
<p>You can change it below.</p>
|
||||
<p>
|
||||
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 <b>kindle@gluejar.com</b> to your <a href="http://www.amazon.com/myk#pdocSettings">Approved Personal Document Email List</a> under Personal Document Settings.
|
||||
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 <b>notices@gluejar.com</b> to your <a href="http://www.amazon.com/myk#pdocSettings">Approved Personal Document Email List</a> under Personal Document Settings.
|
||||
</p>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<p>
|
||||
Before your device or app can receive emails from Unglue.it, you'll have to add <b>kindle@gluejar.com</b> to your <a href="http://www.amazon.com/myk#pdocSettings">Approved Personal Document Email List</a> under Personal Document Settings.
|
||||
Before your device or app can receive emails from Unglue.it, you'll have to add <b>notices@gluejar.com</b> to your <a href="http://www.amazon.com/myk#pdocSettings">Approved Personal Document Email List</a> under Personal Document Settings.
|
||||
</p>
|
||||
<p>Then, enter your Kindle email address below:</p>
|
||||
{% endif %}
|
||||
|
|
|
@ -2600,7 +2600,7 @@ def send_to_kindle(request, kindle_ebook_id, javascript='0'):
|
|||
return local_response(request, javascript, 0)
|
||||
|
||||
try:
|
||||
email = EmailMessage(from_email='kindle@gluejar.com',
|
||||
email = EmailMessage(from_email='notices@gluejar.com',
|
||||
to=[kindle_email])
|
||||
email.attach(title + '.' + ebook.format, filehandle.read())
|
||||
email.send()
|
||||
|
|
Loading…
Reference in New Issue