Changes between Version 25 and Version 26 of BluePrint/Messaging
- Timestamp:
- 09/09/09 20:36:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging
v25 v26 32 32 * http://groups.google.com/group/web2py/browse_thread/thread/f6c903f9c67cfe2e 33 33 34 smtplib is required for sending HTML mails (MIME encoded): 34 There is a Cron job to check the contents of the !OutBox & send pending messages. On Success it moves the message to the 'Sent' table: 35 * http://web2py.com/examples/default/cron 36 37 ==== Rich Text ==== 38 39 We'd like to be able to send HTML mails for rich-text support (including attachments) 40 This requires the use of smtplib to send MIME-encoded files: 35 41 * http://groups.google.com/group/web2py/browse_thread/thread/3d8ed693dd2f29bc 36 42 * https://web2py.com/wiki/default/page/98b7448f-059a-47f7-82da-dce4728aa4dd 37 43 * Simple app for sending mails from a form (using smtplib): http://web2py.com/appliances/default/show/10 38 44 39 There is a Cron job to check the contents of the !OutBox & send pending messages. On Success it moves the message to the 'Sent' table:40 * http://web2py.com/examples/default/cron41 45 === SMS === 42 46 The SMS Daemon to handle Inbound messages is a separate Python script.