configEmail.txt
1 |
DELETE AbpSettings WHERE [Name] ='Abp.Net.Mail.Smtp.Password' |
---|---|
2 |
|
3 |
INSERT INTO AbpSettings (CreationTime, CreatorUserId, LastModificationTime, LastModifierUserId, Name, TenantId, UserId, Value) |
4 |
VALUES (SYSDATETIME(), 14, SYSDATETIME(), 259, N'gAMSProCore.CoreNoteRegexValidation', 0, NULL, N'^[!-%''-;=-~\s]{1,}$'); |