mirror of
https://github.com/Set-OutlookSignatures/Set-OutlookSignatures.git
synced 2026-04-26 10:45:52 +03:00
[GH-ISSUE #28] Issue with images not embedded #9
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Set-OutlookSignatures-Set-OutlookSignatures#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Imaginos on GitHub (Jan 6, 2022).
Original GitHub issue: https://github.com/Set-OutlookSignatures/Set-OutlookSignatures/issues/28
Originally assigned to: @Imaginos, @GruberMarkus on GitHub.
Hi Markus
Happy new year to you !
I discovered an issue with the signatures using the embedded image param at $false.
In Outlook 2013, the signature appears correctly, if I open the htm file, I can see the picture too.
Here's the issue :
The issue appears event with the "Test all signature replacement variables.docx".
@GruberMarkus commented on GitHub (Jan 6, 2022):
Hi Thomas,
Happy New Year!
please send me the resulting signature ("test all signature replacement variables.htm" and the subfolder "test all signature replacement variables.files").
Does it only happen with the "test all signature replacement variables" template, or with self-created templates containing images, too?
@Imaginos commented on GitHub (Jan 6, 2022):
test.htm.txt
Here's the file.
@GruberMarkus commented on GitHub (Jan 6, 2022):
I am missing the subfolder "test.files" containing the images.
Please also provide your source template file.
@Imaginos commented on GitHub (Jan 6, 2022):
test.zip
Here we go
@GruberMarkus commented on GitHub (Jan 6, 2022):
Bug confirmed. Not only Outlook 2013 shows this behavior, but also newer versions: Images are shown in preview, but not sent with the e-mail, so the recipient only sees placeholders.
I am analyzing the root cause, which will probably take some days.
Assuming you have a French Windows and Office: When you manually create a signature with a picture in Outlook, what is the name of the automatically created subfolder containing the images?
@Imaginos commented on GitHub (Jan 7, 2022):
Well the folder containing images for test.htm is named test.files, Signature.htm has Signature.files
But, with Signature.files, another folder is created : Signature_fichiers, that contains 3 files :
This folder is, of course copied in "My docs\Outlook signatures"
@GruberMarkus commented on GitHub (Jan 7, 2022):
Please perform the following steps and let me know the results:
@Imaginos commented on GitHub (Jan 7, 2022):
Yes !
It worked with different clients as recipient (Outlook and Gmail).
in both case, the picture is OK !
@GruberMarkus commented on GitHub (Jan 7, 2022):
Can i close this issue?
If yes, I will update Set-OutlookSignatures with an according hint to the registry key and the corresponding Microsoft support article.
@Imaginos commented on GitHub (Jan 7, 2022):
That's OK for me :)
Thanks again, Markus !
@GruberMarkus commented on GitHub (Jan 7, 2022):
@Imaginos, thank you for reporting this issue.
It is not a bug in Set-OutlokSignatures per se, but rather a default Outlook configuration that only has an effect when Set-OutlookSignatures' EmbedImagesInHTML parameter is set to false.
In commit
e05341d643, the documentation for EmbedImagesInHTML has been updated with a link to the Microsoft support article https://support.microsoft.com/en-us/topic/inline-images-may-display-as-a-red-x-in-outlook-704ae8b5-b9b6-d784-2bdf-ffd96050dfd6 describing the problem and a solution.This issue is closed as solved in accordance with the original creator @Imaginos.