Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Hackfest UK 2014/Email Logging

From MoodleDocs
Revision as of 11:03, 17 April 2014 by Larry Zoumas (talk | contribs)

Message Logging and Reporting

Changing the focus to messaging instead of only emails

Proposed Table Schema

messaging_log

  • id
  • from (user_id)
  • type (FK mdl_message_provider)
  • moduleid
  • courseid
  • subject
  • body_id

message_log_user

  • id
  • user_id,
  • to_address (email address or identifier when the message was sent)
  • logid,
  • time,
  • status

message_log_body

  • id
  • body_text
  • body_text_format (text, html)