xp_SendMail subject error

Hi,
while sending mail through xp_sendmail the mail is sending properly. but subject getting lost while viewing the mail from outlook.
can anyone help me.

code:
EXEC xp_sendmail @recipients = 'conmry@maersk.com',
@message = 'The master database is full.',
@copy_recipients = 'mah020@maersk.com',
@subject = 'Master Database Status'






Answer this question

xp_SendMail subject error

  • xp_SendMail subject error