0

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

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
Dave Jarvis
  • 30,436
  • 41
  • 178
  • 315

1 Answers1

0

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

Mitch Dempsey
  • 38,725
  • 6
  • 68
  • 74