How to delete obsolete email templates?
You cannot delete email templates online. You have to delete email templates using SQL delete statement:
DELETE FROM PS_PHI_EML_TBL WHERE PHI_EML_ID = ‘<template name>’;
You cannot delete email templates online. You have to delete email templates using SQL delete statement:
DELETE FROM PS_PHI_EML_TBL WHERE PHI_EML_ID = ‘<template name>’;
You must be logged in to post a comment.