I've been using php's mail function for years and decided it was finally time to make my code a bit more Object Oriented rather than writing out the code each time.
I was going to build my own mailer class but I figure there must be a ton of great classes out there already. I started looking and got a bit overwhelmed by the choice so I thought it was a good question to put to SO
Can anyone recommend their favourite/best php mail class?
I'm just using it to send plain text email right now but will be shortly switching to html formatted emails so something that can grow with me would be best.
Thanks

If your motivation for asking the question is “I would like to participate in a discussion about ______”, then you should not be asking here– DaveRandom Dec 20 '11 at 0:37