Changeset 11:078c7b030cee in mailjam for postman/mta.py


Ignore:
Timestamp:
May 20, 2012, 10:02:10 AM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Removed legacy configs from the config module

Added some headers to the sources (setting author, email, website
and references to the LICENSE)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postman/mta.py

    r10 r11  
    11# -*- coding: utf-8 -*-
     2
     3"""
     4The postman project - mta.py
     5
     6This file is released under the BSD license, see LICENSE for
     7more information.
     8
     9Francisco de Borja Lopez Rio - <borja@codigo23.net>
     10Soluciones Informaticas Codigo23 S.L.U. - http://codigo23.net
     11"""
    212
    313import sys, email, smtplib
Note: See TracChangeset for help on using the changeset viewer.