$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>email - Is there a plugin that will let you do actions by mail?|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

email - Is there a plugin that will let you do actions by mail?

matteradmin10PV0评论
Closed. This question is off-topic. It is not currently accepting answers.

Asking to recommend a product (plugin, theme, book, hosting provider), tool, library, or off-site resource is out of scope for this site, as it attracts opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 6 years ago.

Improve this question

I want to be able to trigger different Wordpress actions by mail.

So for example maybe if a send a mail with the word "publish" in the subject and a post id in the content it will publish the post with this id, or if i will send a mail with the words "delete user" in the subject and a user id in the content it will delete that user and so on...

Closed. This question is off-topic. It is not currently accepting answers.

Asking to recommend a product (plugin, theme, book, hosting provider), tool, library, or off-site resource is out of scope for this site, as it attracts opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 6 years ago.

Improve this question

I want to be able to trigger different Wordpress actions by mail.

So for example maybe if a send a mail with the word "publish" in the subject and a post id in the content it will publish the post with this id, or if i will send a mail with the words "delete user" in the subject and a user id in the content it will delete that user and so on...

Share Improve this question asked Jan 17, 2019 at 21:14 user315338user315338 1151 gold badge1 silver badge6 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

As far as deleting users from an email, I've never heard of that.

You can however publish posts via WP's built in Post By Email feature.

Go to your admin > Settings > Writing and fill out the required mail server settings and login fields.

To post to WordPress by email you must set up a secret email account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret.

However, this lacks many of the common features of posting from the admin. You can use a plugin that extends this functionality.

Post a comment

comment list (0)

  1. No comments so far