Who can help me to combine these two sources codes.
- http://pastebin.com/zvaxzPsc - Socket Class Working with RFC1928 rules
- http://pastebin.com/TN27RijR - Chilkat Send Mail
I want to make that Chilkat Send Mail [ public void SendMail(string toList, string from, string bccList, string subject, string body, string pass)
] to send through the Socket Class from first source code.
How to do this correctly?