Hi -
When a client creates a ticket it gets sent to admin. I'm admin and I receive the message BUT when I look at the message it says it's sent from 'support-bounces@domainname.com..'
Any ideas why this is happening?
NOTE: The only way I could get emails to send to admin was by making the following change in file class.ticket.php:
Replace:
Misc:($cfg->getAdminEmail(),$subj,$alert,$cfg->getAlertEmail());
With:
mail($cfg->getAdminEmail(),$subj,$alert,"From: Support getAlertEmail().">\r\n");