What gems/plugins can be used for Unsubscribe support in Rails?

Posted by user550575 on Stack Overflow See other posts from Stack Overflow or by user550575
Published on 2010-12-21T22:51:18Z Indexed on 2010/12/21 22:54 UTC
Read the original article Hit count: 115

Filed under:
|
|

What gems/plugins that make it easy to add a tamper-resistant unsubscribe link to the bottom of the email a user can click to prevent receiving email those types of emails?

The only thing I could find was http://kevinlochner.com/handling-unsubscribe-requests-in-ruby-on-rail which works but is somewhat unsophisticated and lacks features such as which type of emails to unsubscribe from. It also doesnt include the mechanism for users to unsubscribe.

We using ActionMailer.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about email