mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
add note
This commit is contained in:
parent
cd06644aef
commit
f3166595e7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user