Skip to content

Commit 751142b

Browse files
authored
Update README.md
1 parent 399e2b7 commit 751142b

File tree

1 file changed

+55
-2
lines changed

1 file changed

+55
-2
lines changed

README.md

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,55 @@
1-
# py-gmail
2-
send email with SMTP server
1+
## py-gmail
2+
Automatically Send Gmail with SMTP Server.
3+
4+
## Package Installation :
5+
```
6+
pip install py-gmail
7+
```
8+
## py-gamil :
9+
Inorder to send mail form gmail using SMTP Server, first you need to enable "Two-Step Verification" on the sender mail id.
10+
```
11+
[Google Account Help](https://support.google.com/accounts/answer/185839?co=GENIE.Platform%3DDesktop&hl=en&oco=0)
12+
13+
1. Open your [Google Account](https://myaccount.google.com/).
14+
15+
2. In the navigation panel, select Security.
16+
17+
3. Under “Signing in to Google,” select 2-Step Verification and then Get started.
18+
19+
4. Set any "Account PIN". This pin will be the passowad of the sender mail is.
20+
```
21+
## Requirement’s:
22+
```
23+
• Python
24+
25+
• Anaconda
26+
27+
• Visual Studio Code
28+
```
29+
## LINK’S:
30+
[Python Download](https://www.python.org/downloads/)
31+
32+
[Anaconda Download](https://www.anaconda.com/downloads)
33+
34+
[Visual Studio Download](https://code.visualstudio.com/Download)
35+
36+
## Linux:
37+
How to install Anaconda In Linux | Create Environment | Install TensorFlow | Opencv library |
38+
[![How to install | Python | | Anaconda | | Opencv library |](https://yt-embed.herokuapp.com/embed?v=Mfbrxy8gK6A)](https://www.youtube.com/watch?v=Mfbrxy8gK6A "How to install Anaconda In Linux | Create Environment | Install TensorFlow | Opencv library |")
39+
40+
## Windows:
41+
How to install | Python | | Anaconda | | Opencv library |
42+
[![How to install | Python | | Anaconda | | Opencv library |](https://yt-embed.herokuapp.com/embed?v=eVV3byQlYvA)](https://www.youtube.com/watch?v=eVV3byQlYvA "How to install | Python | | Anaconda | | Opencv library |")
43+
44+
45+
## License:
46+
MIT Licensed
47+
48+
## Author:
49+
Sujit Mandal
50+
51+
[GitHub](https://github.com/sujitmandal)
52+
53+
[PyPi](https://pypi.org/user/sujitmandal/)
54+
55+
[LinkedIn](https://www.linkedin.com/in/sujit-mandal-91215013a/)

0 commit comments

Comments
 (0)