diff options
Diffstat (limited to '')
-rw-r--r-- | src/net/smtp/SMTPTransport.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/smtp/SMTPTransport.cpp b/src/net/smtp/SMTPTransport.cpp index fb951bad..40b6375c 100644 --- a/src/net/smtp/SMTPTransport.cpp +++ b/src/net/smtp/SMTPTransport.cpp @@ -308,6 +308,7 @@ void SMTPTransport::send utility::inputStreamStringAdapter isAdapter(str); send(expeditor, recipients, isAdapter, str.length(), progress, sender); + return; } // Send message envelope |