Results 1 to 7 of 7

Thread: [RESOLVED] [2008] sending lots of emails.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    Resolved [RESOLVED] [2008] sending lots of emails.

    So lets say If I want to send about 5000 - 10,000 emails to the suscribed members.

    Should I just create a normal MailMessage and then loop through emails, and use the add property to add them,

    OR

    Loop through each email, and send a new instance of the mailmessage.

    Will this be a problem concerning my SMTP server/

  2. #2
    Hyperactive Member cameron2's Avatar
    Join Date
    Mar 2008
    Location
    Australia
    Posts
    401

    Re: [2008] sending lots of emails.

    Quote Originally Posted by masfenix
    Loop through each email, and send a new instance of the mailmessage.

    Will this be a problem concerning my SMTP server/
    I think you should do this and about the SMTP i amde a program that sent heaps of e-mails and got an exception saying something along the lines of "too many connections"or something like that but i was sending the e-mails to one address. What is the SMTP server ur using?
    If this post helped you, please click the rate button to say thank you! Remember to mark the thread as resolved too.
    Autoclicker, Hide Taskbar, Sounds on internal speaker, Changing Start Button Text (with code)

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    Re: [2008] sending lots of emails.

    I am gonna ask my hosting company if I can use there's without getting marked as spam or getting blacklisted.

    My next choice would be to call my ISP and ask them if its okay to use theres.

    If not, I'll send emails to Google, MSN, and Yahoo, and other various email companies to get permission to use there.

  4. #4
    Hyperactive Member cameron2's Avatar
    Join Date
    Mar 2008
    Location
    Australia
    Posts
    401

    Re: [2008] sending lots of emails.

    Yeah good idea another smtp server is bluebottle however i think if you send an e-mail from them to a hotmail account it gets marked as junk.
    If this post helped you, please click the rate button to say thank you! Remember to mark the thread as resolved too.
    Autoclicker, Hide Taskbar, Sounds on internal speaker, Changing Start Button Text (with code)

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2008] sending lots of emails.

    The big three won't agree or respond to this in most likelihood and your ISP might go paranoid the moment you ask the question.

    You'll need to get your own hosting server which allows you to do this.

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    Re: [2008] sending lots of emails.

    Thanks all.
    So it settled, i should be creating a new instance of the .net mail message and setting one email per instance, and sending that. Then I dispose it, and start all over again.

    cool.

  7. #7
    Hyperactive Member cameron2's Avatar
    Join Date
    Mar 2008
    Location
    Australia
    Posts
    401

    Re: [RESOLVED] [2008] sending lots of emails.

    Good luck
    If this post helped you, please click the rate button to say thank you! Remember to mark the thread as resolved too.
    Autoclicker, Hide Taskbar, Sounds on internal speaker, Changing Start Button Text (with code)

Posting Permissions

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



Click Here to Expand Forum to Full Width