This is a discussion on "Registering an email address" within the Web Page Design section. This forum, and the thread "Registering an email address are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Registering an email address
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Registering an email address
Hi all
Is it possible to create a an email box, where someone can enter thier email address, click send, and then an email is sent to me that shows their email address, without it going through an email program? DennisK __________________ The one stop toy shop: www.toysofamerica.com |
|
|
|
#2
|
||||
|
||||
|
Re: Registering an email address
Yeah, it's annonymous email. PHP can do this but it oftentimes ends up in junk mail folders.
|
|
#3
|
|||
|
|||
|
Can you only do this using PHP?
Why does the email normaly end up in junk mail? DennisK __________________ The one stop toy shop: www.toysofamerica.com |
|
#4
|
|||
|
|||
|
Re: Registering an email address
You could use any server side scripting language but PHP is readily available and understood by many.
People forget to make the email that PHP generates appear to be a valid email. You need to provide a sensible looking topic, a brief content (so it doesn't appear as an empty email) and a valid return address. |
|
#5
|
||||
|
||||
|
Re: Registering an email address
I thought it was because of spoofing that it ended up in junk mail folders. Maybe a combination of everything?
|
![]() |
| Tags |
| get address |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Protect your email address | Ryan Fait | JavaScript Forum | 3 | Jan 7th, 2007 05:15 |
| originating email address is bad | DennisK | PHP Forum | 2 | Nov 27th, 2006 21:44 |
| Email Address Validation | Smokie | Classic ASP | 1 | Aug 15th, 2003 23:52 |