Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmhmubin/auto-email-sent-using-pyhton
Automatic email sent to desire location
https://github.com/kmhmubin/auto-email-sent-using-pyhton
automail python yagmail
Last synced: 17 days ago
JSON representation
Automatic email sent to desire location
- Host: GitHub
- URL: https://github.com/kmhmubin/auto-email-sent-using-pyhton
- Owner: kmhmubin
- Created: 2019-08-10T07:38:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T07:47:42.000Z (over 5 years ago)
- Last Synced: 2024-10-31T17:44:58.326Z (2 months ago)
- Topics: automail, python, yagmail
- Language: Python
- Size: 3.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sent Email Using Python with Gmail
For our personal benefit it is better to use a new gmail account. Because if we use our own e-mail address we might face some security issures.
## create an gmail account and changing some settings
After creating a gmail account we have change some setting.
* Lesssecureapp: To access our mail we need to change the setting of lesssecureapps. First login to your account. then visit following link.
[lesssecureapps](https://myaccount.google.com/lesssecureapps)
Now turn on the option.* Give access to IMAP:
Step 1: Check that IMAP is turned on
1. On your computer, open Gmail.
2. In the top right, click Settings .
3. Click Settings.
4. Click the Forwarding and POP/IMAP tab.
5. In the "IMAP access" section, select Enable IMAP.
6. Click Save Changes.## Using smtplib module
It is a builtin module in python.The following code is simple mail system. It only sent simple text.
## Using yagmail module
This module is so simple and also can sent attachment files. This module is robost.
TO download the module :
```
pip install yagmail
```For more info : [yagmail](https://pypi.org/project/yagmail/)