I'm looking to integrate some email features into my system, and I'm not too impressed by using mail()
to send mails, as the function is quite limited in what it can do.
Ideally, I'd like a framework or something I can integrate into my system, that would allow me to generate the messages in my own way, and then send them off.
A couple of other features that would be really nice:
- Queue system, so emails can be throttled nice and simply.
- Light weight, with minimum dependancies
- Supports plain and html email, as well as any number of attachments.