Hello
EXEC msdb.dbo.sp_send_dbmail @recipients = 'boomba@gmail.com' , @copy_recipients = NULL,
@blind_copy_recipients = NULL, @subject = 'test', @body = 'test',
@body_format = 'TEXT', @profile_name = 'mhpmis';
How do I fond what profiles already exist in the server ?