mailinglist.rb/lib/distributor/templates/list_users.txt.erb
Arthur POULET cb027227e9
Implemen list-users and more
Implement the list-users operation that was missing and add the FROM
environement config like SENDER.
2023-06-21 18:53:06 +02:00

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 %>