最後需要為普通使用者賦權
EXEC msdb.dbo.sysmail_add_principalprofile_sp
@principal_name = 'app_login', --使用者賬號
@profile_name = 'app_profile', --郵箱profile
@is_default = 1;
最後需要為普通使用者賦權
EXEC msdb.dbo.sysmail_add_principalprofile_sp
@principal_name = 'app_login', --使用者賬號
@profile_name = 'app_profile', --郵箱profile
@is_default = 1;