How to delete SMTP configuration details from TDM portal
search cancel

How to delete SMTP configuration details from TDM portal

book

Article ID: 397627

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

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.

Environment

TDM 4.11

Resolution

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'