Skip to content

Commit 27a2322

Browse files
Update README.md
1 parent e2ca307 commit 27a2322

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

README.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,56 @@
11
# python_smtp
22
Sending email with python via smtp protocol
3+
4+
5+
6+
Files
7+
------
8+
"SMTP_Email.py" ==> The file containing the required classes. There are "Add_File" and "SMTP_Email" classes in the file. Thanks to these classes, e-mail can be sent easily.
9+
10+
"main.py" ==> Includes an example showing how to use the classes in the file named "SMTP_Email.py".
11+
12+
13+
14+
Important Warning
15+
-----------------
16+
The necessary settings of the e-mail address must be set up. Otherwise, you may have problems sending e-mail.
17+
18+
19+
20+
Setting up for Gmail
21+
---------------------
22+
[1]
23+
24+
![n1](https://user-images.githubusercontent.com/71177413/114061208-dd4d0880-989e-11eb-9ffc-05cc5eeddf4b.JPG)
25+
26+
27+
28+
[2]
29+
30+
![n2](https://user-images.githubusercontent.com/71177413/114061236-e211bc80-989e-11eb-90bf-e18144ebe0d3.JPG)
31+
32+
33+
34+
[3]
35+
36+
![n3](https://user-images.githubusercontent.com/71177413/114061263-e8a03400-989e-11eb-9f44-49aca7d957be.JPG)
37+
38+
39+
Screenshots of the Code in Operation
40+
--------------------------------------
41+
42+
[1]
43+
44+
![n4](https://user-images.githubusercontent.com/71177413/114061703-649a7c00-989f-11eb-83cc-8951f05609bf.JPG)
45+
46+
47+
[2]
48+
49+
![n5](https://user-images.githubusercontent.com/71177413/114061734-6cf2b700-989f-11eb-8b28-6d0a42cf59fb.JPG)
50+
51+
52+
[3]
53+
54+
![n6](https://user-images.githubusercontent.com/71177413/114061748-72e89800-989f-11eb-984e-f8a8b930ffff.JPG)
55+
56+

0 commit comments

Comments
 (0)