Skip to content

Commit bb52761

Browse files
authored
Create readme.md
1 parent 2abb4b2 commit bb52761

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Email-Scheduler/readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Automated Email Scheduler
2+
3+
This code is a Python script that allows you to send automated emails using the smtplib library. The script prompts the user for their email credentials, recipient's email address, desired email sending time, and the message to be sent. The email will be sent using a Gmail SMTP server.
4+
5+
# Working
6+
7+
- Provide your email credentials, recipient's email, email sending time (in YYYY,MM,DD,HH,MM format), and the message.
8+
- The script will wait until the specified time before sending the email.
9+
10+
# Requirements
11+
12+
- smtplib

0 commit comments

Comments
 (0)