SMTP Client implementation [on hold]
- by orif
I'm implementing SMTP client.
What should the client do once it already sent the "." at the end of the mail, but didn't receive "250 Ok"?
This is how the conversation between the client and server look like:
Server Response: 220 www.sample.com ESMTP Postfix
Client Sending : HELO domain.com
Server Response: 250 Hello domain.com
Client Sending :…