Skip to content

Commit f362dea

Browse files
committed
Modified README
1 parent 612bb96 commit f362dea

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

gmail_birthday_sender/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This script automatically sends birthday wishes via Gmail.
44
You just need to enter your information at beginning.
55

6-
>[!WARNING]
7-
>This script lacks strong security for your email
6+
> [!WARNING]
7+
> This script lacks strong security for your email
88
99
## Requirements
1010

@@ -55,6 +55,19 @@ If you don't need, write `None` instead
5555
"attachment": None
5656
```
5757

58+
- If you want to change the subject and body of email, modify below string
59+
60+
```py
61+
subject = f"Happy birthday {name}!"
62+
body = f"""Dear {name},
63+
64+
Wishing you a very happy birthday filled with love, laughter, and joy!
65+
May all your dreams and aspirations come true.
66+
Looking forward to seeing you soon! Have a fantastic birthday!
67+
68+
Best wishes, {self.your_name}"""
69+
```
70+
5871
### Run the script
5972

6073
After you're done installing Python and pip, run the following command from your terminal to install the requirements from the same folder (directory) of the project.

0 commit comments

Comments
 (0)