Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

send mail to PHP script - PIPE email

Status
Not open for further replies.

flamingltd

IS-IT--Management
Joined
Oct 15, 2003
Messages
9
Location
GB
Hi,

I am currently setting up a PHP based Help Desk system, that will be hosted on a co lo unix box.

The system has an email pipeing function where by anyone who sends an email to helpdesk@mydomain.com will have a ticked created on the system.

My problem is that we are using Exchange 2003 (SBS 2003) and I need to find a way to get exchange to forward all email for helpdesk@mydomain.com to the php script on the unix server. ( I know how to do the forward part, just NOT the send to script bit)

Any one got any ideas ??

Thanks

AD
 
Does this system send the emails with a certain format for the subject line? If so, you could launch the script every X minutes & have it check that box for email with the subject you are looking for, and once found do the necessary work to that email. Just a thought.

X
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top