Email Template Designer – WP HTML Mail – WordPress 插件 | WordPress.org China 简体中文
自带几个模板,可以稍微调置设置一下就行。
导出来的模板不是html格式。j.son格式。我用vscode提示这个j.son
在线的html也是无法正常呈现内容的。
Customize WordPress Emails and Alerts – Better Notifications for WP – WordPress 插件 | WordPress.org China 简体中文
这个 php版本低的装不了新版,可以看看 它的开发日志,搜索php,一般切换php版本都是重要提醒。如何下载wp的历史版本插件?
可以试试这个方法 如果它svn齐全一般都能下载到。
[bnfw.1.9.7.zip ]
https://downloads.wordpress.org/plugin/bnfw.1.9.7.zip
https://downloads.wordpress.org/plugin/bnfw.1.9.3.zip
如此修改一下版本号,就能下载到历史版本了。类似docker下载历史版本。
看了一下插件网站提示。针对各个通知都有各种提示。非常专业,目前还用不到。先保存插件了。
Comment Moderation Link: [comment_moderation_link]
Comment Moderation - Approve: [comment_moderation_approve]
Comment Moderation - SPAM: [comment_moderation_spam]
Comment Moderation - Delete: [comment_moderation_delete]
Comment ID: [comment_ID]
Comment Post ID: [comment_post_ID]
Comment Author: [comment_author]
Comment Author Email: [comment_author_email]
Comment Author URL: [comment_author_url]
Comment Author IP: [comment_author_IP]
Comment Date: [comment_date]
Comment Date (GMT): [comment_date_gmt]
Comment Content: [comment_content]
Comment Karma: [comment_karma]
Comment Status: [comment_approved]
Comment Agent: [comment_agent]
Comment Type: [comment_type]
Comment Author Avatar: [commenter_avatar]
Comment Parent: [comment_parent]
Parent Comment Content: [comment_parent_content]
[bnfw.1.9.7.zip ]
https://downloads.wordpress.org/plugin/bnfw.1.9.7.zip
https://downloads.wordpress.org/plugin/bnfw.1.9.3.zip
如此修改一下版本号,就能下载到历史版本了。类似docker下载历史版本。
表格工具也可能设置邮件模板
同款插件使用中。
嗯 挺方便的
我都是纯代码弄的,还是插件方便。
纯代码厉害。我是懒.
原来这个还有插件,我都是直接改代码的。。。
改代码自定义更好,我是懒得调试代码了。
经常换模板,有的代码还得重新调试,插件的话,相对方便点。