feat(v1.1.0): add send mail support via Graph API and SMTP

This commit is contained in:
juanjuanjuanidea
2026-07-24 13:58:44 +08:00
parent 015a63043d
commit e5e1ef3a2d
4 changed files with 102 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
__version__ = "1.1.0"
import os
from flask import Flask, render_template, jsonify
from app.db import db