T O P I C R E V I E W |
darrellg |
Posted - Mar 20 2007 : 12:54:26 I have gone through the forum on this subject and as soon as the chatter gets around to coding I become afflicted by a bad case of MEGO (My Eyes Glaze Over). Can anyone tell me how to set up the simple(?) submission form so my customers website can submit new addresses to me? It is only to one group, email addresses only. |
2 L A T E S T R E P L I E S (Newest First) |
justuspost |
Posted - Mar 22 2007 : 11:58:58 Go read the FAQ... HA...
Anyways...
simple submission form = web page form + mail script = submission
web page - can just be an html form or can be html via PHP or ASP.
mail script - will need to be server side, PHP ASP CGI (depdends on what you have installed on your server. If you don't know, you probably want to have someone else write the script for you)
The fields on the form will become variables in the mail script.
The mail script will take the field info and post it into an e-mail that it creates and send it to the address that you want.
If you want to process it with MLK, then you will have it sent to the address you specified in MLK to process incoming mail. In the e-mail the script will send MLK, you will need to use an assigned 'key word' that MLK will recognize and process in a certain way (add, remove, change groups etc)
OK so for a recap..
web form -> enter info -> submit -> script takes entered info and enters it into an e-mail (you designed) and sends it to an address you instructed it to (MLK). 'MLK got mail' MLK sees key word, MLK preforms action associated with keyword, (add, change, remove). You just preformed 2500 adds, removes and changes all while surfing myspace :-)
Justus
|
xequte |
Posted - Mar 20 2007 : 23:39:24 Hi Darrell
Have you read the FAQ section:
http://www.xequte.com/support/maillistking/webforms.html
Nigel Xequte Software nigel@xequte.com |
|
|