Giter Site home page Giter Site logo

massive.email's Introduction

Script Description

Script used for send massive email to several list of clients with several emails registers, the message of email is parametrized in the file Message.py the information of each email is unique each client, all the email send need attachment files, and it is common in the email, for this objective the files stored in the directory Attachment/General/* will be attachment to each email send.

Currently, the script not send the email, only create the draft for peer review manual for an operator and send for these.

Using

The script use the Google API Gmail for send the email (or create the draft) for that this program work needed download the Credential.json from Console Google Cloud, with this file, the program in the first execution create the Token.json when the auth is successful, it avoids trigger the auth with each execution of program.

The list of client is get from a SQLite database, the script used for create the table is:

CREATE TABLE Sheet
(
    Name           TEXT PRIMARY KEY,
    Identification TEXT,
    TypeAndName    TEXT,
    RepresentLegal TEXT,
    ContactPerson  TEXT,
    NumberContact  TEXT,
    Address        TEXT,
    Neighborhood   TEXT,
    Location       TEXT,
    Email          TEXT,
    Environment    TEXT
);

massive.email's People

Contributors

andres6936 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.