17 lines
302 B
Bash
17 lines
302 B
Bash
# Email configuration
|
|
EMAIL_ADDRESS=your_email@gmail.com
|
|
EMAIL_PASSWORD=your_app_password
|
|
|
|
# IMAP settings
|
|
IMAP_HOST=imap.gmail.com
|
|
IMAP_PORT=993
|
|
|
|
# SMTP settings
|
|
SMTP_HOST=smtp.gmail.com
|
|
SMTP_PORT=587
|
|
|
|
# Telegram Bot settings
|
|
TELEGRAM_BOT_TOKEN=your_bot_token_here
|
|
TELEGRAM_CHAT_ID=your_chat_id_here
|
|
|