Discussion:
SQLMAIL for MYSQL ?
(too old to reply)
David
2007-06-25 09:54:37 UTC
Permalink
Hi,

I have a large db app for handling orders etc.
I would like to offer our customers the ability to track their orders
via email.

i.e. they submit an email to ***@xxx.co.uk
Subject line = TRACK
BODY = ORDER NUMBER (1 per line)

As the system receives the email, it processes some SQL and returns an
email with their order information.

How can this be achieved ? I am using ASP & MYSQL

Thanks

David
lark
2007-06-25 19:14:16 UTC
Permalink
Post by David
Hi,
I have a large db app for handling orders etc.
I would like to offer our customers the ability to track their orders
via email.
Subject line = TRACK
BODY = ORDER NUMBER (1 per line)
As the system receives the email, it processes some SQL and returns an
email with their order information.
How can this be achieved ? I am using ASP & MYSQL
Thanks
David
i guess this would be smething that your app will have to take care of. mysql does
not provide any facilities for sending email though.
--
POST BY: lark with PHP News Reader

Loading...