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

Allow mailto link in email (button or link) #2326

Open
richardolsson opened this issue Nov 6, 2024 · 0 comments · May be fixed by #2327
Open

Allow mailto link in email (button or link) #2326

richardolsson opened this issue Nov 6, 2024 · 0 comments · May be fixed by #2327
Labels
🐜 bug Something isn't working 🚪 entry-level Good for newcomers 🐟 Small Should be a quick-ish fix.

Comments

@richardolsson
Copy link
Member

Description

One user wants to be able to add a link to an email address in a mass email. They want to write some text, and then include a link in that text (or in a standalone button block) to some email address using a mailto: link, but that does not currently work.

Steps to reproduce

  1. Go to https://app.dev.zetkin.org/organize/1
  2. Go into any project or create a new one
  3. Create an email
  4. Go to the "Compose" tab
  5. In the composer, add a button
  6. Edit the URL of the button to be mailto:info@example.com
  7. Click "Click to test link"

Expected Behaviour

The link should open an email client (or however the browser is configured to handle mailto links).

Actual Behaviour

The link takes you to http://DOMAIN where DOMAIN is the domain part of the email address.

Screenshots (if you have any)

image
image

@richardolsson richardolsson added 🐜 bug Something isn't working 🚪 entry-level Good for newcomers 🐟 Small Should be a quick-ish fix. labels Nov 6, 2024
@k-nut k-nut linked a pull request Nov 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐜 bug Something isn't working 🚪 entry-level Good for newcomers 🐟 Small Should be a quick-ish fix.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant