-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env_example
More file actions
28 lines (23 loc) · 1.05 KB
/
Copy path.env_example
File metadata and controls
28 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# =============================================================================
# gmail-multi-cli — environment template
# =============================================================================
# 1. cp .env_example .env
# 2. Fill in the values below
# 3. .env is gitignored and must NEVER be committed
#
# App passwords: https://myaccount.google.com/apppasswords
# An app password BYPASSES 2FA and grants full IMAP/SMTP mailbox access.
# Treat it exactly as you would the account password itself.
# =============================================================================
EMAIL_HOST=smtp.gmail.com
EMAIL_PORT=587
IMAP_SERVER=imap.gmail.com
IMAP_PORT=993
# ── Accounts — numbered from 1, add as many as you like ─────────────────────
# The app password may be pasted with or without Google's spaces.
EMAIL_USER_1=your.address@gmail.com
EMAIL_PASS_1=xxxxxxxxxxxxxxxx
# EMAIL_USER_2=second.address@gmail.com
# EMAIL_PASS_2=xxxxxxxxxxxxxxxx
# EMAIL_USER_3=third.address@gmail.com
# EMAIL_PASS_3=xxxxxxxxxxxxxxxx