I have configured the SMTP details in TDM portal. Now, these details are not required for the team.
So, we want to delete these settings. But, did not find an option to delete from the portal console.
Can you share details to delete the configuration.
TDM 4.11
We can not delete the SMTP configuration details from TDM portal.
Execute below query to delete these details from repository database.
DELETE FROM [dbo].[gtrep_system_settings] WHERE [ss_name] = 'MAIL_SERVER'