The government's UK copyright law site outlines the
IPO and Copyright, Designs and Patents Act 1988, the principal legislation covering intellectual property rights in the United Kingdom and the work to which it applies.
wiggle10
Joined: 19/05/12
Posts: 1
Loc: London
|
E-marketing software issue
#988467 - 20/05/12 08:28 AM
|
|
|
|
Hey Guys,
I currently run a new electronic digital label and over the last few
years, have compiled a mailing list of around 20,000 email addresses to send regular
artist and label news to (releases, free mixtape, gig news etc..)
In the early
days I used Mailchimp which lets you mail up to 3,000 of the SAME contacts for free in one
e-shot. BUT as soon as your lists grow larger than 3,000 - you need to start paying. When
it gets to 10,000 + it becomes really expensive. I've also tried Campaign Monitor which
was really great to use but very expensive above 10,000 as well.
So basically
what I need is some kind of under the radar or new open-source/freely developed or really
cheap email platform that'll let me send out an eshot to over 20,000 contacts in one
go.
Even if not free, something that's very cheap compared to all of the
alternatives out there.
The only other way is setting up around 7 separate
Mailchimp accounts on different email address which is really in-practical and a
ball-ache. Any tips guys? Anything your currently using or know of?
|
dmills
Joined: 25/08/06
Posts: 2133
|
Re: E-marketing software issue
[Re: wiggle10]
#988522 - 20/05/12 02:56 PM
|
|
|
|
It may be possible to get gnu mailman to do what you want, and it provides useful things
like opt out addresses that just work and opt in confirmation email logic (You probably
want a unix box for this).
It would take a little configuration as this is not
its normal use case, but it does most of the hard bit, and will easily handle an order of
magnitude more mail then you are throwing at it.
The other obvious approach is
a few lines of perl or shell + awk and a smtp server, given a flat text database, the
required code is nearly trivial.
Do talk to your ISP before throwing that
volume of mail at their SMTP server, some will consider it a violation of their TOS.
HTH.
Regards, Dan.
-------------------- Audiophiles use phono leads because they are unbalanced people!
|
|