# Email Configuration
EMAIL_MODE=php_mail
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_ENCRYPTION=tls
MAIL_USERNAME=s26118152@gmail.com
MAIL_PASSWORD=gyiv ebml hzoc otmh

MAIL_FROM_EMAIL=noreply@simplechecks.xyz
MAIL_FROM_NAME=Advanced Mobile Info

# Brevo API for FREE OTP (300 emails/day)
BREVO_API_KEY=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
BREVO_ENABLED=true

# Razorpay Payment Configuration
# Get your keys from: https://dashboard.razorpay.com/app/keys
RAZORPAY_KEY_ID=rzp_live_RjSJAQOfolq00M
RAZORPAY_KEY_SECRET=DdD92OPuNyf3kxscWP8SKgE9

# ⚠️ For Razorhost: EMAIL_MODE=php_mail uses server's mail() function
# This is more reliable than SMTP on shared hosting

# For Gmail, you need to:
# 1. Enable 2-Factor Authentication
# 2. Generate an App Password: https://myaccount.google.com/apppasswords
# 3. Use that App Password in MAIL_PASSWORD (16 character password without spaces)

# Brevo Setup:
# 1. Sign up at https://www.brevo.com
# 2. Get API key from Settings → SMTP & API
# 3. Replace xkeysib- with your actual key above
