You are here: Home | Forum | Simple Data Capture or Feedback Script?
You are currently viewing our boards as a guest which gives you limited access to view most of the discussions, articles and other free features. By joining our Virgin Media community you will have full access to all discussions, be able to view and post threads, communicate privately with other members (PM), respond to polls, upload your own images/photos, and access many other special features. Registration is fast, simple and absolutely free so please join our community today.
- User types Name & eMail into box on page & clicks Send (or Register).
- Info is emailed to a address of my choice (not PHPmail but SMTP or other)
- User will see a thank You page.
Need to set up a Data Capture or Register thing & only one I had was PHPMail old one & its not fully reliable as most Inboxes reject them.
I take it you want to log said email addresses?? Do you want o log on server? or are you happy to just receive an email and log them manually from said emails.
What you're describing is basically a newsletter registration.. You don't have to ever send out a newsletter but you have their addresses registered.
Do you want php or simpler (a simple form will do it without a database but you'll have to add the addresses manually to a list when you get the emails)
Non Database needed. Just need to receive a email with their Name & eMail as I'll use my own email address & newsletter to tell them when the website is open.
Signup to be informed when its open type of thing. Only 30-80 will signup I guess. But dont want Database. I can check via Blackberry on email
SMTP needs some form of scripting and normally uses PHP.. sendmail will just use forms and a cgi script and is the precursor to phpmail. You can use sendmail via SMTP but that has to be configured at server level.
You still need cgi for sendmail, perl for formmail or php/asp/another script for anythign sending email (i.e. phpmail)