thinger-io / thinger-server

Thinger.io Server Repository
MIT License
2 stars 0 forks source link

Email - 501 Syntax error - line too long #92

Open alvarolb opened 5 months ago

alvarolb commented 5 months ago

Some email recipients may reject the content, as it exceeds 998 characters line length:

Captura de pantalla 2024-02-22 a las 15 32 20

Emails are encoded in base64, thus, resulting on a single line.

image