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

[5.3] Add array transport in order to store Swift messages in memory #16906

Merged
merged 1 commit into from
Dec 22, 2016

Conversation

sileence
Copy link
Contributor

This provides an option or alternative to test mail messages, using this new array driver, the messages can be stored in a collection and retrieved later for either unit testing or to display them in a debug bar at the bottom of the page, etc.

Right now I don't see any other way to programatically retrieve these messages, we either save them in a log or send them.

@GrahamCampbell GrahamCampbell changed the title Add array transport in order to store Swift messages in memory. [5.3] Add array transport in order to store Swift messages in memory Dec 21, 2016
@GrahamCampbell
Copy link
Member

Thanks for the PR, but I'm always skeptical of implementations that provide extra methods. Implementation of interfaces should really be used without this knowledge.

@taylorotwell taylorotwell merged commit 6a905c7 into laravel:5.3 Dec 22, 2016
@decadence
Copy link
Contributor

@sileence Can you say how can I get messages when I use array driver?

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

Successfully merging this pull request may close these issues.

None yet

4 participants