Question

Question

What PHP library would you recommend for attaching meeting notices to email?

Preference given to:

  • Swift Mailer integration
  • Simple Object-Oriented library

Application

Scheduling of appointments for medical clinics. After the user books an appointment, it would be great to send the meeting notice to their email address (upon request, of course).

Was it helpful?

Solution

Take a look at Zend_Mail. It is a very nice OO all purpose emailer.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top