No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server response after QUIT and before closing connection.
This commit is contained in:
parent
9fa185b454
commit
20ba86512f
@ -516,6 +516,7 @@ void SMTPTransport::internalDisconnect()
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
sendRequest("QUIT");
|
sendRequest("QUIT");
|
||||||
|
readResponse();
|
||||||
}
|
}
|
||||||
catch (exception&)
|
catch (exception&)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user