Changes between Version 10 and Version 11 of BluePrint/Messaging


Ignore:
Timestamp:
02/14/09 19:11:55 (16 years ago)
Author:
Fran Boon
Comment:

tools.py has mail settings

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging

    v10 v11  
    1919  * http://groups.google.com/group/web2py/browse_thread/thread/cfe89bfa9d87bc
    2020
     21tools.py has mail settings:
     22{{{
     23mail=MailS3()
     24# These settings should be made configurable as part of the Messaging Module
     25mail.settings.server='mail:25'
     26mail.sender='sahana@sahanapy.org'
     27}}}
     28
    2129T2 supports sending emails:
    2230{{{
     
    2533def t2.email(self,sender,to,subject='test',message='test'):
    2634}}}
     35
    2736----
    2837BluePrints
     38BluePrints