Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis 5.5 Calypso supports 2 factor authentication login with e-mail or SMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
sending batch emails
« previous
next »
Print
Pages: [
1
]
Author
Topic: sending batch emails (Read 3388 times)
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
sending batch emails
«
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
Logged
Bournias.net
CREATIVE Options
Authorized Elxis Professional
Elxis Community
Hero Member
Posts: 2334
Professional services for Elxis CMS
Re: sending batch emails
«
Reply #1 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.
Logged
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: sending batch emails
«
Reply #2 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.
Logged
Bournias.net
datahell
Elxis Team
Hero Member
Posts: 10356
Re: sending batch emails
«
Reply #3 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...
«
Last Edit: August 01, 2010, 17:28:21 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
xmanhattan
Hero Member
Posts: 1235
If I'm still breathing, I'm doing something!
Re: sending batch emails
«
Reply #4 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
Logged
Bournias.net
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
sending batch emails