deno-smtp icon indicating copy to clipboard operation
deno-smtp copied to clipboard

SMTP implements for deno

Results 17 deno-smtp issues
Sort by recently updated
recently updated
newest added

Hi! I send to a non-existent email and get an error 550: `Uncaught (in promise) Error: 550: Message was not accepted -- invalid mailbox. Local mailbox [email protected] is unavailable: user...

enhancement
good first issue

ror: 451: 4.4.2 Timeout - closing connection. 9sm11874315wmo.34 - gsmtp I am getting this error after c15 minutes of server start.i found that smtp connection is timing out. the only...

Hello Sir thanks for this contribution Here is my workaround: ``` import * as base64 from "https://denopkg.com/chiefbiiko/base64/mod.ts"; import { SmtpClient } from "https://deno.land/x/smtp/mod.ts" const diacritic = 'ça va?' const b64:...

If I use the example provided in the README to send an email to an Exchange server, the recipient receives an email with no contents. From a quick look at...

This example was running couple days before and now it gives me an error: ``` error: Uncaught Error: failed to lookup address information: Name or service not known at unwrapResponse...

I deploy my project deno in https://dash.deno.com/ after using deno-smtp deploy failed but it work fine in develop environment (localhost). ConnectionRefused: Connection refused (os error 111) at async Object.connectTls (deno:ext/net/02_tls.js:37:42)...