Hacker News new | ask | show | jobs
by gumby 1040 days ago
Does smtp have another mode other than text?
1 comments

SMTP generally assumes you only have 7bit transfer. You have to negotiate a protocol extension (8bitmime) to send bytes with a leading 1.

https://datatracker.ietf.org/doc/html/rfc6152