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);
});