Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zero-24/plg_content_submitmailer
This Joomla plugin sends an email notification when a new content or weblinks item gets submitted.
https://github.com/zero-24/plg_content_submitmailer
joomla joomla-plugin submitmailer
Last synced: 8 days ago
JSON representation
This Joomla plugin sends an email notification when a new content or weblinks item gets submitted.
- Host: GitHub
- URL: https://github.com/zero-24/plg_content_submitmailer
- Owner: zero-24
- Created: 2024-07-21T14:28:03.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T20:50:20.000Z (4 months ago)
- Last Synced: 2024-07-26T22:32:28.717Z (4 months ago)
- Topics: joomla, joomla-plugin, submitmailer
- Language: PHP
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SubmitMailer Plugin
This Joomla plugin sends an email notification when a new content or weblinks item gets submitted.
## Configuration
### Initial setup the plugin
- [Download the latest version of the plugin](https://github.com/zero-24/plg_content_submitmailer/releases/latest)
- Install the plugin using `Upload & Install`
- Enable the plugin `Content - SubmitMailer` from the plugin manager
- Setup the new Content Plugin `System -> Plugins -> Content - SubmitMailer`
- Setup the content and/or weblinks submission form and publish it to an menu### Update Server
Please note that my update server only supports the latest version running the latest version of Joomla and atleast PHP 8.1.
Any other plugin version I may have added to the download section don't get updates using the update server.## Issues / Pull Requests
You have found an Issue, have a question or you would like to suggest changes regarding this extension?
[Open an issue in this repo](https://github.com/zero-24/plg_content_submitmailer/issues/new) or submit a pull request with the proposed changes.## Translations
You want to translate this extension to your own language? Check out my [Crowdin Page for my Extensions](https://joomla.crowdin.com/zero-24) for more details. Feel free to [open an issue here](https://github.com/zero-24/plg_content_submitmailer/issues/new) on any question that comes up.
## Joomla! Extensions Directory (JED)
This plugin can also been found in the Joomla! Extensions Directory: [SubmitMailer by zero24](https://extensions.joomla.org/extension/submitmailer/)
## Release steps
- `build/build.sh`
- `git commit -am 'prepare release SubmitMailer 3-6'`
- `git tag -s '3-6' -m 'SubmitMailer 3-6'`
- `git push origin --tags`
- create the release on GitHub
- `git push origin master`## Crowdin
### Upload new strings
`crowdin upload sources`
### Download translations
`crowdin download --skip-untranslated-files --ignore-match`