Hi everyone !
I configured Hesk in a local server and and follow this instructions to set multiple incomings emails viewtopic.php?t=7093. This way, i have 2 emails to recive emails and works fine.
Now i need to reply condicionally if an email enter to address A, with the email A. And the same with address B. Its possible to configure easily ?
Thanks in advance
Sending mail from multiple addresses
Moderator: mkoch227
Re: Sending mail from multiple addresses
There's no built-in way to do this in Hesk so unfortunately no easy solution.
I guess you would have to modify the database to store what email the ticket came from then modify the email code to use the correct email details based on that data.
I guess you would have to modify the database to store what email the ticket came from then modify the email code to use the correct email details based on that data.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Sending mail from multiple addresses
I understand, thanks anyway!