We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The API for Deno.dail has changed (denoland/deno#3000) According to https://deno.land/typedoc/interfaces/deno.dialoptions.html there is now a DialOptions object.
Deno.dail
DialOptions
// smtp.ts:20:41 this._conn = await Deno.dial({ hostname: config.host, port: config.port, transport: "tcp" });
i can open a PR if you want :)
The text was updated successfully, but these errors were encountered:
Of course, but I hope to change the READE.md and CI configuration together
Sorry, something went wrong.
@manyuanrong greeting. Are you planning to update your package, because it is not usable for now, unfortunately
Closed by: https://github.com/manyuanrong/deno-smtp/releases/tag/v0.4.0
No branches or pull requests
The API for
Deno.dail
has changed (denoland/deno#3000)According to https://deno.land/typedoc/interfaces/deno.dialoptions.html there is now a
DialOptions
object.i can open a PR if you want :)
The text was updated successfully, but these errors were encountered: