Results 1 to 5 of 5

Thread: SQL Mail

  1. #1
    Join Date
    Jul 2003
    Posts
    142

    Post SQL Mail

    Please help.

    How do you send mail from SQL Server without using SQL Mail.


    Thanks.

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    There are two options to use SMTP email,

    1. Use CDOSYS object in transact-sql
    2. Use a freeware called XPSMTP
    http://www.sqldev.net/xp/xpsmtp.htm

  4. #4
    Join Date
    Aug 2003
    Posts
    15

    Use a package

    Hey,

    U can create a package and have the mailer component send a mail from the package.

    Let me know if that helps!
    Ketan

  5. #5
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    tooo many process involved.

    for a simple email you have to call shell - which calls dtsrun - which calls a DTS - which takes the right data from a table and send email.

Posting Permissions

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