smtp.cr
smtp.cr copied to clipboard
smtp shard
Results
2
smtp.cr issues
Sort by
recently updated
recently updated
newest added
It seems there are prints to STDOUT hardcoded in the SMTP client class, do you mind allowing the user to pass in a `Logger` class and use it ? You...
I'm trying to get something like you would see [here](https://www.digitalocean.com/community/tutorials/how-to-use-google-s-smtp-server). For reference, I've used a node.js module, [Nodemailer](https://github.com/nodemailer/nodemailer), that is able to implement that as seen in [this example](https://github.com/nodemailer/nodemailer/blob/master/examples/tl_dr.js). It...