Domain support

This commit is contained in:
salvacybersec
2025-11-10 20:01:41 +03:00
parent dea1b874b5
commit f86cda2978
24 changed files with 3703 additions and 34 deletions

View File

@@ -30,6 +30,11 @@ const TrackingToken = sequelize.define('TrackingToken', {
type: DataTypes.STRING(50),
defaultValue: 'bank',
},
from_name: {
type: DataTypes.STRING(255),
allowNull: true,
comment: 'Custom sender name for email (e.g., "HR Department", "Management")',
},
mail_subject: {
type: DataTypes.STRING(500),
allowNull: true,