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 5df0676 commit ef6abdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -93,7 +93,7 @@ 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
** 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.
Expand Down

0 comments on commit ef6abdd

Please sign in to comment.