Module spug.net.sendmail

This module contains a bunch of classes for doing e-mail.

Classes

Functions

parseEMailAddress(addressString)

def parseEMailAddress(addressString):

Returns an EMailAddress parsed from the given address string. At this time, all addresses must be of the form "user host".

Raises a MalformedEMailAddress exception if the address doesn't parse.