Author Topic: Mass Email  (Read 911 times)

0 Members and 1 Guest are viewing this topic.

phousley

  • Guest
Mass Email
on: Tue, 15. October 2002 - 20:28:30
VlibMimeMail is awesome, I've used it on two project already.  My lastest project is working with a LARGE MySQL database of email addresses (50,000+).  They want to be able to send to a segment of the emails in mass, possibly queue them somehow so it won't timeout or have to be watched.  Any support for this kind of function in vlibmimeMail? Or any thoughts on the best way to approach this.  Any help would be appreciated.

Offline ClausVB

  • Administrator
  • Hero Member
  • *****
  • Posts: 566
    • Homepage: clausvb.de
Mass Email
Reply #1 on: Fri, 18. October 2002 - 08:00:08
Mass email should be not the problem. Just create a LOOP (while) and sent it to whom ever you choose.

I always write 2 mails at the same time. I don't see, why it shouldn't be 10, 100, or 2000.

But imho caching cannot be a task of vlibMimeMail. This one should be handled by your mail server. Because imho there is no way for vlibMimeMail to "know", if your mail server is idle or its cpu is 100%.

You have to watch your mail server yourself or write routines (e.g. cron jobs), which does that for you.

In your LOOP you could program a time delay, though.

Best regards,
Claus