tikajhq / tiket

TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.
https://www.tikaj.com
95 stars 36 forks source link

Do not send emails #12

Closed ddiaz2380 closed 3 years ago

ddiaz2380 commented 3 years ago

Configure both the client.config.php and config.product.php with the mail data using one of gmail and mailtrap in neither case it worked. Thanks greetings!

eksha commented 3 years ago

Hi!

Please uncomment the line of code at below locations to send update emails:

https://github.com/tikajhq/tiket/blob/master/application/models/ticket/Ticket_model.php#L154 https://github.com/tikajhq/tiket/blob/master/application/models/ticket/Ticket_model.php#L203

We had it commented, as this codebase was part of demo.

Hope this resolves your query.

eksha commented 3 years ago

@ddiaz2380 hope it resolved your query, closing this issue for now.