I've got a simple web form that is linked to my company's contact management system. When someone fills out the form the note that they fill in is automatically put into our system. Our system allows for this form to exist in order to receive the data input.
I would like to figure a way that someone can email a dedicated email address (in a properly formatted email I suppose) and the it will (in some way) "fill in" that form (or really just using that form handler to process the email) so as to communicate with our system.
This question cant be answered in completion on here, I doubt its too easy - but I'm hoping to find some starting points I'm having problems even googling it because all I find are form-to-email type results.
The form uses an action method of POST.
2007-12-14
04:16:39
·
4 answers
·
asked by
Joke H
2
in
Computers & Internet
➔ Programming & Design
Well the script that runs the form is remotely hosted - so tapping into the form POST action is my only way into the system via the web.
The reason I want people to be able to email it is because our company heavily uses blackberries and emailing out notes would be most convienent. When they are in front of a computer (which is rare) they can use the web form - or even enter it directly into our system.
I'm capturing very little data, I want to grab the email address that it is sent from, the subject line would be one field, and the entire body of the email would be entered as one field.
What would you call the email server chain of scripts you are referring to - I do design and html - this side of programming is outside of my knowledge base.
2007-12-14
04:33:49 ·
update #1