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
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.
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.