Swiftmailer plugin to automatically embed images into message.
composer require hexanet/swiftmailer-image-embed
use Hexanet\Swiftmailer\ImageEmbedPlugin;
$mailer = Swift_Mailer::newInstance();
$mailer->registerPlugin(new ImageEmbedPlugin());
Developed by the Web Team of Hexanet.
Swiftmailer Image Embed Plugin is licensed under the MIT license.