Skip to content

[SMTP] Two response codes returned for end of data command #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Majora-OX opened this issue Mar 20, 2025 · 0 comments · May be fixed by #277
Open

[SMTP] Two response codes returned for end of data command #274

Majora-OX opened this issue Mar 20, 2025 · 0 comments · May be fixed by #277

Comments

@Majora-OX
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants