Mail Assistant icon

Mail Assistant 0.4

Companion tool for Drafts to allow sending HTML formatted email

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    mail-assistant # Mail Assistant
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    mail-assistant # Mail Assistant
  ];
}

Package Definition

{
  "pname": "mail-assistant",
  "version": "0.4",
  "src": {
    "url": "https://s3-us-west-2.amazonaws.com/downloads.agiletortoise.com/Mail+Assistant.app.zip",
    "sha256": "no_check"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Mail Assistant.app\" \"$out/Applications/Mail Assistant.app\""
  ],
  "meta": {
    "description": "Companion tool for Drafts to allow sending HTML formatted email",
    "homepage": "https://docs.getdrafts.com/misc/mail-assistant"
  }
}