Is there any framework for email system in PHP?

Hi Guys,

I would like to know that is there any framework or a library or other thing that can help me to setup email system.

What I want :

I want to generate a report and send it in email.

I have the code the system, but it require some additional things which cant be afford in terms of coding if there are hundreds of reports.

Thanks! :slight_smile:

You can use PHP’s mail() function. Alternatively, CodeIgniter provides an Email Library that supports multiple email protocols.

SwiftMailer is another very complete and easy to use framework to send email.