Arthur POULET
cb027227e9
Implement the list-users operation that was missing and add the FROM environement config like SENDER.
5 lines
229 B
Plaintext
5 lines
229 B
Plaintext
List of the email subscribed to <%= list.name %> <<%= list.email %>>:
|
|
|
|
<% list.emails.each do |email| %>
|
|
- <%= email.name %> <<%= email.email %>> (permissions=<%= email.permissions %>, created <%= email.created_at %>)
|
|
<% end %> |