Hi All
good day. I am working with a small project for change management/ticket system
Need to know how to convert any emails send to a particular email (e.g. support@xxxxxxx.xxx) as a ticket.
Currently the user has to go to the support url to login and submit their request.
Any suggesstions.
thanks with anticipation
Karthik
convert emails to ticket system
Moderator: General Moderators
Re: convert emails to ticket system
.
Last edited by Griven on Wed May 13, 2009 3:35 am, edited 1 time in total.
Re: convert emails to ticket system
You can intercept emails with PHP by forwarding them to a specific script that reads them with the stdin input wrapper. You can read the following article for an example - http://www.evolt.org/article/Incoming_M ... index.html