question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[MS Teams][Action.OpenUrl] Mailto with several recipients

See original GitHub issue

Platform

MS Teams

Description

I create an Adaptive card with Action.OpenUrl and set url to create email via “mailto”. But it works fine only if I set one recipient, when I try to set several recipients there is nothing to happen.

{
    "type": "Action.OpenUrl",
    "title": "Create email",
    "url": "mailto:one@email.com;two@email.com?Subject=Test"
}

It would be great to have opportunity to do this thing or maybe I just do something wrong?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Wajeed-msftcommented, Jun 14, 2021

This has been added as feature request and engineering team is looking into it. Once this feature is completed, we will have parity across platforms.

1reaction
christopherolliecommented, May 22, 2021

and Android 👍 but not Windows.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Send multiple email addresses to mail app with mailTo
let recipients = ["percent@encode.net","those@commas.com","andbe@well.org"] UIApplication.shared.open(URL(string: "mailto:\(recipients.joined( ...
Read more >
Hyperlinks to send email to multiple recipients with ...
My query is just to create a hyperlink to be able to send an email to multiple recipients and multiple CC, So I...
Read more >
How to customize MailTo for Multiple Recipients, Subject ...
By using the MailTo in your href links in HTML files, you can manage multiple recipients in a semicolons seperated format. You can...
Read more >
Hyperlinks, Links to Email Addresses, and Anchors
Specify multiple recipients in the To field, separating addresses with a comma (,) or a semicolon (;). For example: mailto:postmaster@example.com,mail@example. ...
Read more >
The OpenURL and SFX Linking
Although the vendors are different, each one sends its. OpenURLs to the same library link server, so the library has to maintain data...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found