Title: PostNotify
Author: Fuska
Published: <strong>2026 年 7 月 12 日</strong>
Last modified: 2026 年 8 月 11 日

---

搜索插件

![](https://ps.w.org/postnotify/assets/banner-772x250.png?rev=3613987)

![](https://ps.w.org/postnotify/assets/icon-256x256.png?rev=3605128)

# PostNotify

 作者：[Fuska](https://profiles.wordpress.org/fuska/)

[下载](https://downloads.wordpress.org/plugin/postnotify.1.0.4.zip)

 * [详情](https://cn.wordpress.org/plugins/postnotify/#description)
 * [评价](https://cn.wordpress.org/plugins/postnotify/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/postnotify/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/postnotify/#developers)

 [支持](https://wordpress.org/support/plugin/postnotify/)

## 描述

PostNotify is a WordPress plugin that automatically sends a notification email whenever
a new post is published. The possibilities are endless: notify a press office, a
client, a collaborator, the post’s author, a friend, or anyone you want to let know
that new content is online — without having to do it by hand every time.

This is the **Free** version:

 * 📧 Automatic email on publish
 * 🔐 SMTP support with secure password encryption
 * ⚡ Built-in SMTP configuration test
 * 🔒 Advanced security and input validation
 * One recipient per post
 * Standard email subject and text (not customizable)
 * PostNotify logo in the email header
 * Available in English and Italian (more languages can be added via translate.wordpress.
   org)

#### How it works

 1. Set the sender name and email (SMTP optional but recommended)
 2. Write your post and enter the recipient’s address in the PostNotify box
 3. Publish — the notification email is sent automatically

You can enable or disable the notification for each individual post, send a test
email from the settings page, and check the send log directly in the post editor.

Looking for multiple recipients, a customizable logo, your own email text, and more
languages? Check out **[PostNotify Pro](https://www.postnotify.it)**.

#### Template Variables (used in the standard text)

 * [titolo_articolo] – Post title
 * [link_articolo] – Direct link to the post
 * [link_homepage] – Link to the homepage
 * [firma] – Signature with sender name

### Support

For technical support or bug reports:
 * Email: info@postnotify.it * Website: https://
www.postnotify.it

### Credits

Developed by Oblò s.a.s. — website: https://www.postnotify.it — email: info@postnotify.
it

## 屏幕截图

[⌊General settings page⌉⌊General settings page⌉[

General settings page

[⌊SMTP configuration⌉⌊SMTP configuration⌉[

SMTP configuration

[⌊Metabox in the post editor⌉⌊Metabox in the post editor⌉[

Metabox in the post editor

[⌊Info & Support page⌉⌊Info & Support page⌉[

Info & Support page

[[

## 安装

 1. Upload the ‘postnotify’ folder to the ‘/wp-content/plugins/’ directory
 2. Activate the plugin from the WordPress ‘Plugins’ section
 3. Go to PostNotify > Settings to configure the plugin
 4. Set the sender name and email
 5. (Optional but recommended) Configure SMTP for reliable delivery
 6. When creating a post, enter the recipient in the PostNotify box

## 常见问题

### Emails are not being sent

Check that:
 – The SMTP configuration is correct (if enabled) – The sender email
is valid – The recipient address is correct – Your server allows sending email Try
sending a test email from the settings page.

### Emails end up in spam

To avoid spam:
 – Use SMTP with a reliable provider – Configure your domain’s SPF
and DKIM records – Use an email address from your own domain as the sender

### Can I send to multiple recipients?

Not in the Free version — only one recipient per post is supported. PostNotify Pro
supports multiple recipients and BCC.

### How do I customize the email design?

Not possible in the Free version: the logo, subject and text are standard. PostNotify
Pro lets you upload your own logo and fully customize the content.

### Does it work with the block editor (Gutenberg) and the Classic editor?

Yes, both. The PostNotify box appears in the post editor in either case.

### Can I disable the notification for a single post?

Yes. Each post has its own PostNotify box with an on/off checkbox, so you decide
post by post whether to send the notification.

### Does it work with pages or custom post types?

The Free version sends notifications for standard posts (articles) only.

### Does the plugin send my data to external services?

No. Emails are sent directly by your own site (via PHP mail or your SMTP server).
The plugin does not connect to external services and does not collect or transmit
data to third parties, which makes it easy to manage from a GDPR standpoint.

### Will it slow down my site?

No. The plugin is lightweight: it only runs in the admin area and at the moment 
a post is published. It adds nothing to your site’s front end.

## 评价

此插件暂无评价。

## 贡献者及开发者

「PostNotify」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Fuska ](https://profiles.wordpress.org/fuska/)

「PostNotify」插件已被翻译至 1 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/postnotify/contributors)
为本插件所做的贡献。

[帮助将「PostNotify」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/postnotify)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/postnotify/)，查看[SVN仓库](https://plugins.svn.wordpress.org/postnotify/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/postnotify/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/postnotify/)。

## 更新日志

#### 1.0.4 – 2026-08-11

 * Change: notification emails now show the site name in the header instead of the
   PostNotify logo, so each message looks like a communication from your own site.
   A discreet PostNotify credit remains in the footer.
 * No other functional changes

#### 1.0.3 – 2026-07-27

 * Internationalization: source strings are now in English (WordPress.org standard),
   with the full Italian translation shipped in the plugin (it_IT) — Italian sites
   see exactly the same texts as before
 * Added the translation template (POT file) so the plugin can be translated into
   any language via translate.wordpress.org
 * No functional changes

#### 1.0.2 – 2026-07-20

 * New: dashboard notice when the plugin configuration is incomplete (dismissible,
   with a direct link to the settings page)
 * New: dashboard notice when a post is published with sending enabled but no recipient
   set, so missed notifications are no longer silent
 * New: quick links in the Plugins list — Settings, Support and Rate the plugin
 * Fix: brand color consistency in the post editor metabox

#### 1.0.1 – 2026-07-12

 * Internal code cleanup: renamed internal function/class/option/hook names to use
   a more distinctive “pnot” prefix, avoiding the generic word “post” (no user-facing
   changes)

#### 1.0.0 – 2026-07-08

 * First public release of the Free version
 * Automatic email on post publish
 * One recipient per post
 * Standard email subject and text with dynamic variables
 * PostNotify logo in the email header
 * SMTP configuration with encrypted password (OpenSSL)
 * Built-in SMTP send test
 * Security: XSS/CSRF protection, input validation and sanitization

## 额外信息

 *  版本 **1.0.4**
 *  最后更新：**1 周前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.8 或更高版本 **
 *  已测试的最高版本为 **7.0.4**
 *  PHP 版本 ** 7.4 或更高版本 **
 *  语言
 * [English (UK)](https://en-gb.wordpress.org/plugins/postnotify/) 和 [English (US)](https://wordpress.org/plugins/postnotify/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/postnotify)
 * 标签
 * [email](https://cn.wordpress.org/plugins/tags/email/)[notification](https://cn.wordpress.org/plugins/tags/notification/)
   [notify](https://cn.wordpress.org/plugins/tags/notify/)[publish](https://cn.wordpress.org/plugins/tags/publish/)
   [smtp](https://cn.wordpress.org/plugins/tags/smtp/)
 *  [高级视图](https://cn.wordpress.org/plugins/postnotify/advanced/)

## 评级

尚未提交反馈。

[您的评价](https://wordpress.org/support/plugin/postnotify/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/postnotify/reviews/)

## 贡献者

 *   [ Fuska ](https://profiles.wordpress.org/fuska/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/postnotify/)