Giter VIP home page Giter VIP logo

postie's Introduction

Postie

Postman Icon

Postie is a command line utility for batch sending emails and text messages. Inspired by [Postman](https://github.com/zachlatta/postman)

Features

  • Works with any SMTP server
  • Send Text Messages using Twilio
  • Fast, templated, bulk emails
  • All of the power of Jinja 2 templating engine.
  • Uses threads to send emails and text messages concurrently.
  • Reads attributes from CSV file

Installation

$ pip install py-postie

Usage

$ usage: postie [-h] -t TEMPLATE -csv CSV [-sender SENDER] [-subject SUBJECT]
                [-server SERVER] [-port PORT] [-user USER] [-pwd PASSWORD]
                [-sid SID] [-token TOKEN]

Example

Sending Emails
$ postie -t template.txt -csv recipients.csv \
    -sender "Bumblebee <[email protected]>" \
    -subject "Hello, World!" -server smtp.bumblebee.com -port 587 \
    -user bumble -password BumbleBee007
Sending Text Messages
$ postie -t template.txt -csv recipients.csv \
    -sender "Bumblebee <[email protected]>" \
    -subject "Hello, World!" -sid AC32a3c49700934481addd5ce1659f04d2
    -token {{ auth_token }}
template.txt:
Hey {{ Name }}. You are a {{ Type }}.

{% if Name == "Robot" %}
Yo, we are bros!
{% else %}
We are no more bros!
{% endif %}
recipients.csv:
Email,Name,Type
[email protected],Mike Ross,Human
mance@rayder,Mance Rayder,Wildling
[email protected],Victor Stone,Robot

postie's People

Contributors

itsnauman avatar yasoob avatar

Watchers

Akhmad Syaikhul Hadi 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.