Changes between Version 6 and Version 7 of BluePrint/Messaging


Ignore:
Timestamp:
01/12/09 22:45:39 (16 years ago)
Author:
Fran Boon
Comment:

T2 supports sending emails

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging

    v6 v7  
    1616  * http://groups.google.com/group/web2py/browse_thread/thread/44817da72c798df8
    1717  * http://groups.google.com/group/web2py/browse_thread/thread/cfe89bfa9d87bc
     18
     19T2 supports sending emails:
     20{{{
     21self.email_server='localhost'
     22def t2.email(self,sender,to,subject='test',message='test'):
     23}}}