From 767d60156b89382326ce42f3ddca0cb860d38149 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 27 Apr 2015 10:15:52 +0200 Subject: mailer previews for `NullMail` instances. Closes #19849. --- railties/lib/rails/templates/rails/mailers/email.html.erb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'railties/lib/rails/templates') diff --git a/railties/lib/rails/templates/rails/mailers/email.html.erb b/railties/lib/rails/templates/rails/mailers/email.html.erb index cce818d103..afca6368d5 100644 --- a/railties/lib/rails/templates/rails/mailers/email.html.erb +++ b/railties/lib/rails/templates/rails/mailers/email.html.erb @@ -103,7 +103,14 @@ - +<% if @part.mime_type %> + +<% else %> +

+ You are trying to preview an email that does not have any content. + This is probably because the mail method has not been called in <%= @preview.preview_name %>#<%= @email_action %>. +

+<% end %> -- cgit v1.2.3