Elxis CMS Forum

Support => General => Topic started by: xmanhattan on July 30, 2010, 10:34:52

Title: sending batch emails
Post by: xmanhattan on July 30, 2010, 10:34:52
Hello all,

I am wondering if anyone is sending batch emails using elxis and if they have encountered difficulties due to host limits per hour.
The host limits apply to sending emails even if you use a php script to send email individually or as cc or bcc.
Many hosts are limiting to 50 emails per hour due to spamming.

I came across a function in php called Gearman.  Is anyone using this?

If not, what are you using to send batch emails?

Petros
Title: Re: sending batch emails
Post by: CREATIVE Options on July 30, 2010, 17:08:39
In one of the site that I have create is for International Organization.
They send EVERY month a newsletter with more than 5.000 members, of course they have VPS.
I have not search the settings of the VPS regarding the limit for the emails, but they have test it one by one  and all the members received the newsletter inside an hour.
Title: Re: sending batch emails
Post by: xmanhattan on July 30, 2010, 18:13:49
Hello Sirigos,

Yes a vps has I think either unlimited or a larger limit on the out going email.

The typical hosts only give a smaller amount to keep people from overloading their servers.

I have already sent the list by creating a small php program that reads the database, creates a temporary table with a date time field, and then sends them with a limit by the hour using cron.

Just wondering if anyone was using the php Gearman that looks like it can create a queue.

Thanks anyway.
Title: Re: sending batch emails
Post by: datahell on August 01, 2010, 17:26:20
A simple solution is to use a different outgoing server. And, if you can nt find any, many ISP providers (otenet, forthnet, etc) give you that option. You may also use a mail-server installed in your computer...
Title: Re: sending batch emails
Post by: xmanhattan on August 02, 2010, 10:18:13
Datahell,

I didn't think of using the isp, good idea.  I'll keep that in mind for another time.

Thank you