Can the "New Registration" email that is sent to notify of a new registration be customized?
I would like to be able to add the Event Name into the Subject Line of the Email. Is this possible?
Open this file:
/components/com_dtregister/dtregister.php
Search for DT_ADMIN_SUBJECT and you will find it in two places. That is what shows "New Registration". You can modify code there to change the subject.
Thanks for this - is it possible to put a variable into this subject field so that the subject line will say is something like "New Registration for [EVENT_NAME]" ?