sendmail action

This commit is contained in:
2025-12-18 11:00:49 +00:00
parent 46387b41ce
commit a81d1de1e5
2 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import otp from "./otp/otp";
import sendmail from "./sendmail";
export const server = {
sendmail,
};