Results 1 to 4 of 4

Thread: xp_sendmail

  1. #1
    Join Date
    Apr 2003
    Location
    Philippines
    Posts
    12

    xp_sendmail

    i'm executing this statement:

    exec xp_sendmail @recipients='[email add]', @message='hello'

    and i get an error 0x80040111

    what does that mean? what am i doing wrong?

    i'm already using SQL Server authentication. it was working last week, but now it isn't.

    help please

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Is SQL Mail running?

    Can you send email from mail client (Outlook) from the sql server?

  3. #3
    Join Date
    Sep 2002
    Location
    Montreal
    Posts
    86
    Hi, according to MS
    http://support.microsoft.com/default...b;EN-US;238119

    this error number 80040111 = MAPI_E_LOGON_FAILED

    but what did you do wrong is hard to say with the information you provided ...

  4. #4
    Join Date
    Sep 2002
    Location
    Montreal
    Posts
    86
    Check out the article below as well, maybe it will make sence:

    http://support.microsoft.com/default...b;en-us;327552

    Dim

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •