You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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&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>
The text was updated successfully, but these errors were encountered:
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 runopen -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:
The text was updated successfully, but these errors were encountered: