Ignore:
Timestamp:
20 Dec 2011, 09:33:10 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename sendMail method to be more precise and not confuse with the send_mail function.

File:
1 edited

Legend:

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

    r7389 r7404  
    143143    """A collection of methods which are subject to customization.
    144144    """
    145     def sendMail(fullname,username,usertype,portal,body,email_from,email_to,subject):
     145    def sendContactForm(
     146          from_name,from_addr,rcpt_name,rcpt_addr,
     147          from_username,usertype,portal,body,subject):
    146148        """Send an email with data provided by forms.
    147149        """
Note: See TracChangeset for help on using the changeset viewer.