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

mailto: links in XCreds menu #282

Open
bryanheinz opened this issue Nov 21, 2024 · 0 comments
Open

mailto: links in XCreds menu #282

bryanheinz opened this issue Nov 21, 2024 · 0 comments

Comments

@bryanheinz
Copy link

I'm trying to add a mailto: link as an XCreds menu item. When I click the menu item in XCreds, I get a Finder error: "The file can't be found." If I run open -u "mailto:[email protected]?subject=Test from XCreds&body=This is a simple test ticket from XCreds." it drafts a new email in Outlook with the mail to, subject, and body filled in.

I would expect clicking the link in XCreds to work similarly to running it in Terminal with open -u

Here's what I have in my mobileconfig profile:

<key>menuItems</key>
<array>
	<dict>
		<key>linkOrAppPath</key>
		<string>mailto:[email protected]?subject=Test from XCreds&amp;body=This is a simple test ticket from XCreds.</string>
		<key>menuItemName</key>
		<string>Email IT</string>
		<key>separatorAfter</key>
		<false/>
		<key>separatorBefore</key>
		<false/>
	</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant