Initial commit
This commit is contained in:
parent
6720af4cd1
commit
08cb0a34c8
9
.env_template
Normal file
9
.env_template
Normal file
@ -0,0 +1,9 @@
|
||||
# Source (Gmail) IMAP Settings
|
||||
SOURCE_IMAP_SERVER=imap.gmail.com
|
||||
SOURCE_EMAIL=your-email@gmail.com
|
||||
SOURCE_PASSWORD=your-password
|
||||
|
||||
# Destination (Non-Gmail) IMAP Settings
|
||||
DEST_IMAP_SERVER=imap.example.com
|
||||
DEST_EMAIL=your-email@example.com
|
||||
DEST_PASSWORD=your-password
|
||||
Loading…
Reference in New Issue
Block a user