No-Tow Maintenance
This application is largely maintenance-free. There are no annual processes.
Bulk-add Plates to No-Tow system
SELECT * FROM [Towing].[dbo].[towed_emails] where subscriber_email = '[email protected]' order by timestamp ascDELETE FROM [Towing].[dbo].[towed_emails] where subscriber_email = '[email protected]'INSERT INTO [Towing].[dbo].[towed_emails] ( subscriber_emaiL, subscriber_plate, subscriber_states, subscriber_htmls, source_optin ) VALUES ('[email protected]', 'DE920', 'RI', 1, 1), ('[email protected]', '6597XL', 'ME', 1, 1), ('[email protected]', 'R39242', 'DC', 1, 1) ... ('[email protected]', 'N537937', 'LA', 1, 1);
Add a recipient to email administrative notifications
Last updated
Was this helpful?