sampart / WhiteOctoberSwiftMailerDBBundle

A bundle to facilitate SwiftMailer spooling messages to a database
31 stars 18 forks source link

Adding support for Doctrine ODM (MongoDB) #5

Open robholmes opened 10 years ago

robholmes commented 10 years ago

I've added support for spooling emails through Doctrine ODM.

robholmes commented 10 years ago

Worth mentioning this change has a breaks BC, as the old config.yml entity_class config option, is renamed to model, as this makes a little more sense now there is support for Entities and Documents.

richsage commented 10 years ago

@robholmes can you rebase against master? I'll try and take a look this week :-)

sampart commented 7 years ago

Thanks for contributing, @robholmes. I'd like to get this either merged or closed, so please could you rebase it and then I'll take a look?