Is the plugin active? Does anyone maintain it?
]]>How might we get this to work with Mandrill?
]]>I’m trying to get the email ingest working. If I run the following command from the command line:
php wp-cli.phar p2-by-email ingest-emails
I get the message: Success: 0 emails processed.
even though there are 4 emails in the inbox. I had a look at the code in the ingest_emails function in class-p2be-email-replies.php and I noticed there was no final else inside the foreach statement to catch the error (a no-no). If I add the following code at line 183:
else { return $ret; }
Then it prints out the proper error message: “Error: Secret key is invalid”
Do you know why I’m getting this error? I’ve just installed the latest WordPress, and the latest P2.
Clayton
]]>My client is getting notifications of new posts and comments through P2 by Email, but we cannot seem to get to the next level: creating and replying to posts by email.
The client outsources management of its e-mail to another vendor. They are questioning the custom e-mail address that each user has, visible in their user profile, to write to to create a new post. They are asking, does this custom address need to be created as a new mailbox? I didn’t think so, since I see nothing about this in the installation instructions, and it doesn’t sound workable anyway on a site with numerous users. But the immediate error we see when we try posting a message from e-mail is that it bounces back with the following error message:
“The e-mail address you entered couldn’t be found. Please check the recipient’s e-mail address and try to resend the message. If the problem continues, please contact your helpdesk.”
Please advise, and thank you!
]]>Is this plug-in still functional with the latest 3.9.1 update? We have been getting some strange results when we receive our notification emails, which seem to reference other posts and reference non functioning links, it was working great before, thank you for the plug-in!
]]>Hi Daniel
I’m looking for a way to disable this all email notifications for subscribers, so that when a user’s role is changed to subscriber they are automatically stopped from (a) receiving any emails, and (b) changing their p2-by-email preferences.
Is there any way this could be done?
Thanks!
Ameer
Hi Guys,
Just wondering if you can give me a hand on setting up the wp-cli cron job.
I’ve install wp-cli and I can run the wp p2-by-email ingest emails
successfully on the server, what I can’t work out is who to actually set up the cron job to run this every so often.
Any help would be great.
Thanks
Matt
any idea?
Thanks!
]]>I’m using your plugin with the P2 theme to send posts and comments to members. If the post has an attached picture it is not sent with the text. I use the WP user frontend plugin to upload multiple pics as attachments. Most members don’t know how to use the WP media upload/insert in post.
Is there any way I can fix the email content?
Hey!
At first some feedback:
This is a very useful plugin and I think p2 alone is pretty useless without it. I’m currently just fighting with the e-mail firewall but it works with free mail adresses like hotmail out of the box. (contactform7 mails reach also the business addresses)
Feature request:
The whole p2 with E-Mail thing could completely replace the emails in our company if you could add one feature: All the people mentioned in the post should get an email for every new comment. This would be the equivalent of a project like a new website where a subteam of 5 people are involved, who should all get notified on every new progress without the need to mention them each time.
My question on the feature request:
I’m a developer myself and I think I could add this feature (at least if I enable it for everyone (not chooseable via dropdown). In this case I wouldn’t be able to update your plugin anymore :-(. If you don’t want to write the feature yourself (would be great if you want to add this feature yourself) I could also send you the codesnippet when I’m done and you could at least implement it in the next version. Are you with me?
Reply by email through outlook for comments converts to junk text.
Please help on this.
]]>Is there a way to use it in another language?
]]>i only need the @username part of the plugin.
i would like to either disable the UI options for choosing to be notified on post and/or comment in the user profile pages OR be able to disable this functionality in the plugin code.
is this possible?
]]>I haven’t been able to sort out how to reply by email. Emails are coming from the default admin address, not the address I created for P2 by Email. I don’t want to change the admin address to the P2 by Email address (since, I obviously still want all other admin-type notifications to go to the admin address). I’m not clear on how to connect the dots to make this work.
Thanks for the plugin by the way. I love the basic email notifications already, and I’m looking forward to getting the posting and replying by email to work.
]]>For instance, I sent a test email:
Subject: This is a post by email
Body: It’s interesting to see if this will work…
The post went through OK, but the post reads:
Title: This is a post by email
Content: It
Any thoughts about why that might be?
]]>On an https site the emails get set from an invalid address like:
noreply@https://mydomain.com
This function only replaces https:// but should also replace https.
/**
* Get a fake email address for this domain
*
* @param string $mailbox A fake mailbox
* @return string $email_address A fake email address at this domain
*/
protected function get_domain_email_address( $mailbox ) {
return $mailbox . '@' . rtrim( str_replace( 'https://', '', home_url() ), '/' );
}
]]>
1) support something like @everyone to make sure all users get an email
2) Add an option to be notified by email when someone replies to a post/status where you’re the author
Would it be at all possible to send a notification if a certain page has been updated?
For example a page called ‘New Discounts’:
I update it, and it sends out an email notification?
]]>I have set up P2 by email and a gmail account to handle the email in and response. I don’t use WP-Cli, but I am familiar with cron. Can I just set up a regular cron job on my server to hit a URL every 5 minutes or something like that?
If so, what URL would I set it to hit?
Thanks so much!
]]>I am using a shared hosting service that won’t let me use WP-cli, or I don’t want to use it. Is there an alternative to setting up a cron job to call the script? I want to be able to use the reply by email feature without having to use wp-cli, and I’m sure some other people might like this as well.
Thanks for the great plugin1
]]>Hi Daniel,
thanks for your plugin. so necessary for my situation (teachers in a school, where email is already the primary communication tool).
However, I get nothing. activated, correct email, correct setting, but nothing. Am I missing an obvious setting?
daniel okeefe
teacher.q2lschool.org (in testing stages)