You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can easily violate the 998 characters limit.
In my environment, I receive broken mail if there are too many to.
(I think the behavior is up to mail server's implementation)
The text was updated successfully, but these errors were encountered:
sbeitzel
added a commit
to sbeitzel/Swift-SMTP
that referenced
this issue
Dec 22, 2021
According to RFC5322:
If we have multiple
to
, they are joined to comma separated single line.Swift-SMTP/Sources/SwiftSMTP/Mail.swift
Line 125 in f9b1d70
This can easily violate the 998 characters limit.
In my environment, I receive broken mail if there are too many
to
.(I think the behavior is up to mail server's implementation)
The text was updated successfully, but these errors were encountered: