Changes between Version 1 and Version 2 of DeveloperGuidelines/Messaging/Channels/Email


Ignore:
Timestamp:
06/05/13 15:10:12 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Messaging/Channels/Email

    v1 v2  
    1919}}}
    2020
    21 We wrap this within our Messaging module (modules/s3/s3msg.py) & so send mails using:
     21We wrap this within our Messaging module ({{{modules/s3/s3msg.py}}}) & so send mails using:
     22{{{
    2223msg.send_email(to,
    2324               subject,
     
    2930               sender="%(sender)s",
    3031               encoding="utf-8")
     32}}}
    3133
    3234== Notes ==