Ignore:
Timestamp:
16 Dec 2011, 07:13:28 (13 years ago)
Author:
Henrik Bettermann
Message:

Seat up a global utility class to ease customization. Transform send_mail function into a utility method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py

    r7323 r7358  
    140140        return value
    141141
     142class ISIRPUtils(Interface):
     143    """A collection of methods which are subject to customization.
     144    """
     145    def sendMail(fullname,username,usertype,portal,body,email_from,email_to,subject):
     146        """Send an email with data provided by forms.
     147        """
     148
    142149class ISIRPObject(Interface):
    143150    """A SIRP object.
Note: See TracChangeset for help on using the changeset viewer.