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
If a subject contains a newline char "\n" that is following by ":" it can potentially be a security issue and will be blocked by the python smtp library. To avoid this issue we need to automatically replace any "\n" chars with a space
If a subject contains a newline char "\n" that is following by ":" it can potentially be a security issue and will be blocked by the python smtp library. To avoid this issue we need to automatically replace any "\n" chars with a space