Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Unsubscribe from this email" in email footer is unclear. #61

Open
neelshah75 opened this issue Apr 20, 2020 · 1 comment
Open

"Unsubscribe from this email" in email footer is unclear. #61

neelshah75 opened this issue Apr 20, 2020 · 1 comment
Assignees
Labels
enhancement New features or functionality feature-request Requests for new features.

Comments

@neelshah75
Copy link
Collaborator

"Unsubscribe from this email" in email footer is unclear. Update language to clarify that all subscription list preferences can be managed.

@cjg89 cjg89 transferred this issue from UCF/UCF-GMUCF-Theme Jun 9, 2020
@cjg89
Copy link
Member

cjg89 commented Jun 9, 2020

Moving issue to Postmaster since this link is hard-coded into the email during the email send process:

# Unsubscribe link
customized_html = re.sub(
re.escape(delimiter) + 'UNSUBSCRIBE' + re.escape(delimiter),
'<a href="%s" style="color:blue;text-decoration:none;">unsubscribe</a>' % recipient_details.recipient.unsubscribe_url,
customized_html)

@cjg89 cjg89 added enhancement New features or functionality feature-request Requests for new features. labels Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or functionality feature-request Requests for new features.
Projects
None yet
Development

No branches or pull requests

5 participants