Adam Lazzarato

Results 2 comments of Adam Lazzarato

Something like this can also be done using [Hammerspoon](https://www.hammerspoon.org/): ``` local cmd_shift = {"shift", "cmd"} hs.hotkey.bind(cmd_shift, 'b', function() hs.application.launchOrFocus("Boop") end) ```

Yes, because mailsac is still using version `0.3.35` of `simplesmtp`. The error is related to the way `simplesmtp` handles blank lines. There are missing cases for `\n` and `\r\n`. This...