First of all, thanks for the module. We heavily depend on swiftmailer on many of our projects and symfony_mailer is far behind when it is about attachmends and embedding images.
Unfortunatly there are 2 code issues, that prevent the embedding of images.
Should be easy and quick fixes.
One is a deprecated call:
https://www.drupal.org/node/3126004
The other is a type while someone converted the code from swiftmailer.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | symfony_mailer_lite-embedded-images-3393324-3.patch | 1.39 KB | zengenuity |
| symfony_mailer_lite--image-embed-drupal10.1-compatibility.patch | 985 bytes | ayalon |
Comments
Comment #2
didebruThis works for me!
Thanks!
Comment #3
zengenuity commentedI've modified this patch to add the backward compatibility mentioned in the change record. Can you test with this version of the patch to make sure it still works with your emails that include embedded images?
Comment #4
didebruStill works.
Comment #5
pfrenssenI'm bumping this to major since this prevents mails from being sent out after updating to Drupal 10.
Comment #7
zengenuity commentedCommitted.