Results 1 to 3 of 3

Thread: Sending Bulk Emails with ASPEmail

  1. #1
    Join Date
    Jul 2005
    Posts
    42
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Sending Bulk Emails with ASPEmail

    Hi
    We want sent send messages out via a small email to all our members on our database - circa 500.

    We use ASPemail to notify us when a new input is made. Can ASPEmail be used to do bulk mailing by scrolling through a recordset to pick up email address and then send that email out?

    When we use localhost as the mail host, does that use the Red Fox server as outgoing? Does it work OK with multi email requests.

    The emails are legit as they only go to our registered members.

    Anybody tried this? - or know of a better method.

    Thanks

    Ian

  2. #2
    Join Date
    May 2007
    Location
    Eauze, France
    Posts
    175
    Thanks
    10
    Thanked 17 Times in 15 Posts

    Default

    Yes - we have some standard mailings which do exactly this.

    We have designed the mailing runs to be restartable and we keep the ID of the last customer sent in a special database table which has a record per mailing type.
    We usually limit the number of mails sent at a time [Select top 200 * ...] to reduce the possibility of being classed by them as spam and as most of them visit our site after reading the mail to edit their advertisements to spread the load a bit.

    We send mails only to one address at a time

    localhost uses the webserver to send out the mails [Public IP address, not any private IP]

    All works well, even hightly customised html pages such as :
    http://bookholidayrentals.com/Mail2/...F-77F19BFD8D75

    David.

  3. #3
    Join Date
    Jul 2005
    Posts
    42
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default

    Thanks - I'll give it a try. Do you use the mail=Queue command?
    Last edited by carpeni; 7th January 2010 at 09:53 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Bulk Upload - SQL Express
    By DavidCox in forum MSSQL
    Replies: 3
    Last Post: 10th November 2008, 07:08 PM
  2. Bulk Email
    By creativeworks in forum General Technical Support
    Replies: 14
    Last Post: 20th September 2007, 12:38 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
  •