Yesterday I noticed that php mailing is not working anymore on my dreamhost server. mail() simply returns false.
So I was wondering, does anyone here know any good mailing libraries that support error handling? Like for instance, if an email fails to be sent it should put in in a database, to be sent later instead (so that it does not simply get 'lost'). I will try to adapt to work well with yii and then upload it as an extension
I didn't like the coding style of any current mailing libraries that I could find, and none had the specific ability I wanted… So I made one myself, you can find it in my skeleton application (see the email module)