1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-12 21:58:58 +09:00
This commit is contained in:
syuilo 2021-02-11 17:49:28 +09:00
parent 263032b680
commit ab9343a788

View File

@ -26,6 +26,7 @@ export async function sendEmail(to: string, subject: string, text: string) {
} as any);
try {
// TODO: htmlサニタイズ
const info = await transporter.sendMail({
from: meta.email!,
to: to,