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,