Results 1 to 2 of 2

Thread: SMTP & SQL server

  1. #1
    John Nogrady Guest

    SMTP & SQL server

    I wish to send e-mail from my SQL Server, however, I do NOT want to use Exchange or MS Mail. I am looking for a very simple SMTP component that I can call from SQL.

    What are my options?

    Thanks in advance,
    -JohnN

  2. #2
    Jason Lochhead Guest

    SMTP & SQL server (reply)

    You can call any COM object from SQL using the sp_OA procedures.
    I have sent mail from a stored procedure using ASPMail from serverobjects.com

    Be careful though. You can crash the SQL server if the methods of the object aren`t called properly.

    Jason Lochhead
    Data Return

    On 7/6/98 12:25:30 PM, John Nogrady wrote:
    > I wish to send e-mail from my SQL Server, however, I do NOT want to use
    > Exchange or MS Mail. I am looking for a very simple SMTP component that I
    > can call from SQL.

    What are my options?

    Thanks in advance,
    -JohnN

Posting Permissions

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