Sha256: 72912e646ef35d1544a7b18a69da40affbccba16b72f749b89ccd9a33a54273c

Contents?: true

Size: 1.31 KB

Versions: 15

Compression:

Stored size: 1.31 KB

Contents

%p
  You can use tags, snippets and assets in your messages just as you would in a page. 
  There are also a few simple mailmerge tags that you can use to place information about the recipient (or yourself) in each message as it is sent out. 
  Most are self-explanatory:
%ul.help
  %li
    %code <r:sender:name />
    is the name configured in 
    %em
      reader.mail_from_name:
    currently 
    %strong
      = "'#{Radiant::Config['reader.mail_from_name']}'."
  %li
    %code <r:sender:email />
    is the address configured in 
    %em
      reader.mail_from_address:
    currently 
    %strong
    = "'#{Radiant::Config['reader.mail_from_address']}'."
  %li
    %code <r:recipient:name /> 
  %li
    %code <r:recipient:email />
  %li
    %code <r:recipient:login />
  %li
    %code <r:recipient:password /> 
    only works in welcome messages: after first login we forget the unencrypted password
  %li
    %code <r:recipient:url />
    is the address of the page about this person
  %li
    %code <r:recipient:edit_url /> 
    is the address of the preferences form
  %li
    %code <r:recipient:activation_url />
    is the address that will activate a newly-created account
  - if Radiant.config['reader.show_descriptions?']
    %li
      %code <r:recipient:description />

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.38 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.37 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.36 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.35 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.33 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.32 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.31 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.30 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.29 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.28 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.27 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.26 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.25 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.24 app/views/admin/messages/_help.html.haml
radiant-reader-extension-3.0.23 app/views/admin/messages/_help.html.haml