Re: Problem sending an email in html with mime image

2012-02-02 Thread Tim Roberts
Ariel wrote: > >Hi everybody I have a question, here is my problem I want to send an >email with content in html with an image embed so I converted the >image binary in mime text and then I put the mime code inside the src >attribute of the html like this: > >/> Do email readers actually implemen

Problem sending an email in html with mime image

2012-02-01 Thread Ariel
Hi everybody I have a question, here is my problem I want to send an email with content in html with an image embed so I converted the image binary in mime text and then I put the mime code inside the src attribute of the html like this: Then I send the email, here is my code: from django.templ