Skip to content
Snippets Groups Projects
Commit ab9343a7 authored by syuilo's avatar syuilo
Browse files

add note

parent 263032b6
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment