We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f362dea commit 49474b3Copy full SHA for 49474b3
gmail_birthday_sender/main.py
@@ -5,9 +5,9 @@
5
import os
6
from typing import Optional
7
8
+# Input your information by chnaging string part from here---------------------
9
# used for email body (e.g. sincerely <myname>)
10
your_name = "your_real_name"
-# Input your information by chnaging string part from here---------------------
11
your_email = "your_account@gmail.com"
12
# Your application password can be used only after 2-step verification
13
password = "your_gmailpassword"
0 commit comments