GithubHelp home page GithubHelp logo

furk4nbulut / django-mail-sender Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 242 KB

This module provides a simple way to automatically send emails with filles using Django.

License: MIT License

Python 68.84% HTML 31.16%
django smtp

django-mail-sender's Introduction

Django Email Automation Module

This Django module is designed to automate the process of sending emails with attachments using specified SMTP settings. It allows you to send emails to a template address with attachments according to the provided SMTP information.

Features

  • Multiple SMTP Configurations: You can input multiple SMTP settings to send the same email from different accounts.
  • Record Keeping: All sent emails are recorded, preventing duplicate sends to the same account.
  • TLS Support: The module operates seamlessly with TLS settings for secure email transmission.
  • Local Database Integration: Operations are tracked in a local database, simplifying the CV sending process and maintaining records of sent applications.

Demo

Here is a screenshot demonstrating the functionality of the email automation module:

Demo Screenshot

Usage

I used this project during my internship search to send CVs and keep track of the companies I contacted. The module streamlines the CV submission process and ensures that all interactions are logged for future reference.

Setup

  1. Install Django: Ensure you have Django installed in your environment. If not, you can install it using:

    pip install django
  2. Apply Migrations: Run the migrations to set up the database schema:

    python manage.py migrate
  3. Run the Server: Start the Django development server:

    python manage.py runserver

This will set up and run the Django project, making the email automation module ready for use.

django-mail-sender's People

Contributors

furk4nbulut avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.