Page 1 of 1

Sending mail from multiple addresses

Posted: Tue Feb 07, 2023 3:35 pm
by dnmartel
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

Re: Sending mail from multiple addresses

Posted: Wed Feb 08, 2023 12:19 am
by Klemen
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.

Re: Sending mail from multiple addresses

Posted: Wed Feb 08, 2023 1:24 pm
by dnmartel
I understand, thanks anyway!