|
-
Apr 14th, 2005, 01:21 PM
#1
Thread Starter
Lively Member
Help with SMTP prog
OK i made a smtp email prog, works great. Now i want to add a text box that displays all the info i send to telnetand what telnet sends back like when i send HELO it says HELO (then my ip address) and what not. I actually think i would work if i used winsock1.listen and then local port 25 but that doesnt work, no data comes up.
-
Apr 14th, 2005, 05:12 PM
#2
Re: Help with SMTP prog
You are using telnet? Not Winsock -- You should use winsock, its a lot easier. You do not listen on port 25, to listen is to wait for a connection. You will need to connect to port 25.
-
Apr 16th, 2005, 03:50 PM
#3
Thread Starter
Lively Member
Re: Help with SMTP prog
No i am using winsock, just sending to data to the smtp server whcih is the telnet language(i guess you can call it that). But it doesnt display any data i receive, and i still havent fixed it...
-
Apr 18th, 2005, 05:23 PM
#4
Re: Help with SMTP prog
post some code so we can see the problem.
-
Apr 18th, 2005, 05:41 PM
#5
Re: Help with SMTP prog
 Originally Posted by MrSmellyBelly
No i am using winsock, just sending to data to the smtp server whcih is the telnet language(i guess you can call it that). But it doesnt display any data i receive, and i still havent fixed it...
The commands you are sending are referred to as SMTP (Simple Mail Transfer Protocol) commands. You should recieve data from the server the moment the connection is established.
-
Apr 18th, 2005, 08:47 PM
#6
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|