feat(plugins): Add smartmail, mailauth and uuid to Deno dependencies and export them from plugins; include local dev permissions file

This commit is contained in:
2025-10-24 08:19:56 +00:00
parent d6a1cf5bf4
commit 269bafc1bf
6 changed files with 49 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/mailer',
version: '1.1.0',
version: '1.2.0',
description: 'Enterprise mail server with SMTP, HTTP API, and DNS management - built for serve.zone infrastructure'
}