Questions tagged [actionmailerpreview]
3 questions
1
vote
1 answer
ActionMailer::Preview callbacks?
ActionMailer::Base provides call backs like ActionController::Base does which allows for common code to be called before a mailer function/action. It seems this is not supported for ActionMailer::Preview classes but could be useful. Is there a…

aarona
- 35,986
- 41
- 138
- 186
0
votes
0 answers
Option to show all headers for ActionMailer previews doesn't appear
I would like to see all of my headers in ActionMailer::Preview as described in this PR. I was not able to see them/make them appear in our company project, so I started a new project to reproduce the problem, where I cant see them either.
I started…

karajaganaj
- 11
- 1
- 4
0
votes
0 answers
Rails Fixtures inside of Mailer Previews
I'd love to get Active Record Fixtures working in my mailer previews. No documentation seems to exist for this, and I've gotten stuck hacking around the Rails code base. Maybe someone can take it from here, as it would be nice to have.
require…

Peter Ehrlich
- 6,969
- 4
- 49
- 65