Results 1 to 3 of 3

Thread: SQL Mail error

  1. #1
    Steve Renaker Guest

    SQL Mail error

    I've just set up SQL Mail, and I think it's working -- at any rate, the envelope icon in Enterprise Manager
    is green. Problem is, no matter what address I try to mail to, I get an 'Unknown recipient' error.

    My input:

    xp_sendmail 'srenaker@alexa.com', 'This is a test message.'

    The results:

    Msg 17914, Level 18, State 1
    Unknown recipient: Parameter '@recipients', recipient 'srenaker@alexa.com'

    Thanks in advance for any help,

    Steve Renaker
    srenaker@alexa.com


  2. #2
    Jens Nilsson Guest

    SQL Mail error (reply)

    Hello!!

    Try to execute the xp_sendmail in MASTER the database
    It works for me!

    Hope it Works!
    /Jens Nilsson
    Database Administrator
    Sweden

    ------------
    Steve Renaker at 9/7/99 8:23:23 PM

    I've just set up SQL Mail, and I think it's working -- at any rate, the envelope icon in Enterprise Manager
    is green. Problem is, no matter what address I try to mail to, I get an 'Unknown recipient' error.

    My input:

    xp_sendmail 'srenaker@alexa.com', 'This is a test message.'

    The results:

    Msg 17914, Level 18, State 1
    Unknown recipient: Parameter '@recipients', recipient 'srenaker@alexa.com'

    Thanks in advance for any help,

    Steve Renaker
    srenaker@alexa.com


  3. #3
    Steve Renaker Guest

    SQL Mail error (reply)

    Thanks for the suggestion, but I was already using the Master database. In fact,
    that's the only database where xp_sendmail exists (by default, at least).

    Steve

    ------------
    Jens Nilsson at 9/8/99 11:24:40 AM

    Hello!!

    Try to execute the xp_sendmail in MASTER the database
    It works for me!

    Hope it Works!
    /Jens Nilsson
    Database Administrator
    Sweden

    ------------
    Steve Renaker at 9/7/99 8:23:23 PM

    I've just set up SQL Mail, and I think it's working -- at any rate, the envelope icon in Enterprise Manager
    is green. Problem is, no matter what address I try to mail to, I get an 'Unknown recipient' error.

    My input:

    xp_sendmail 'srenaker@alexa.com', 'This is a test message.'

    The results:

    Msg 17914, Level 18, State 1
    Unknown recipient: Parameter '@recipients', recipient 'srenaker@alexa.com'

    Thanks in advance for any help,

    Steve Renaker
    srenaker@alexa.com


Posting Permissions

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