I am trying to send emails in Laravel using the Sendinblue API but the problem is, I don't know how to configure the files (.env file, config/mail file,etc.)
Here are the details that I have (that are registered in sendinblue). I edited some data so that the important details are not visible.
Email address registered in sendinblue-xxxx@xxxx.com
Company/organisation registered in sendinblue -xxxxOrganization
Sendinblue details page 1
Sendinblue details page 2
Other email services have proper Laravel documentations, but since we are testing, we need free email services for a few emails. And we preferred sendinblue for our tests as well.

