smtp.cr icon indicating copy to clipboard operation
smtp.cr copied to clipboard

Use logger instead of `p` the responses

Open bararchy opened this issue 7 years ago • 1 comments

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 could default to using Logger.new(STDOUT) or something

bararchy avatar Jun 06 '17 08:06 bararchy

@bararchy, that's correct, right now i don't have the time for making this changes, but PR are welcomed :).

ray-delossantos avatar Jun 06 '17 21:06 ray-delossantos