Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

option to delete message from queue when sent #33

Closed
akorinek opened this issue Mar 1, 2017 · 2 comments
Closed

option to delete message from queue when sent #33

akorinek opened this issue Mar 1, 2017 · 2 comments

Comments

@akorinek
Copy link
Contributor

akorinek commented Mar 1, 2017

It would be nice to have an option in the configuration to delete the sent messages from the db. I'm sending out signup mails with passwords and those should not stay in the db longer than necessary.

@anktx
Copy link
Contributor

anktx commented Mar 7, 2017

It can be also as a method:
Yii::$app->mailqueue->purge();

@nterms
Copy link
Owner

nterms commented Mar 11, 2017

Solved with #34

@nterms nterms closed this as completed Mar 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants