manyuanrong / deno-smtp

SMTP implements for deno
MIT License
80 stars 26 forks source link

Please add a release tag with the updates #30

Closed Soremwar closed 4 years ago

Soremwar commented 4 years ago

@manyuanrong Deno's registry doesn't allow commit or branch imports anymore (good decision in my opinion). So in order to import from deno.land/x you have to create a version tag/release so we can use it.

To register in the new repository, just follow the instructions in the https://deno.land/x/ landing page, from there on now the process should be automated.

For everyone else, in the meantime you can import from github directly (thanks ECMA for ES modules).

Latest commit as of 03/08/2020 https://raw.githubusercontent.com/manyuanrong/deno-smtp/bc38e10b8fd683f2bca350f2885f64553ab0ea51/mod.ts

import {
  SmtpClient
} from "https://raw.githubusercontent.com/manyuanrong/deno-smtp/bc38e10b8fd683f2bca350f2885f64553ab0ea51/mod.ts";
manyuanrong commented 4 years ago

thanks for your reminder