feat: enable TLS for email and improve loading state handling in CompanyOfferForm

This commit is contained in:
Danel Kungla
2025-08-07 15:10:59 +03:00
parent 09155ae110
commit 2850478443
2 changed files with 18 additions and 4 deletions

2
.env
View File

@@ -50,7 +50,7 @@ EMAIL_USER= # refer to your email provider's documentation
EMAIL_PASSWORD= # refer to your email provider's documentation
EMAIL_HOST=localhost # refer to your email provider's documentation
EMAIL_PORT=1025 # or 465 for SSL
EMAIL_TLS=false
EMAIL_TLS=true
NODE_TLS_REJECT_UNAUTHORIZED=0
# NEXTJS