Wayne Allen
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Remove mail footer (only) from html list emailThere is nothing in Postie to remove something from the middle of your email. However, there are some options.
1 Build your own custom addon to parse the email and remove the footer. This can be simple or tricky depending on your circumstances.
2 Switch Postie to create posts in draft status then edit the post to remove the footer and publish.
Forum: Plugins
In reply to: [Postie] If the email exists, it will be ERR_EMPTY_RESPONSE.There needs to be a waiting email or there is nothing to log.
What web server are you using? Apache works well, nginx has been reported to have issues.
Forum: Plugins
In reply to: [Postie] testing postie with new siteGlad you figured it out.
Postie creates classic (html) posts because there is no way in PHP to transform them into blocks. That is only available in JavaScript.
>this creates other visually unappealing issues that I’d like to try and iron out.
I expect this has nothing to do with classic vs block, and more to do with the styling in the emails.
Forum: Plugins
In reply to: [Postie] testing postie with new siteOne thing to do to very is to temporarily switch to a standard WP theme and see if anything changes.
Forum: Plugins
In reply to: [Postie] Include Featured Image in PostHard to tell for sure without a link to an example.
Forum: Plugins
In reply to: [Postie] If the email exists, it will be ERR_EMPTY_RESPONSE.Thanks for the logs, but it looks like they were truncated. Please install the Support AddOn and follow the instructions on how to send me some detailed logs and I will take a look.
Forum: Plugins
In reply to: [Postie] tmptitletmptitle posts indicate some kind of PHP error is happening. This could be due to not enough memory or a very new or very old version of PHP or restrictions the hosting company has put on PHP.
The best next step is to install the Support AddOn and follow the directions for getting me logs.
Forum: Plugins
In reply to: [Postie] Image without linkSorry, I don’t really follow.
Guessing what is happening. If the images are hosted on some other website, Postie doesn’t import them into WordPress so they don’t act like images added via the editor.
Forum: Plugins
In reply to: [Postie] Postie – Prevent post from blocked customerThanks for the explanation.
If you return
null
from thepostie_post_before
function, the email will not be posted.Forum: Plugins
In reply to: [Postie] Many emails posted twiceThat is a new one. The best thing to do is to install the support addon and follow the instructions on how to collect logs and send them to me.
If I were to guess you are using the Dovecot email server which has had issues in the past.
Forum: Plugins
In reply to: [Postie] Newsletter Fixer presales questionsNewsletter Fixer uses a technique to render the email as it was sent. The side effect is that Google can’t really see it for ranking purposes. So if that is one of your goals that plugin isn’t the one for you.
Otherwise it works pretty well.
>What is the best way to send an email to the WordPress site?
Directly from MailChimp is the best way. It is what most people do. Not sure why it would be a security issue.
Forum: Plugins
In reply to: [Postie] Postie not able to process emails with images anymoreif you haven’t already installed the support add-on, please do that and follow the directions to collect additional logs. Otherwise go ahead and send the logs to help that postlogin if you haven’t already installed the support add-on, please do that and follow the directions to collect additional logs. Otherwise go ahead and send the logs to [email protected]
https://postieplugin.com/downloads/support-addon/
Often the reason for this is the number of alternate image sizes that need to be generated so worth checking to see how many you are.
- This reply was modified 1 month, 2 weeks ago by Wayne Allen.
Forum: Plugins
In reply to: [Postie] Postie – Prevent post from blocked customerWhat is a customer CPT? Do you have a plugin that is adding additional features?
Forum: Plugins
In reply to: [Postie] Multiple copiesIf you have Postie set not to delete it will import things over and over kind of by definition.
If you need access to the emails, you probably should set up a forwarding rule to the Postie email account rather than trying to dual usage the same oneForum: Plugins
In reply to: [Postie] Multiple copiesAre the emails the same couple over and over again or is it the whole history of your inbox?