Skip to content

zotonic/zotonic_mod_secure_message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod_secure_message

Email link to recipient, read and reply on server.

Messages can be stored via the API. An email with a link will be sent to the recipient.

The recipient can read the message at the link location and reply or delete the message. A reply will be delivered to the message sender site.

All messages are automatically deleted after a week or if the recipient deleted the message.

API

TO BE DOCUMENTED

Configuration

The communication is secured using OAuth.

To let a site send messages, you need to add an OAuth key with access permissions to secure_message/*

Optionally there is a default site for delivering messages using the reply form.

It uses the following configuration keys:

  • mod_secure_message.event_url The API endpoint for contact form messages (and other events).

Besides these there are the following keys:

  • mod_secure_message.sign_key_secret The secret to sign the emailed links to messages
  • mod_secure_message.log_cleanup Set to 1 to enable weekly truncation of the db stored log tables

About

Read and send message securely

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published