You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #18817 [Mailer] Embedding images support custom cid (alamirault)
This PR was merged into the 6.3 branch.
Discussion
----------
[Mailer] Embedding images support custom cid
Fix#17703
It was complicated to me to understand well PR and use case, as it's very specific and can be considered as a bugfix, but it's was e feature.
Example of use case:
We send an Email with `Parts` and html with cid (human friendly name is replaced by generated cid). We want to forward this email, so we keep the same html (with generated cid) and `Parts` are rebuild with generated cid (setContentId).
Now it works (cid are kept), but before it was ko
Commits
-------
cee2e96 Embedding images support custom cid
0 commit comments