PORT=3000

# Important: this SMTP host must be the real mail server, not a Cloudflare-proxied web record.
# In Cloudflare DNS, the mail/smtp record should be DNS only, not proxied.
SMTP_HOST=mail.alhadidinnovations.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=info@alhadidinnovations.com
SMTP_PASS=your-email-password

MAIL_FROM="Al Hadid Website <info@alhadidinnovations.com>"
CONTACT_TO_EMAIL=info@alhadidinnovations.com
