wenprise/email-helper

使用漂亮的电子邮件模板从WordPress发送电子邮件

0.1.0 2022-07-21 16:55 UTC

This package is auto-updated.

Last update: 2024-09-21 21:55:00 UTC


README

用于在WordPress中发送HTML格式的电子邮件。

使用方法

ob_start();

// echo 字符串形式的表格内容。

$content = ob_get_clean();

$helper = new WenpriseEmailHelper();
$helper->send_mail('iwillhappy1314@gmail.com', 'This is a test', $content);