Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Added Task_3 script - #68

Merged
Lokesh2703 merged 3 commits into
opencodeiiita:masterfrom
sggts04:master
Jan 22, 2020
Merged

Added Task_3 script#68
Lokesh2703 merged 3 commits into
opencodeiiita:masterfrom
sggts04:master

Conversation

@sggts04

Copy link
Copy Markdown
Contributor

21

Short description of what this resolves:

Adds task-3 script for sending mail

email = ''
passwd = ''

smtp_obj.login(email, passwd)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can you log in with empty mail ID and password

@sggts04sggts04Jan 22, 2020

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The user will enter their email and password. I used mine and then removed when committing.

@Lokesh2703

Copy link
Copy Markdown
Contributor

Then write code for taking the input from the user

@sggts04

Copy link
Copy Markdown
ContributorAuthor

@Lokesh2703 done

@Lokesh2703

Copy link
Copy Markdown
Contributor

Quit the server after sending mail.

@sggts04

Copy link
Copy Markdown
ContributorAuthor

done

@Lokesh2703
Lokesh2703 merged commit b928bf7 into opencodeiiita:masterJan 22, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@sggts04@Lokesh2703