LanX has asked for the wisdom of the Perl Monks concerning the following question:
That's slightly off topic because it's more about mime than about Perl. (though many "Perl" questions here are mostly about the targeted technology)
I have the requirement to send HTML emails containing newsletters and displaying attachments not only inline as icon-images BUT also opening those attachments by clicking on that image...
The requirement comes from Lotus Notes ("LN") where my clients normally drag and drop PDFs into the email in a WYSIWYG manner. And recipients using LN see those mails in excatly the same way like composed...
Well not if I test with Gmail web client°, you just see a text like (See attached File: xxx.pdf) and looking into the generated HTML doesn't reveal any Mime magic:
<html><body> <p><i>(Siehe angeh=E4ngte Datei: Newsletter 04-15 deu.pdf)</i>
I somehow doubt that LN is parsing for a German text to display an attachment inlined and supposed it's just displaying the email from the database and all recipients outside the Intranet will see the same thing like in my gmail browser.
Is that the case or am I missing something?
Is there an reliable way to link in line to an attachment such that it is opened on click?
(mostly need a confirmation for my client... =)
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
°) can't test otherwise because of firewall restrictions
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (OT) Linking to an attachment from within a HTML email
by Corion (Patriarch) on Mar 14, 2016 at 14:48 UTC | |
by LanX (Saint) on Mar 14, 2016 at 14:53 UTC | |
by Corion (Patriarch) on Mar 14, 2016 at 15:07 UTC | |
by LanX (Saint) on Mar 14, 2016 at 15:23 UTC | |
by LanX (Saint) on Mar 14, 2016 at 15:15 UTC | |
|
Re: (OT) Linking to an attachment from within a HTML email
by Anonymous Monk on Mar 14, 2016 at 15:37 UTC |