Basic Python generated email uploaded by request.
This script is setup to work with a gmail account. Other account types (e.g. Yahoo) may require additional changes. (See the smtplib Python Library documentation for additional information on this topic.)
To get started quickly, edit the following fields with information specific to you:
- Line 10: Change SENDER_EMAIL@gmail.com to your email address
- Line 10: Change SENDER_PASSWORD to your email account's password
- Line 11: Change SENDER_EMAIL@gmail.com to your email address
- Line 12: Change RECIPIENT_EMAIL@gmail.com to your recipient's email address
Once the above changes are made. You should be able to run the program and verify the email was successful.
Enjoy!