pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

Investigate if we're sending emails correctly

Open jonasfj opened this issue 1 year ago • 3 comments

Should we use: content-transfer-encoding quoted-printable

Are we use using any encoding :D

jonasfj avatar Aug 15 '24 09:08 jonasfj

We have seen emails end up in the spam folder - that is also worth investigating IMO.

sigurdm avatar Aug 22 '24 08:08 sigurdm

Could be related to https://github.com/dart-lang/pub-dev/issues/7833

jonasfj avatar Sep 24 '24 09:09 jonasfj

I think package:mailer uses base64 encoding for everything, and it should be just as good (or better) than quoted-printable. The spam classification is very likely because of the line length issue mentioned in the #7833.

isoos avatar Sep 26 '24 09:09 isoos