kaisellgren / mailer

Compose and send emails from Dart. Supports file attachments, HTML emails and multiple transport methods.
MIT License
166 stars 86 forks source link

Dart SHELF Logger exception #217

Closed pedropastor closed 2 years ago

pedropastor commented 2 years ago

Hi,

When sending an email the shelf logger typically used as a middleware raises an exception because the server response probably does not follow a standard http request format.

I am not being able to see what the smtp server reply is so I can capture it (and send the info to the guys at google) if anyone has this info (it would be great if the response follows a MAIL method like PUT POST GET... so it's easier to intercept) please leave your comments.

I am also asking Suragch who made the tutorial, and if I fix it, will check with him to add this info to it.

pedropastor commented 2 years ago

Just please forget this... Dart is "GREAT" sending debug messages and it was a completely different error in a completely different place.