Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Releases: Junior-Caucus-SU/Caucus-Emailing

Finishing Emailing (but not final running script)

28 May 22:15
de3a0e9
Compare
Choose a tag to compare

JProm Email & Barcode Generator Release Notes

Version 1.0.0

New Features

  • Email Sending: Implemented the send_email function in Main/Final.py to send emails with SMTP.
  • Barcode Generation: Added the CreateBarcode module in Main/CreateBarcode.py to generate barcodes.
  • File Attachment: Developed the attachFile module in Main/attachFile.py to handle email file attachments.

Improvements

  • Environment Variables: Utilized the dotenv module to load environment variables from local.env for SMTP server and sender email.

Bug Fixes

  • No known bugs at this time.

Known Issues

  • No known issues at this time.

Getting Started

To start this project, clone the repository and install the dependencies listed in the requirements.txt file.

pip install -r requirements.txt

License

This project is licensed under the MIT License. See the LICENSE file for details.