[MS Teams][Action.OpenUrl] Mailto with several recipients
See original GitHub issuePlatform
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:
- Created 2 years ago
- Comments:11 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
and Android 👍 but not Windows.