Skip to content

Commit

Permalink
updated README with subscriptiontrack replace instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chaslemley committed Mar 3, 2010
1 parent 851256b commit 5df0676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.textile
Expand Up @@ -93,6 +93,8 @@ Here are a list of supported options for sendgrid_enable and sendgrid_disable:
* :gravatar
* :subscriptiontrack
** Call sendgrid_subscriptiontrack_text(:html => 'Unsubscribe <% Here %>', :plain => 'Unsubscribe Here: <% %>') to set a custom format for html/plain or both.
** OR Call sendgrid_subscriptiontrack_text(:replace => '<unsubscribe_link>') to replace all occurrences of <unsubscribe_link> with the url of the unsubscribe link

* :footer
** Call sendgrid_footer_text(:html => 'My HTML footer rocks!', :plain => 'My plain text footer is so-so.') to set custom footer text for html/plain or both.
* :spamcheck
Expand Down

0 comments on commit 5df0676

Please sign in to comment.