You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gmail_birthday_sender/README.md
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
This script automatically sends birthday wishes via Gmail.
4
4
You just need to enter your information at beginning.
5
5
6
-
>[!WARNING]
7
-
>This script lacks strong security for your email
6
+
>[!WARNING]
7
+
>This script lacks strong security for your email
8
8
9
9
## Requirements
10
10
@@ -55,6 +55,19 @@ If you don't need, write `None` instead
55
55
"attachment": None
56
56
```
57
57
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
+
58
71
### Run the script
59
72
60
73
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