-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add middleware for viewing sent emails #3
Comments
If this is about the I did this locally to see the e-mail contents:
|
I like that idea as a nice interim solution! I'm thinking DevAdapter can accept an argument so that it doesn't print in test: Carbon::DevAdapter.new(print_emails: Lucky::Env.development?) I'll create an issue for this |
Looking at this issue, I assume by "middleware" you mean adding a way to provide http endpoints to view sent emails. Since we recently created pulsar I'm thinking that we add events to the carbon library and then a new shard could be made with a dependency on carbon and lucky (because carbon does not depend on lucky right now and it probably shouldn't) and listens to those events and provides some nice pages. |
A general purpose admin/development tool is being made with a plan to integrate with carbon. In order to do that, we need to add pulsar and events. "middleware" is not needed at this point. Replaced by #43 |
No description provided.
The text was updated successfully, but these errors were encountered: