On 2/24/06, Mark <[EMAIL PROTECTED]> wrote:
> Can anyone tell me if it is possible to send an email from outlook to a DB so
> it updates a record. I have a php tipping script hosted with a mysql DB but
> would like users to email their tips instead of loggin on the site.
>
> Mark
>
Well, no, DB
Mark,
Databases are not e-mail handlers, so the basic answer is no.
However, it's possible to have the e-mail handlers update a database
record -- I've seen it done with exim (but don't ask me how!)
-Sheeri
On 2/24/06, Mark <[EMAIL PROTECTED]> wrote:
> Can anyone tell me if it is possible to se
On Sat, 2006-02-25 at 10:49 +0800, Mark wrote:
> Can anyone tell me if it is possible to send an email from outlook to a DB so
> it updates a record. I have a php tipping script hosted with a mysql DB but
> would like users to email their tips instead of loggin on the site.
>
> Mark
Wouldn't b
Hi Mark,
You will need to setup a processing script on your mailer that will do
that for you. Your ISP maybe able to set this up for you. Most mailers
use the aliases file for that. A quick google found this as an example,
yes it is talking to Oracle but the principles are exactly the same.
http: