Skip to main content
Home

latest

Mail cli for Coh@bit (cohabit.fr)

This package works with Deno
This package works with Deno
JSR Score
58%
Published
9 months ago (0.5.2)

Coh@mail

Mail cli for Coh@bit.

Warning

Early preview Much more to come, stay up to date

Installation

From jsr

deno install \
  --allow-read \
  --allow-env \
  --allow-net=0.0.0.0 \
  --allow-sys=osRelease,networkInterfaces \
  --allow-run=/usr/sbin/sendmail,whoami \
  --global --force --name=cohamail jsr:@cohabit/mailer/cli

From sources

Warning

Currently bin manually added to releases tab. Prefer git clone and deno to use latest version.

Basic usage

  • From deno

    cd ./cohabit_mail
    deno task cli -h
    deno task <subcommand> -h
    
  • From bin

    ./cohamail -h
    # OR
    ./cohamail <subcommand> -h
    

Configuration

You can override default config and templates with your own in /etc/cohabit/mailer/(config|templates)/.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@cohabit/mailer

Import symbol

import * as mailer from "@cohabit/mailer";
or

Import directly with a jsr specifier

import * as mailer from "jsr:@cohabit/mailer";