使用漂亮的电子邮件模板从WordPress发送电子邮件
github.com/iwillhappy1314/wenprise-email-helper
源代码
问题
安装: 14
依赖项: 0
建议者: 0
安全性: 0
星级: 0
关注者: 2
分支: 0
开放性问题: 0
语言:CSS
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 75596e81628b447e0e28ce1ffcbb15ccf8918210
This package is auto-updated.
Last update: 2024-09-21 21:55:00 UTC
用于在WordPress中发送HTML格式的电子邮件。
ob_start(); // echo 字符串形式的表格内容。 $content = ob_get_clean(); $helper = new WenpriseEmailHelper(); $helper->send_mail('iwillhappy1314@gmail.com', 'This is a test', $content);