Project

General

Profile

configEmail.txt

Luc Tran Van, 10/12/2022 08:59 AM

 
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,}$');