No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 100%
Find a file
2023-02-21 17:26:47 +00:00
build Updated email sig 2023-02-21 17:25:19 +00:00
.gitignore Updated email sig 2023-02-21 17:25:19 +00:00
gen.js Updated email sig 2023-02-21 17:25:19 +00:00
LICENSE Initial Commit 2021-10-24 15:10:29 +01:00
README.md Updated README 2023-02-21 17:26:47 +00:00

email-signatures

Simple JXA Script for adding email-signatures into Microsoft Outlook for Mac after asking the user some basic questions about themselves

Usage

  • Open Script Editor.app
  • Change the AppleScript dropdown to JavaScript
  • Copy the contents of gen.js into Script Editor.app and make any required changes to the template
    • Ensure you keep the #name#, #title#, and #phone# sections as these are used later during string substitution.
  • Save the Application into the ./build directory and with NO CODE SIGNING as Bink Signature Generator.app
  • From the ./build directory, execute gon sign.json
  • This should eventually return a Bink Signature Generator.zip file
  • Extract this zip file, rename the resulting directory with a .app suffix.
  • ???
  • Profit!