I have some code that connects to my server but once it connects it sends some data that I have no idea what it's trying to do. It looks like it's the same info sent again and again about 10 times. Then it disconnects.

Goal:
-Connect to server
-Send an email
-Disconnect

I'm using PPP authenication.
Also, I need to use this dialer instead of Windows Dial-Up Connection. I have the code written for everything else except for this problem.