Web Design Forum: php based mass mailer? - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

php based mass mailer? Looking for a email marketing solution

#1 User is offline   unknownmale 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 17
  • Joined: 08-February 11
  • Reputation: 2

Posted 23 August 2011 - 12:04 PM

I have a client looking for an email marketing solution.

They have over 25k emails in their list so i dont think a desktop solution is viable and services such as mailchimp work out far too expensive.

Does anyone know the best solution? I thought their may be a good web based mailer script out their?

Thanks
0

#2 User is offline   php3ch0 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 7
  • Joined: 24-August 11
  • Reputation: 0

Posted 24 August 2011 - 12:55 PM

I would recommend swift mailer.

It is a great PHP script with the ability to send batches of emails. It will even filter out bad data in your email database.

I would then create a script and a cron job to run them in batches of 500 every few minutes.

I have used this script to send out about 10,000 emails on behalf of a local university. a good tip is that if you are to do this regularly then purchase a separate VPS to send on just in case your IP gets blacklisted.

This post has been edited by php3ch0: 24 August 2011 - 12:56 PM

0

#3 User is offline   rallport 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 3,816
  • Joined: 03-January 10
  • Reputation: 266
  • Gender:Male
  • Location:England, UK
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 07 September 2011 - 11:40 PM

Be very wary of the above advice. If you're using my typical shared hosting then your host will have some sort of limit upon the number of emails you can send per hour using their SMTP servers. To send the volumes within the frequcnies you;re suggesting (500 every few mins) would require at least a VPS.

If you're using a PHP based solution, ensure the code doesn't keep openining multiple SMTP connections.

I'd also advice not using your main company domain to send emails, for obvious seo reasons. Simply purchase a cheap .co.uk and use that instead.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users