feat(smartmail): Add new email validation helper methods (getMxRecords, isDisposableEmail, isRoleAccount) and an applyVariables method to Smartmail for dynamic templating.

This commit is contained in:
2025-05-07 14:57:50 +00:00
parent ffe324a9dc
commit f08544d53a
4 changed files with 94 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmail',
version: '2.0.1',
version: '2.1.0',
description: 'A unified format for representing and dealing with emails, with support for attachments and email validation.'
}