> On Thu, 3 Feb 2005 19:21:39 +0000, Mark Quitoriano > how can i parse info from an email message to an asp site?
will the email first pass thru a linux box? if yes, then u can set your MTA (sendmail/postfix/etc...) to pipe it to a shell script (perl/php/ or any language preferably with regex and HTTP connection subroutines) to extract the email message parts and send it as an HTTP POST request to your ASP server. here is a typical overview: email --SMTP--> postfix --UNIX-PIPE--> php script --HTTP--> asp server hth, pong -- Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
