# 126 Email SMTP Configuration
# Copy this file to .env and fill in your actual values
# Debug mode (optional)
DEBUG=false
# SMTP Configuration (default values for 126.com with SSL)
SMTP_HOST=smtp.126.com
SMTP_PORT=465
SMTP_SECURE=true
# Your 126 email credentials
EMAIL_USER=your-email@126.com
EMAIL_PASSWORD=your-password-or-app-specific-password
# Optional: Display name for sender
FROM_NAME=Your Name