If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
These forums remain online primarily for archival purposes. While posting is still possible, it should not be considered a means for support. Please login to our portal and submit a ticket if you require assistance and we'll be more than happy to assist you.
Regular updates are posted to our blog and we will continue to post important notices to the Script Security forum section here. You can subscribe to that forum to automatically receive notifications.
i would like to email a newsletter to my 2300 forum users , i hve software that does in in 100 mail batches will this be a problem ?
http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be.
hmmm goop option but hard to be done from php level, i could think about some solution incorporating phpmailer class, sql fetching and sleep(), but hard to tell if it would work ,besides i dont have an option to test in in artificial environment, ill hold for now with newsletter.
http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be.
The problem that I'm getting at with that suggestion is that even 100 e-mails sent instantaneously will cause a bit of increased load on the server. Now if you do this 23 times for a total of 2300, this is going to be detrimental to the server.
done it at my previous host ;-) increased load to 13 for a moment :]maybe ill write some custom system for emails and post it here after some testing..
http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be.
Comment