wenprise/email-helper

Send email from wordpress with a beautiful email template

0.1.0 2022-07-21 16:55 UTC

This package is auto-updated.

Last update: 2024-04-21 21:01:22 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);