Domain support
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user