Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ quit
Method
quit
Sming/Components/Network/src/Network/SmtpClient.cpp:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void SmtpClient::quit()
128
{
129
sendString(F(
"QUIT\r\n"
));
130
state = eSMTP_Quitting;
131
}
132
133
// Protected Methods
134
void SmtpClient::onReadyToSendData(TcpConnectionEvent sourceEvent)
Callers
1
onMailSent
Function · 0.80
Calls
1
F
Function · 0.50
Tested by
no test coverage detected