/PythonSolutions

This repository contains python-coded original solutions to seemingly unsolved, yet easily common, problems. Such as a python script to "re-send" emails that have already been sent (including any attachments) when given a unique enough partial-value for the email's subject (Primary Key from a database is great here, however uniquity can be furthered if the emails were programmatically sent with subjects like "&{UniqueID} " Where the ampersand allows for clear starting boundaries and the trailing whitespace prevents unique IDs that are the same but with more characters at the end).

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

No issues in this repository yet.