Hi all,
trying to get to grips with Database Mail. my notes for it so far are below but i still cant find how to allow someone to use the Private profiles without putting them in the sysadmin list.
Notes for Database Mail:
Database Mail
Instance level configuration
Uses SQL Server Agent and MSDB Database
Mail Profiles
Possible to use multiple Mail Profiles. Mail Profiles can hold multiple SMTP Accounts. If a SMTP account fails it will email the next account on list.
Public Profiles / Private Profiles
Only members of the DatabaseMailUserRole in the msdb database can execute sp_send_dbmail.
Public Profiles
Public profiles are available for all members of the DatabaseMailUserRole database role in the msdb database
Private Profiles
Only specified database users, roles, and members of the sysadmin
Anything thing else you think i should put in here? and any explantion to the private profile would be most welcome

Thanks
s