Solution to make it work with roots.io bedrock wordpress setup
L
Lennart Hämmerle
the folderstruckture for the bedrock setup is different. Everything works except the path to the images in the eMails.
To fix it change in:
/plugins/mailpoet/lib/Newsletter/Renderer/Blocks/Image.php
WPFunctions::get()->getOption('siteurl')
to
WPFunctions::get()->getOption('home')
and everything works.
Ján Mikláš
Merged in a post:
support roots.io bedrock wordpress setup
L
Lennart Hämmerle
currently images do not work with roots.io bedrock wordpress setup.
I fixed it myself, so if you need the code, just let me know.