473,382 Members | 1,615 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 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 1574
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. What do I need to do to get it to work?
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 free SMTP server? I cann't follow mod_python's...
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 action="form.py/email" method="POST"> ... Thanks a lot. ...
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 email will go to my hard coded yahoo email...
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 smtp. i am trying to send an email from the asp.net...
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 Connection granted to "127.0.0.1". 3. Relay only allow...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.