Changeset 16:cd4170142d87 in mailjam for mailjam/mta.py


Ignore:
Timestamp:
May 22, 2012, 9:31:15 AM (12 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Renamed the project to Mailjam

File:
1 moved

Legend:

Unmodified
Added
Removed
  • mailjam/mta.py

    r15 r16  
    22
    33"""
    4 The postman project - mta.py
     4The mailjam project - mta.py
    55
    66This file is released under the BSD license, see LICENSE for
     
    1313import os, sys, email, smtplib, xmlrpclib
    1414from datetime import datetime
    15 from postman.models import MailingList
    16 from postman.config import MTAClientConfig
    17 from postman.tools import validate_email_address
     15from mailjam.models import MailingList
     16from mailjam.config import MTAClientConfig
     17from mailjam.tools import validate_email_address
    1818
    1919class MTAClient():
Note: See TracChangeset for help on using the changeset viewer.