S
S
Salavat Sharapov2014-05-16 10:55:39
Django
Salavat Sharapov, 2014-05-16 10:55:39

How to display an image in mail.ru?

I'm doing a newsletter. Django1,6+EmailMultiAlternatives.
In all web services (GM, YM, Rambler), the letter is displayed perfectly (pictures + text), BUT not on mail.ru.
Pictures disappear, everything is fine with the markup of the letter itself.
To insert pictures, I use this default:

<img src="http://рф_домен/static/emails/logo.png"
                          style="display:block" 
                          alt="Альт"
                          width="540" 
                          border="0" height="140" 
                          hspace="0">

When viewing the code of the letter page on the mail.ru web face, you can see that the pictures are issued from the cache ( https://proxy.imgsmail.ru)
But if you send the same HTML letter via Thunderbird that Django sends, then the pictures are all fine, and on the web face of mail.ru they are already issued from //af6.mail.ru.
What am I doing wrong?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Salavat Sharapov, 2014-05-16
@desperadik

Resolved, pictures located at the address in the .rf zone are crookedly cached, through punny norms.

B
benderbrew, 2015-07-08
@benderbrew

The same problem, only the server is not in the .rf zone, but the link is still replaced with https://proxy.imgsmail.ru

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question