Search code examples
phprfc2445

OO implementation of RFC 2445


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).


Solution

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