feature/survey #50

Merged
swyoo merged 16 commits from feature/survey into dev 2025-05-28 17:09:14 +09:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 0465f2306b - Show all commits

View File

@ -20,7 +20,7 @@ DB_PORT=3306
SMTP_HOST=autodiscover.qcells.com
SMTP_PORT=25
SMTP_SECURE=true
SMTP_SECURE=false
SMTP_USER=hss404.u021@cleverse.dev
SMTP_PASSWORD=0000
SMTP_FROM=qsalesplatform@qcells.com

View File

@ -1,3 +1,5 @@
'use server'
import nodemailer from 'nodemailer'
interface EmailParams {