Changes between Version 1 and Version 2 of DeveloperGuidelines/Messaging/Channels/Email
- Timestamp:
- 06/05/13 15:10:12 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Messaging/Channels/Email
v1 v2 19 19 }}} 20 20 21 We wrap this within our Messaging module (modules/s3/s3msg.py) & so send mails using: 21 We wrap this within our Messaging module ({{{modules/s3/s3msg.py}}}) & so send mails using: 22 {{{ 22 23 msg.send_email(to, 23 24 subject, … … 29 30 sender="%(sender)s", 30 31 encoding="utf-8") 32 }}} 31 33 32 34 == Notes ==