You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that at the top of AhoyEmail::Processor#track_links, there is an explicit check for if html_part?.
I'd love to open a PR to add tracking to the text-only version of an email.
Is that something that you think would be beneficial to the community, or was there a product decision to only attempt to parse the html component of a mailer?
Thanks!
The text was updated successfully, but these errors were encountered:
One challenge I see with attempting to add tracking to links in text-based emails would be how to accurately identify unsubscribe links with respect to the AhoyEmail.default_options[:unsubscribe_links] configuration setting.
I see that at the top of
AhoyEmail::Processor#track_links
, there is an explicit check forif html_part?
.I'd love to open a PR to add tracking to the text-only version of an email.
Is that something that you think would be beneficial to the community, or was there a product decision to only attempt to parse the html component of a mailer?
Thanks!
The text was updated successfully, but these errors were encountered: