Changes between Version 10 and Version 11 of BluePrint/Messaging
- Timestamp:
- 02/14/09 19:11:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging
v10 v11 19 19 * http://groups.google.com/group/web2py/browse_thread/thread/cfe89bfa9d87bc 20 20 21 tools.py has mail settings: 22 {{{ 23 mail=MailS3() 24 # These settings should be made configurable as part of the Messaging Module 25 mail.settings.server='mail:25' 26 mail.sender='sahana@sahanapy.org' 27 }}} 28 21 29 T2 supports sending emails: 22 30 {{{ … … 25 33 def t2.email(self,sender,to,subject='test',message='test'): 26 34 }}} 35 27 36 ---- 28 37 BluePrints 38 BluePrints