Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 400 Bytes

USAGE: Define env variables:

export AWS_ACCESS_KEY_ID="your access key"
export AWS_SECRET_ACCESS_KEY="your secret access key"

Execute script with below argument pattern:

python attachment.py <path/file to attach> <first email receiptent> <second email receiptent> ..... .

Example:

python attachment.py index.html [email protected] [email protected]