On our site it is possible to register online and offline, however admins need to keep the lists synched so they add the records to the online list for a single true position.
I would like to be able to turn off or on email transmission and so I have added a couple of fields to the DTregister config (send_usermail and send_adminmail) which I can set to 1 or 0
I have then created a simple if clause code in the administrator files to only mosmail if the config parameter is set.
This works fine for the user email. I cannot however find where the admin email is sent, I am sure it used to be in the same PHP file.
Also I would like to add these fields to the admin config of the mail section so I can turn them off before I bulk update from the admin.
Can anyone help?
This is now a terrifically useful piece of software - thanks to all who keep it so.