Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rcoh/smart-mailer

Dynamic Email List Creation for MIT Moira Lists
https://github.com/rcoh/smart-mailer

Last synced: about 1 month ago
JSON representation

Dynamic Email List Creation for MIT Moira Lists

Awesome Lists containing this project

README

        

Copyright (C) 2011 Russell Cohen ,

See the end of the file for license conditions.

Smartmailer is an intelligent emailer designed for MIT moira-based email lists. It allows you to send messages to
intersections and differences of lists and users.
For example:
conner5.minus.grts would send to all members of conner5 /except/ the members of conner5 who are also
in the grt list.

climbers.intersect.ec-discuss would send to all members who are on both climbers and ec-discuss.

You need to provide your own POP3 and SMTP servers (or use gmail). It reads information after the "+" in the address.
You should send mail to [email protected] to user it.

The python code contained is designed to read from a POP3 address, perform the relevant transforms,
the resends the message using an SMTP address.

It only works on public lists. It will deference lists -- messages get CCed to lots of individual
addresses.

This file is part of Smart-Mailer.

Smart-Mailer is free software: you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

Smart-Mailer is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with Smart-Mailer. If not, see
.