Sha256: 5e2a96799944977ce5ac14e13d40829211af0fc33ee0c53eba17f4b58f9363cb

Contents?: true

Size: 1.26 KB

Versions: 44

Compression:

Stored size: 1.26 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
  %li
    %code <r:recipient:description />

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.0.rc3 app/views/admin/messages/_help.html.haml
radiant-reader-extension-2.0.0.rc4 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.13 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.12 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.11 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.10 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.9 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.8 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.7 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.6 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.4 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.3 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.1 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.3.0 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.2.4 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.2.3 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.2.2 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.2.1 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.2.0 app/views/admin/messages/_help.html.haml
radiant-reader-extension-1.1.1 app/views/admin/messages/_help.html.haml