forked from FoundKeyGang/FoundKey
add note
This commit is contained in:
parent
263032b680
commit
ab9343a788
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ export async function sendEmail(to: string, subject: string, text: string) {
|
||||||
} as any);
|
} as any);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
// TODO: htmlサニタイズ
|
||||||
const info = await transporter.sendMail({
|
const info = await transporter.sendMail({
|
||||||
from: meta.email!,
|
from: meta.email!,
|
||||||
to: to,
|
to: to,
|
||||||
|
|
Loading…
Reference in a new issue