Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Database mail trouble shooting initial setup

    Adiga (8/1/2010)


    EXEC msdb.dbo.sp_send_dbmail

    @recipients=N'myemail@mydomain.com',

    @body='Message Body',

    @subject ='Message Subject automated test',

    @profile_name ='mailtest',

    @file_attachments ='C:\FileAttachment.txt';

    What is the output after executing the above query? Do you see any error messages?

    The query executes successfully and results in...

  • RE: Database mail trouble shooting initial setup

    Yes, the same result occurs with or without the attachment.

Viewing 2 posts - 1 through 2 (of 2 total)