/sending_email_python

Sending email with Python.

Primary LanguagePython

Sending email with Python

This was an exercise made while participating of a Python masterclass.

If you use Pycharm, maybe the script is not going to work because of getpass.

Using getpass at Pycharm

Here has some ways to make work getpass on Pycharm: StackOverflow

Or you can also change getpass for input, but it's not safe.