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
Sending a '.' to the SMTP server to signal the end of the DATA command seems to have two response codes be returned at the same time, instead of just one.
For example I'm seeing this when sending an email through the SMTP server:
Sent to SRV: 'DATA'
Received from SRV: '354'
{Sending & receiving message contents}
Sent to SRV: '.'
Received from SRV: '250'
Received from SRV: '250 Ok {Email UUID}'
This ends up causing errors for me when trying to send multiple emails at the same time.
Am able to replicate the issue on v1.13.2
The text was updated successfully, but these errors were encountered:
Sending a '.' to the SMTP server to signal the end of the DATA command seems to have two response codes be returned at the same time, instead of just one.
For example I'm seeing this when sending an email through the SMTP server:
This ends up causing errors for me when trying to send multiple emails at the same time.
Am able to replicate the issue on v1.13.2
The text was updated successfully, but these errors were encountered: