SQLMAIL for MYSQL ?
am 25.06.2007 11:54:37 von davidgordon
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 track@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
Re: SQLMAIL for MYSQL ?
am 25.06.2007 21:14:16 von lark
== Quote from David (davidgordon@scene-double.co.uk)'s article
> 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 track@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
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