Post images not displayed in email
-
I am trying to use MailPoet to notify subscribers about new posts. The notification email shall contain the whole post.
The problem ist that the featured image of a post is displayed in the email but not the images within the post. I am writing articles that have text and images.
When looking at the source code of the email there is a difference in the length of “url passed” between the featured image and the images within the post:
Featured image:
(
https://<url to my self hosted wordpress blog>/?email_id=3&user_id=2&urlpassed=aHR0cHM6Ly9ib25mZXJ0Lm1lL2hvbWUvZmFtaWxpZS93aXItc2luZC1hdWZnZXJlZ3Qv&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions
)Images within the post:
(
https://<url to my self hosted wordpress blog>/?email_id=3&user_id=2&urlpassed=aHR0cHM6Ly9ib25mZXJ0Lm1lL2hvbWUvZmFtaWxpZS93cC1jb250ZW50L3VwbG9hZHMvc2l0ZXMvMy8yMDE1LzA4L0lNR18zODA2LWUxNDM5NzU3NjQ0Mjc1LmpwZw%3D%3D&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions
)The images within the post do have subtitles if this matters.
Would be great if there is a solution for this.
- The topic ‘Post images not displayed in email’ is closed to new replies.