EC-Nordbund / denomailer

A SMTP-Client implementation for deno (to send mails!)
https://deno.land/x/denomailer
MIT License
50 stars 16 forks source link

the readme example not working on last 1.3.0 and deno 1.26 #38

Closed jupegarnica closed 1 year ago

jupegarnica commented 1 year ago

the readme example not working on last 1.3.0 and deno 1.26

mathe42 commented 1 year ago

What error message do you get?

Could you add

debug: {
    log: true
}

to the SMTPClient options and share the output? (BUT REMOVE PASSWORD + USERNAME from the logs! (Note they are encoded))

mathe42 commented 1 year ago

note: I got the example (changed config to use my SMTP server) runnig just now...

mathe42 commented 1 year ago

Closing this as no reproduction was provided.