1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-16 08:35:24 +02:00

wip: email notification

This commit is contained in:
syuilo
2021-02-13 12:28:26 +09:00
parent 2d3248504b
commit ebadd7fd3f
20 changed files with 355 additions and 159 deletions

View File

@@ -22,5 +22,5 @@ export const meta = {
};
export default define(meta, async (ps) => {
await sendEmail(ps.to, ps.subject, ps.text);
await sendEmail(ps.to, ps.subject, ps.text, ps.text);
});