diff --git a/community/resource_types/smtp.json b/community/resource_types/email_smtp.json similarity index 90% rename from community/resource_types/smtp.json rename to community/resource_types/email_smtp.json index bc42d4fe17..6e05b428bf 100644 --- a/community/resource_types/smtp.json +++ b/community/resource_types/email_smtp.json @@ -1,6 +1,6 @@ { "workspace_id": "starter", - "name": "smtp", + "name": "email_smtp", "schema": { "type": "object", "$schema": "https://json-schema.org/draft/2020-12/schema", @@ -28,5 +28,5 @@ } } }, - "description": "SMTP connections info" + "description": "SMTP connection infos" }