Sha256: f45ffdfdd1963f58b30e24d6ac1bc3cc9809f688593adfded96b714add03e596

Contents?: true

Size: 508 Bytes

Versions: 3

Compression:

Stored size: 508 Bytes

Contents

Hi <%= @recipient.friendly_name %>,

This a summary of what happened yesterday on the <%= Setting.first.try(:site_name) %> website.

List of messages from the contact form:

<% @contact_messages.each do |message| %>
<%= "- from #{message.sender_name} (#{message.sender_email}): #{truncate message.body, length: 50}" %>
<% end %>

You can see and manage these messages at: <%= contacts_url %>

You are receiving this email because you are an administrator of the <%= Setting.first.try(:site_name) %> website.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tkh_mailing_list-0.11.1.1 app/views/administration_mailer/daily_digest.text.erb
tkh_mailing_list-0.11.1 app/views/administration_mailer/daily_digest.text.erb
tkh_mailing_list-0.11 app/views/administration_mailer/daily_digest.text.erb