sampart / WhiteOctoberSwiftMailerDBBundle

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

Keeping processed mails in DB and adding a Command to remove old entries #6

Closed choonge closed 10 years ago

choonge commented 10 years ago

I need a feature to keep processed mail in the DB, and adding a command to remove old sent entries. I'm just checking here if the project is still being maintained before sending a pull request.

For keeping mails in DB I guess a configuration option would suffice. And for the commandline tool I would create an optional parameter to tell it to delete all sent entries from older than X days.

richsage commented 10 years ago

Yes, definitely still being maintained, and pull requests are absolutely welcome :) On 15 May 2014 20:11, "Choong Wei Tjeng" notifications@github.com wrote:

I need a feature to keep processed mail in the DB, and adding a command to remove old sent entries. I'm just checking here if the project is still being maintained before sending a pull request.

For keeping mails in DB I guess a configuration option would suffice. And for the commandline tool I would create an optional parameter to tell it to delete all sent entries from older than X days.

— Reply to this email directly or view it on GitHubhttps://github.com/whiteoctober/WhiteOctoberSwiftMailerDBBundle/issues/6 .

choonge commented 10 years ago

Wow, that was awesomely quick. Thanks, I'll get to work!

choonge commented 10 years ago

Thanks!