Email marketing hosted on own server?

by peteJ
5 replies
I have an idea I would like to implement, but want to know if something like this exists or if anyone would actually be interested in using it.

Basically, it's an email marketing tool that collects emails and lets you send to your list, pretty basic stuff a lot of other services do. The only difference is all the data is stored in MySql databases on the users server. So, minus the cost of hosting, the Service would be free. I realize that services like are rather cheap and probably a bit more reliable, but i figure someone just getting started could use this and transfer the list later once they get a full fledged service. At the very least I had fun making it so no harm done if this is a dumb idea.

At this point I have the basics done, can send/receive emails unsubscribe ect. But I've run into a few features that I want to add but am unsure how to implement them. I was hoping for a little advice.

1. I see all the major providers of these services talk about their high deliverability. Now, I've never had any problems sending mail from my server, but I assume I might if I'm sending out say a few hundred. What are some steps to take to make sure my emails get delivered.

2. I also want to impenetrable some sort of tracking. I reas two ways to do it, either via hearers or a transparent image. Neither of these seem to great though, is there any other options.


I apprecite any advice on my current plan or anyother pitfalls I might run into. I started this just for fun, but I'm hoping to be able to release it as open source if it becomes stable enough.
#email #hosted #marketing #server
  • Profile picture of the author HamzaW
    Wow, there is such a huge difference between sending email from your own server to sending from a major email provider (ESP) that I don't know where to begin.

    Subscriber management (opt outs, etc), spam complaint handling, blacklist management , feedback loops, authentication, the list is endless. Not to mention the volume issue.

    The bottom line is that there's no point running the email delivery yourself. If I was going to develop my own email software / platform I would concentrate on the client-facing functionality and integrate with Amazon SMTP gateway (I think their product is called SMS - Simple Message Service but I can't fully remember off the top of my head).

    Then Amazon handles the delivery and you pay per message / mb sent.

    Hamza
    Signature
    The Fastest & Easiest way to Get Your Landing Pages Online - with Built-In Split Testing, Geolocation and Analytics.

    Now on an UNBELIEVABLE monthly deal => SplitLeads.com
    {{ DiscussionBoard.errors[8412427].message }}
  • Profile picture of the author yestyle
    Banned
    Sending emails from your web hosting is not good idea. your Ip can be blocked from customers/receipts. Thus I suggest you use private server to do that
    {{ DiscussionBoard.errors[8412555].message }}
  • Profile picture of the author Jack Gordon
    This was the way people did it 10-15 years ago. There are a lot of programs out there already. I was fond of SubscribeMe Pro, and used it for many, many years.

    But listen to the other posters. There are good reasons this model has all but disappeared in recent years. The benefits just aren't worth the liabilities anymore.
    {{ DiscussionBoard.errors[8412599].message }}
  • Profile picture of the author Joe Crosbie
    If you were willing to spend the time and fix all the issues people mentioned above it could work, but there's only one problem.

    The average person only has a shared hosting account. Most web hosts would not allow this to be done.

    In proportion to the amount of people who have shared hosting, the amount of people who have a VPS or Dedicated Server are likely to be earning enough where the cost of paying for an email list does not fase them.

    Just my 2 cents,

    Joe Crosbie
    Signature
    I chose entrepreneurship over further education despite being laughed at by my friends and family..

    I recently hit the "RESTART" button on my life, read my personal blog to find out how I did it :)
    {{ DiscussionBoard.errors[8413556].message }}
  • Profile picture of the author Joe Crosbie
    If you were willing to spend the time and fix all the issues people mentioned above it could work, but there's only one problem.

    The average person only has a shared hosting account. Most web hosts would not allow this to be done.

    In proportion to the amount of people who have shared hosting, the amount of people who have a VPS or Dedicated Server are likely to be earning enough where the cost of paying for an email list does not fase them.

    Just my 2 cents,

    Joe Crosbie
    Signature
    I chose entrepreneurship over further education despite being laughed at by my friends and family..

    I recently hit the "RESTART" button on my life, read my personal blog to find out how I did it :)
    {{ DiscussionBoard.errors[8413558].message }}

Trending Topics