views:

79

answers:

1

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

Thank you!

A: 

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

webdestroya
@downvoter: why the down vote?
webdestroya
I'm curious about that, too. Zend_Mail looks okay, at first glance.
Dave Jarvis
I've been using it on my website for awhile now, and I have been very happy with it.
webdestroya