Author: | Michael JasonSmith |
---|---|
Contact: | Michael JasonSmith <[email protected]> |
Date: | 2014-11-27 |
Organization: | GroupServer.org |
Copyright: | This document is licensed under a Creative Commons Attribution-Share Alike 4.0 International License by OnlineGroups.Net. |
The email messages that GroupServer sends from a group are different from what is received. This product supplies the code for representing the plain-text version of a message, and an adaptor for connecting it to the rest of GroupServer [1].
The headers are changed when the message is being sent [2], while the HTML version of the message is currently dropped.
- Code repository: https://github.com/groupserver/gs.group.list.email.text
- Questions and comments to http://groupserver.org/groups/development
- Report bugs at https://redmine.iopen.net/projects/groupserver
[1] | See the gs.group.list.email.base product
<https://github.com/groupserver/gs.group.list.email.base> |
[2] | See the gs.group.list.sender product
<https://github.com/groupserver/gs.group.list.sender> |