Visual C++ MailClient.

Job ID: 36368139

Budget: $30 – $250 USD

I'm looking for skilled developers who have knowledge in C++,OpenSSL, Windows and Linux OS.

This project is to create a class in C++ fo sending emails.
And must be compatible with Linux & Windows.

The sending process be like this

struct sendMail()
{}
The class with its funtions and variables.

sendMail newEmail;
newEmail.start("host",port);
newEmail.login(user,pwd);
// The login depends if nothing specified then bypass that option.

newEmail.from = "test@test";
newEmail.to = "testo@test";
newEmail.msgdata = datatosend;
int stats = newEmail.send();

After the sending will have reponse on stats.
For example.

1 success.
2 recp invalid
3 msg rejected
4 host no response.

Must have tls support.
Only OpenSSL Library allowed.
For more details contact me.