According to the manual I can use:
Code: Select all
$src = $message->attach($swift_image, $id);# string $id: An identifier to use (one is returned otherwise)
But the returnvalue always has a newly generated id, not the one I gave as 2nd parameter!
I'd like to define the id myself so I can use a template for the HTML with the image-src already in the template.
Emilio