From 0cb240791b52c170cbf930afa255728b0b4a374f Mon Sep 17 00:00:00 2001 From: goddonebianu Date: Tue, 10 Mar 2026 09:45:55 +0800 Subject: [PATCH] =?UTF-8?q?feat(auth):=20=E5=BC=BA=E5=88=B6=E8=A6=81?= =?UTF-8?q?=E6=B1=82=E7=94=A8=E6=88=B7=E5=90=8D=EF=BC=8C-=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20hooks=20=E9=AA=8C=E8=AF=81=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E6=97=B6=20username=20=E5=BF=85=E5=A1=AB=20-=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93=20schema:=20username=20?= =?UTF-8?q?=E8=AE=BE=E4=B8=BA=20NOT=20NULL=20-=20=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E5=B9=B6=E9=87=8D=E6=96=B0=E5=88=9D=E5=A7=8B=E5=8C=96=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E5=92=8C=E7=94=9F=E4=BA=A7=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=20-=20=E6=9B=B4=E6=96=B0=20.env.example=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20Resend=20SMTP=20=E9=85=8D=E7=BD=AE=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.env.example b/.env.example index 2ce6c44..f9d040a 100644 --- a/.env.example +++ b/.env.example @@ -13,3 +13,11 @@ DATABASE_URL= // DashScore DASHSCORE_API_KEY= + +// SMTP Email - Resend (https://resend.com) +SMTP_HOST=smtp.resend.com +SMTP_PORT=587 +SMTP_SECURE=false +SMTP_USER=resend +SMTP_PASS=re_your_resend_api_key +SMTP_FROM=onboarding@resend.dev