https://github.com/cleantalk/email-encoder
https://github.com/cleantalk/email-encoder
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cleantalk/email-encoder
- Owner: CleanTalk
- Created: 2023-03-30T12:17:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T12:21:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T17:44:32.660Z (about 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
EmailEncoder module
How to use:
1. Inherit the CMS-based EmailEncoder class
2. Instantiate this
3. Use modifyContent() method to encode contained emails
4. Return modified content to the client