472,331 Members | 1,567 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,331 software developers and data experts.

connectiong to a SMTP server

how can i connect to a smtp server and check my email account if i have e
mails and maybe looking at their subject, etc,..
couldnt fnd a place for smtp commands and cnonecting to a smtp server??
Nov 15 '05 #1
3 1525
If you want to read emails, I would use the POP3 protocol. I think the SMTP
protocol is for sending emails. Please correct me if I'm wrong!

To read emails through POP3, check out for example this article:
http://www.programmersheaven.com/2/Art_CSharp_3
--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan

"Serdar C." <se*****@interaktif.gen.tr> schreef in bericht
news:OD**************@TK2MSFTNGP11.phx.gbl...
how can i connect to a smtp server and check my email account if i have e
mails and maybe looking at their subject, etc,..
couldnt fnd a place for smtp commands and cnonecting to a smtp server??

Nov 15 '05 #2
Serdar C. <se*****@interaktif.gen.tr> wrote:
how can i connect to a smtp server and check my email account if i have e
mails and maybe looking at their subject, etc,..
couldnt fnd a place for smtp commands and cnonecting to a smtp server??


SMTP is used for *sending* mails - you need to work out whether you've
got a POP3 or IMAP server (or something else), and find the appropriate
commands for *that*. When you know what type of server you're looking
at, a google search for that name and "RFC" is likely to help.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 15 '05 #3
Serdar,

As others have mentioned, you want to look at either the IMAP or POP3
protocol for connecting to your email server and reading the emails that
might be located in an account on that server.

In order to do that, you might want to look into using the Collaboration
Data Objects (CDO), which you can use to connect to various accounts and get
information about them.

Hope this helps.

i

"Serdar C." <se*****@interaktif.gen.tr> wrote in message
news:OD**************@TK2MSFTNGP11.phx.gbl...
how can i connect to a smtp server and check my email account if i have e
mails and maybe looking at their subject, etc,..
couldnt fnd a place for smtp commands and cnonecting to a smtp server??

Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Mark Carter | last post by:
I'm trying to create a mail server in Twisted. I either get SMTPSenderRefused or SMTPException: SMTP AUTH extension not supported by server. ...
7
by: Nancy | last post by:
Hi, Is there any one knows, if I want to use mod_python to handle my html form, I must have a SMTP server on my PC(winxp pro)? Where can I get a...
21
by: Nancy | last post by:
Hi, Guys, Is there any other way to use python or mod_python writing a web page? I mean, not use "form.py/email", no SMTP server. <form...
3
by: dale zhang | last post by:
Hi, I write an asp.net web application. It has a “Contact Us” page, where users fill in their email, subject and text and hit send. Then the...
1
by: bivin | last post by:
hai i am requesting your technical support. please help me. i have been working with this for five days. the problem is relating with the...
34
by: antonyliu2002 | last post by:
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.