• Running this through query sends email with no message. to line and subj line are fine.

    EXEC master.dbo.xp_sendmail @recipients = 'jm7563@att.com',

    @message = 'test message',

    @subject = 'Peer One Salary Recommendation Alert'