Results 1 to 5 of 5

Thread: Sending mail through SQL Server

  1. #1
    Join Date
    Jun 2005
    Location
    Tunbridge Wells, Kent
    Posts
    206
    Thanks
    6
    Thanked 2 Times in 2 Posts

    Default Sending mail through SQL Server

    I'm attempting to send mail through a stored procedure within MS SQL 2000.

    All the emails are within a table, and I need to scan through each record and send them a mail - I've found an easy solution (http://support.microsoft.com/kb/312839) to send mail without the need of SQL Mail, but wondered about the complexity
    of looping through a table with a sproc?

    I don't know if this is the best solution, but we are having trouble sending a daily email to subscribers using aspx pages and scheduled events on a dedicated server.

    I hoped a stored procedure could be fired to send out emails (could be anything upto 10,000 emails).

  2. #2
    Join Date
    Jan 2006
    Posts
    419
    Thanks
    2
    Thanked 16 Times in 16 Posts

    Default

    Hi,

    Your best bet is to either write a windows service or scheduled task to send the emails. If you would like someone to write a service or scheduled task let me know.

    James

  3. #3
    Join Date
    Jun 2005
    Location
    Tunbridge Wells, Kent
    Posts
    206
    Thanks
    6
    Thanked 2 Times in 2 Posts

    Default

    Thanks for the offer of help, but we got ourselves there in the end...!!

    Regarding sending out emails with a large number of subscribers... potentially, the number of subscribers could exceed the tens of thousands - over time.

    And if this is a daily email, we could see ourselves creating more emails before our server has sent all the emails from the night before!

    Are there any recommendations for companies that host just SMTP servers that can quickly pump out an increasing number of emails?

  4. #4
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    The most obvious one that springs to my mind is constant contact.

  5. #5
    Join Date
    Jan 2006
    Posts
    419
    Thanks
    2
    Thanked 16 Times in 16 Posts

    Default

    I am sure REDfox could provide you a dedicated server, bandwidth and SMTP server. If they are not happy to do this and only if Warren is happy I can put you in touch with the sales dept of the company I work for who can meet your requirements as we have some customers sending very large volumes of email marketing.

    James

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 9
    Last Post: 20th February 2007, 08:17 PM
  2. Replies: 2
    Last Post: 2nd August 2006, 03:04 PM
  3. SQL Server 2005 - What do you want?
    By Warren Ashcroft in forum Technical Support
    Replies: 17
    Last Post: 20th May 2006, 08:19 PM

Bookmarks

Posting Permissions

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