Skip to content

Instantly share code, notes, and snippets.

View Sagar007-Git's full-sized avatar

Sagar Patil Sagar007-Git

View GitHub Profile
#include <iostream>
#include <string>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
class SMTPClient {
private:
int sock;
#include <iostream>
#include <string>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
class SMTPClient {
private:
int sock;