[% IF !subaction %]

[%|loc%]Sending a message to the list[%END%] [%|loc%]Help[%END%]


[% END %]
[% IF subaction == "html_news_letter" %]

[%|loc%]Sending an html page to the list [%END%] [%|loc%]Help[%END%]


[% END %]
[%|loc(user.email)%]From: %1[%END%]
[%|loc(mailto)%]To: %1[%END%]
[% IF subaction == "html_news_letter" %] [% END %]
[% SET counter = 0 %] [% SET stringto = '' %] [% FOREACH r = recipients %] [% IF counter == 0 %] [% stringto = r.value.local_to _ ' ' _ r.value.domain_to %] [% counter = 1 %] [% ELSE %] [% stringto = stringto _ ',' _ r.value.local_to _ ' ' _ r.value.domain_to %] [% END %] [% END %] [% IF request_topic %]
[%|loc%]This list is configured to require topic(s).[%END%]
[%|loc%]Please select one or more topic(s) that corresponds to your message:[%END%]
[% FOREACH t = available_topics %] [% t.title %]
[% END %]
[% END %] [% IF !subaction %] [% balise_email = '['_'%'_' user.email '_'%'_']' %] [% balise_fingerprint = '['_'%'_' user.fingerprint '_'%'_']' %]

[%|loc%]Messages customization: use the template syntax:[%END%] TT2
[%|loc%]Below are some examples of TT2 parameters usable in messages.[%END%]
  • [% listname %][%|loc%]: the listname; always available.[%END%]
  • [% robot %][%|loc%]: the name of the host the list is intalled on; always available.[%END%]
  • [% user.email %][%|loc%]: the user email; always available.[%END%]
  • [% user.gecos %][%|loc%]: the user name associated to her email; always available.[%END%]
  • [% user.friendly_date %][%|loc%]: the - human readable - user's subscription date; always available.[%END%]
  • [% user.custom_attribute.title.value %][%|loc%]: can be anything you like; available if you defined a user custom attribute named "title" (see the list configuration, section "Miscellaneous").[%END%]
  • [% user.custom_attribute.name.value %][%|loc%]: can be anything you like; available if you defined a user custom attribute named "name".[%END%]
  • [% user.custom_attribute.organization.value %][%|loc%]: can be anything you like; available if you defined a user custom attribute named "organization".[%END%]
[% END %] [% IF subaction == "html_news_letter" %]

[% END %]