wiki:BluePrint/Messaging

Version 20 (modified by Fran Boon, 15 years ago) ( diff )

mail.send()

Blueprint for the Messaging Module

Current design is here:

User Guide:

What we need is:

Email

tools.py has mail settings:

mail=MailS3()
# These settings should be made configurable as part of the Messaging Module
mail.settings.server='mail:25'
mail.sender='sahana@sahanapy.org'

& a function:

mail.send(to, subject='None', message='None')

Can use this to send emails with dynamic data inserted into templates (like HTML pages):

smtplib is required for sending HTML mails (MIME encoded):

Simple app for sending mails from a form (using smtplib):

SMS

Q: How to get SMS daemon running from Webapp?


BluePrints

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.