• Hi All,

    I have created the same Stored proc & execute the SP as

    exec sp_send_MailHtml

    'smtp.entech.us', --SMTP Server

    'webmail.'

    'sharad@entech.us', --From

    'jatin@entech.us', --To

    'sharad@entech.us', --CC

    '', --CCi

    'Test Page', --Subject

    'select top 2 * from superaccesslevels..totaldatabase'

    But i have not received any mail.

    Can someone plz let me now what is the issue in this & how to resolve it ?

    Sharad