This addon will look through your email and find all the images that were not included in the email (e.g. <img> tags). It will examine the images and select the largest one as the featured image.
The Fix Video/oEmbed Links AddOn will “undo” the formatting that many email clients add to links which will enable videos or any embeddable content supported by WordPress to be displayed inline rather than as a link. This will only work for services supported by WordPress or added by another plugin. See https://wordpress.org/support/article/embeds/ for a list.
For example, you paste https://www.youtube.com/watch?v=VMT9fQz60XY into your email. By the time Postie sees the email it looks like <a href=”https://www.youtube.com/watch?v=VMT9fQz60XY”>https://www.youtube.com/watch?v=VMT9fQz60XY</a> which WordPress doesn’t know is a link to a video so it is just displayed as a link.
With the addon enabled Postie will recognize the content as a YouTube video and alter the markup so WordPress knows how to display it correctly.
The PDF Embedder AddOn integrates with the PDF Embedder plugin allowing you to email PDFs and have them display inline rather than requiring the user to click on the PDF icon and download it and have it launch in Acrobat Reader.
The AddOn is compatible with the Free, Premium and Secure editions of PDF Embedder.
You can control whether the PDF is at the top or bottom of the post by using the Image/Attachment Location setting on the Image tab.
The Category for Media AddOn will assign all the categories you assigned to the post to all media items included in the email.
For example if you assign the category “horse” to the post, it will also get assigned to any images in the email. This can be used to set up galleries where you show images for a specific category.
PublishPress Future (formerly known as Post Expirator) is a great plugin that lets you set a date for a post to be removed. See https://wordpress.org/plugins/post-expirator/ for more information.
This AddOn allows you to specify the PublishPress Future options in your email. For example:
[postexpire when="2021-08-09 17:00" how="delete"]
This will set the post to expire on Aug 8, 2019 at 5:00pm by deleting the post.
[postexpire]
This will set the post to expire on default date by setting the post status to “Draft”.
Attributes
when should be some date and time in the future. If not supplied it will used the configured default.
how should be any of the options that PublishPress Future provides except for the category choices. If not provided the post will be changed to “draft” status.
There is a single option for this AddOn
If selected then the default expiration will be applied even if the shortcode is not present. This is useful if you don’t control the email content but still want to expire the content.
Release History
1.2.1 – 2023-09-06
Fix bug in support for PublishPress Future 3.0+ when not using a shortcode.
1.2.0 – 2023-08-14
Add support for PublishPress Future 3.0+
1.1.1 – 2023-04-03
Add support for setting default expiration when shortcode is not present.
1.0.5 – 2021-12-08
Add support for default expiration
1.0.4 – 2021-06-22
Compatibility with Post Expirator 2.4.2
1.0.3 – 2020-04-11
Remove Shortcode AddOn dependance
Add postie_addon_post_expirator_setexpire action
1.0.2 – 2019-11-30
Call Post Expirator method rather than setting post meta directly.
This AddOn lets you add some extra control around what gets published by looking at the content for either a required word/phrase or forbidden words/phrases. This provides an additional layer of protection from undesired emails getting published even if they are from an authorized user.
You can specify a required word/phrase that must be present in the email otherwise it won’t be published. You can leave this option blank if you don’t want to require a word/phrase.
You can provide a list of words/phrases of “forbidden” words. If any of these are found then the email isn’t published. This can also be left blank.
The action options let you control what happens if the email isn’t going to be published. If you choose “ignore” and you have the “Return rejected mail to sender” set to Yes then the sender will receive an email letting them know it wasn’t published and why. If you select “draft” the email will be turned into a post, but published in draft status so it won’t show up until you go in and manually publish it.
You can also specify if you want to look in the subject, body or both.
This AddOn will inline any CSS. The primary use is to fix up email newsletters which tend to have lots of CSS that is ignored by WordPress. This AddOn will help these newsletters look much better in your blog.
No configuration required, just install and activate.
Minimum requirements: PHP 5.3 and Postie 1.9.4
Release Notes
1.0.5 – 2018-03-04
Enhancement: Force CSS style reset for email content to override theme css.
1.0.4- 2018-02-19
Fix: In some cases the style fixups were not applied
1.0.3 – 2018-02-19
Remove unused files
1.0.2 – 2017-10-11
Fix: Skip processing if previous addon doesn’t want to publish