Where email templates are located?

Hi there, i would like to know where are my email templates located?

(i mean in which folder on my hosting)

Hi, they are not (directly) in the file system.

They are kept in your database (MySQL, etc) inside a table called email_templates.

Hi

Is there any way to sort the order of the email templates as viewed via SuiteCRM? Maybe that could be a future upgrade if it’s not yet possible to do so either manually or automatically.

If it’s not using any sorting at all, it might simply show the templates in the order that the rows have in the database. You can go look in the database and check this out.

If so, you could sort by changing the natural order of the rows in the database. I would do this by creating a dump of the table, sorting the text version of the "INSERT"s in that dump, then clearing all rows and importing the dumped data.

Or you can go and figure out the UI parts that show it, but I’m not sure how to do that without spending quite some time on it.