Send mail using Slim on AWS Elastic Beanstalk

Hi,

I wanna know if is possible to send mail using Slim. I’ve deployed the API on an AWS elastic beanstalk instance cuz I0m doing an andorid app and I need to send a mail when I click a button on the app.
I also read about PHPMailer library but I dunno if it can be used in slim

Thank you

I wrote an article about sending emails in Slim 4 with the Symfony mailer:

1 Like

Cool, thanks I’ll use it for sure