Requered modify the the php file for sending emails in osticket v1.15.3.1 to instead of using an SMTP server, make an API call to Mailjet to send the email

Job ID: 31408433

Budget: €30 – €250 EUR

Steps to complete the project
1) install osTicket v1.15.3.1 in developer machine
2) register to the free Mailjet plan to get access to the API.
3) modify the PHP file in change of sending emails to instead using the configured SMTP server uses the mailjet send API. https://dev.mailjet.com/email/guides/send-api-v31/
Note: the mailjet parameters (user, password, server) can be hardcoded in the PHP, it is not required to be able to change these parameters with the user interface of osticket
4) the result to deliver is : evidences of the solution working with mailjet API and the PHP file
Related categories: PHP Web Services