# TicketMailNotify for Paymenter
A Paymenter Others extension that sends the content of a newly created ticket to one or more admin email addresses.
## Features
## Install
1. Extract this folder into:
2. Go to Admin Panel → Extensions → Others
3. Enable TicketMailNotify
4. Fill in the extension settings:
- Admin recipient email(s)
- Email subject prefix
- Send only for the first message of a ticket
## Example recipient input
## Notes
## Language
All admin-facing settings and email templates in this package use English only.
A Paymenter Others extension that sends the content of a newly created ticket to one or more admin email addresses.
## Features
- Sends email when a new ticket is created
- Includes the initial ticket message content in the email
- Supports multiple admin recipients
- Accepts comma, semicolon, space, or line-break separated email addresses
- Option to send notifications only for the first message in a ticket
- Sends each email separately so admin addresses are not exposed to each other
- Retries body loading from a freshly reloaded
TicketMessageif the event payload is empty - Falls back to the first stored message on the ticket if needed
- Shows attachment filenames in the email when available
## Install
1. Extract this folder into:
extensions/Others/TicketMailNotify2. Go to Admin Panel → Extensions → Others
3. Enable TicketMailNotify
4. Fill in the extension settings:
- Admin recipient email(s)
- Email subject prefix
- Send only for the first message of a ticket
## Example recipient input
## Notes
- This extension listens for
App\Events\TicketMessage\Created. - When Send only for the first message of a ticket is enabled, replies will not send new emails.
- Make sure your Paymenter mail settings are configured correctly.
- If you update an existing install, clear compiled views and cache if your setup uses them.
## Language
All admin-facing settings and email templates in this package use English only.
