Sandboxing my App with Scripting Bridge to send email

前端 未结 4 884
借酒劲吻你
借酒劲吻你 2021-01-13 08:05

I\'m using a scripting bridge for sending mails from my Mac App. Now I need to sandbox the app and sending mails is not longer working while sandboxing is enabled.

D

4条回答
  •  日久生厌
    2021-01-13 08:50

    I have modified Apple's SBSendEmail sample application to be Sandboxed and can successfully compose an e-mail. It appears that it is not possible to send the e-mail, but at least you could set everything up for the user just to press send.

    https://github.com/Whiffer/SBSendEmail

提交回复
热议问题