Inline images in html/text email = html only email

bapval

New Member
Hi, I'm facing an issue with inline image in a text/html mail...

Putting inline image in a html/text mail would result as a html only email in apple mail. Replacing the inline image with an online image was the only workaround I found to solve my problem...

Does anyone else faced this problem ?

(Mac OS 10.5 - MaxBulkv 6)
 

bapval

New Member
Here is my email code...

Code:
Hello world !

<html>
<body>
<img src="hello-world.gif">
</body>
</html>

With an enclosed gif image Base64 encoded...
Apple Mail won't show me any text alternative. Only html.

Using an online image (enclosed image remaining in email)...

Code:
<img src="http://www2.yamaha-motor.fr/hello-world.gif">

It works fine... Apple Mail show me a text alternative...

Strange
 

bapval

New Member
I tried in thunderbird... And it works : full html/simple html/text the email is displayed as expected.

Looks like an Apple Mail bug...

Anyway the online method is I think the best way to send emails... But if ever I have to put inline image I would use thunderbird to test !

Thanks for your answer !
 
Top