To Enable Database Mail XPs

automation
#automation#database
sp_configure 'show advanced options', 1 go reconfigure go

sp_configure 'database mail xps', 1 go reconfigure go