Required modify 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: 31610121

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

As summary. You will have to install osticket and look for the file (PHP) where emails are sent (for example looking for smtp contents), and then change this php to use the Mailjet API, and as last step, send us the changed PHP file. We will change your credentials with ours ones and then we will send emails using the Mailjet API. This is because our hosting provider ban using external SMTP servers to avoid spam
Related categories: PHP Web Services