Mail Subscription and Newsletter

Discussion in 'Programming' started by buckmajor, Aug 20, 2010.

  1. #1
    Hi there

    I want to add a mail subscription to my website so I can update all my subscribers with newsletters, etc. What's the best way to go about it?

    I was want something similar to wufoo, but I need to control my own forms without using a third party application.

    Many thanks in advance
    CHEERS :)
     
    buckmajor, Aug 20, 2010 IP
  2. Rainulf

    Rainulf Active Member

    Messages:
    373
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    85
    #2
    Well, if it was me, I'd code one in PHP+mySQL. It's not that hard to create a database of emails and a PHP script with mail( ) function. That way, you have more control and you can customize it ANY way you want. ;)
     
    Rainulf, Aug 21, 2010 IP
  3. buckmajor

    buckmajor Active Member

    Messages:
    574
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    You make it sound so easy. I can create a database through the Cpanel, is that you meant? Not sure how to create one for emails. I guess for me is where to go from there.
     
    buckmajor, Aug 25, 2010 IP