Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msinamsina authored Jul 10, 2023
1 parent 53a2a2b commit f639a05
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sending email to your contact list
## Sending email to your contact list
this project send email automatically to your contact list

# How to use
## How to use
- sending empty massage:
python sending_gmail.py your-email@gmail.com ./contact.csv
- sending simple massage:
Expand All @@ -13,15 +13,15 @@ this project send email automatically to your contact list
- sending custom pdf file:
python sending_gmail.py your-email@gmail.com ./contact.csv --cpdf

## for setting subject you have two option:
### For setting subject you have two option:
1- write subject in a txt file and use --> --subject_file sub.txt key

2- use --subject_txt key and write subject string directly

## add Custom data for contacts
### add Custom data for contacts
1- adding columns with arbitrary names like 'data1' or 'name' and filling every row with related data

2- In the template file, you can use the word \$ column-name \$ for the name of each column.
for example \$ data1 \$ or \$ name \$

# You can use -h or --help keys also
### You can use -h or --help keys also

0 comments on commit f639a05

Please sign in to comment.