25 lines
527 B
Plaintext
25 lines
527 B
Plaintext
# Mailing list: <%= list.name %> <<%= list.email %>>
|
|
|
|
## Actions
|
|
|
|
<% list.actions_emails.each do |action, action_email| %>
|
|
- <%= action %> <mailto:<%= action_email %>><% end %>
|
|
|
|
## User guide
|
|
|
|
Most action are done via subject.
|
|
Specify the action keyword in the subject or the body.
|
|
You may add subjects arguments separated with <,>, ex:
|
|
|
|
---
|
|
Subject: validate-user,user-email=user@host
|
|
---
|
|
|
|
You may add body arguments separated by <\r\n>, ex:
|
|
|
|
---
|
|
Subject: validate-user
|
|
|
|
user-mail=user@host
|
|
another-argument=something else
|
|
--- |