A tale of creating awesomazing software

coreBOS now has an abstraction layer to send emails. Instead of the hardcoded phpmailer library, we can easily use any email service to send emails like SendGrid, MailChimp or sendinblue among others.

Recently I was tasked with taking charge of coreBOS project where the lead programmer had been doing some complex customizations. In general, the code changes I found were correct except for one that was done consistently wrong: sending an email from within the system. This struck me as very odd, I mean it can't be that difficult to send an email like that, or could it?

Continue reading to see how to send an email using coreBOS infrastructure.