CLOUDINARY_CLOUD_NAME=dkrfbur9f
CLOUDINARY_API_KEY=325414353152185
CLOUDINARY_API_SECRET=WytEPnBfdSqQPzkJ4nWbzYOShoY

# ---------------------------------------------------------------- Email (SMTP)
# EMAIL_ENABLED=false makes every send a no-op that still logs (safe for testing).
EMAIL_ENABLED=true
#
# NOTE: smtp.gmail.com was rejecting these credentials ("Could not authenticate").
# The MX record for go-bid.co.za points at go-bid.co.za itself, not Google, so the
# mailbox lives on your own hosting -- use your mail server, not Gmail.
# cPanel's usual working combination is port 465 with ssl; if that fails, try
# MAIL_PORT=587 with MAIL_ENCRYPTION=tls. Verify with "Send test" in the Email
# Centre once deployed (this dev machine cannot resolve the mail host).
# If you really are on Google Workspace instead, keep smtp.gmail.com but generate
# a 16-character App Password -- a normal account password will always be refused.
MAIL_HOST=mail.go-bid.co.za
MAIL_PORT=465
MAIL_ENCRYPTION=ssl
MAIL_USERNAME=admin@go-bid.co.za
MAIL_PASSWORD=Money@2026$
MAIL_FROM_EMAIL=info@go-bid.co.za
MAIL_FROM_NAME=GoBid
MAIL_REPLY_TO=info@go-bid.co.za
MAIL_REPLY_TO_FINANCE=finance@go-bid.co.za
