frappe_docker/email.env
Tushar 56cef5fe68 feat: add backup and email configuration scripts and environment files
- Introduced backup scripts for S3 and Google Drive, including cron job setup for automated backups.
- Added email configuration script to set up SMTP settings for ERPNext.
- Created environment files for backup configurations (backup.env, gdrive-backup.env, email.env).
- Updated docker-compose files to support new backup services and configurations.
2025-03-20 10:44:25 +00:00

8 lines
No EOL
214 B
Bash

# Email configuration
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USE_TLS=1
MAIL_LOGIN=your-email@gmail.com
MAIL_PASSWORD=your-app-password
MAIL_EMAIL_ID=your-email@gmail.com
MAIL_SENDER_NAME=ERPNext Administrator