This CiviCRM Extension embeds images in HTML e-mails (HTML inline images) instead of linking to them. CiviCRM trackers will be left untouched. This increases the e-mail size, but images are displayed images in the e-mail client right away, even when autoloading images is turned off on the client side (what is the new default setting nowadays). It also has the option to embed only locally hosted images, what can be useful for copyright reasons.
This plugin is one of the successors of the Wordpress integration for CiviMail with Mosaico Extension that is now split into three separate plugins:
- CiviCRM Mosaico Plugin Interface
- CiviCRM Flexmailer Embed Images Extension
- WordPress CivCRM Mosaico Integration
The extension is licensed under AGPL-3.0.
- PHP v7.2+
- CiviCRM 5.x
- CiviCRM FlexMailer plugin (included in CiviCRM 5.28+, older versions need to download the extension)
Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl de.ergomation.civi-flexmailer-embedimages@https://github.com/skyslasher/de.ergomation.civi-flexmailer-embedimages/archive/master.zip
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/skyslasher/de.ergomation.civi-flexmailer-embedimages.git
cv en civi_flexmailer_embedimages
Install the dependencies and afterwards the plugin. The settings can be reached in the Mailings menu under Advanced E-Mail settings.
Currently there are no known issues.