diff --git a/.env.development b/.env.development index e47f69e..2034c56 100644 --- a/.env.development +++ b/.env.development @@ -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 \ No newline at end of file diff --git a/src/libs/mailer.ts b/src/libs/mailer.ts index bfff92f..0636df2 100644 --- a/src/libs/mailer.ts +++ b/src/libs/mailer.ts @@ -1,3 +1,5 @@ +'use server' + import nodemailer from 'nodemailer' interface EmailParams {