473,406 Members | 2,336 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,406 software developers and data experts.

ASP email application

I need to create an online email application which will receive and
send emails from given accounts using ASP.

I am aware that I can use ASP components such as ASPEmail or
ASPSmartMail to send messages, but have no idea how to receive emails.

I read somewhere that CDONTS may help, but my provider has disabled
these on his server.

Any suggestions? Thanks ,R

Jul 22 '05 #1
6 1639
Gazing into my crystal ball I observed "richardtinkler"
<ri************@yahoo.com> writing in news:1102531800.059301.265990
@z14g2000cwz.googlegroups.com:
I need to create an online email application which will receive and
send emails from given accounts using ASP.

I am aware that I can use ASP components such as ASPEmail or
ASPSmartMail to send messages, but have no idea how to receive emails.

I read somewhere that CDONTS may help, but my provider has disabled
these on his server.

Any suggestions? Thanks ,R


A regular email client won't work?
--
Adrienne Boswell
Please respond to the Group so others can share
Jul 22 '05 #2
Unfortunately a regular email client won't work. The client is always
on the move and needs very specific functions not provided by the
webmail system offered by his host.

I mentioned 'receiving' emails before. However, 'viewing' received
emails would also be sufficient.

Any ideas? Thanks, R
Adrienne Boswell wrote:
Gazing into my crystal ball I observed "richardtinkler"
<ri************@yahoo.com> writing in news:1102531800.059301.265990
@z14g2000cwz.googlegroups.com:
I need to create an online email application which will receive and
send emails from given accounts using ASP.

I am aware that I can use ASP components such as ASPEmail or
ASPSmartMail to send messages, but have no idea how to receive emails.
I read somewhere that CDONTS may help, but my provider has disabled
these on his server.

Any suggestions? Thanks ,R


A regular email client won't work?
--
Adrienne Boswell
Please respond to the Group so others can share


Jul 22 '05 #3
A standard email client can usually receive email from anywhere on the
internet. For example, I can receive my work email at home or in the office.

In order to view received email directly through a web application you have
to have access to the POP3 server where the email is stored. If you have
direct access to the mail server's files and know the format you could read
them using the filesystem object. If not, you would need to use the POP3
protocol to download them from the mail-server. The protocol is relatively
simple (text-based) but needs a telnet-like connection.

If the client is already receiving email through a web-based mail system as
you mentioned you may be able to simulate a login and screen-scrape the
emails from the mail-server using server-side HTTP POST requests. See
http://www.aspfaq.com/show.asp?id=2173
--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com

"richardtinkler" <ri************@yahoo.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Unfortunately a regular email client won't work. The client is always
on the move and needs very specific functions not provided by the
webmail system offered by his host.

I mentioned 'receiving' emails before. However, 'viewing' received
emails would also be sufficient.

Any ideas? Thanks, R
Adrienne Boswell wrote:
Gazing into my crystal ball I observed "richardtinkler"
<ri************@yahoo.com> writing in news:1102531800.059301.265990
@z14g2000cwz.googlegroups.com:
> I need to create an online email application which will receive and
> send emails from given accounts using ASP.
>
> I am aware that I can use ASP components such as ASPEmail or
> ASPSmartMail to send messages, but have no idea how to receive emails. >
> I read somewhere that CDONTS may help, but my provider has disabled
> these on his server.
>
> Any suggestions? Thanks ,R
>
>


A regular email client won't work?
--
Adrienne Boswell
Please respond to the Group so others can share

Jul 22 '05 #4
Thanks for the info. Unfortunately, I don't have direct access to the
POP3 server so would need to use the POP3 protocol option.

How difficult is it to read the 'from', 'subject', 'date', & 'message'
info. from the server? Can I do this using ASP and - if I only want to
read, NOT download - can I do it using a normal dial up internet
connection?

Thanks in advance for any more advice. R

Jul 22 '05 #5
"richardtinkler" <ri************@yahoo.com> wrote:
Thanks for the info. Unfortunately, I don't have direct access to the
POP3 server so would need to use the POP3 protocol option.

How difficult is it to read the 'from', 'subject', 'date', & 'message'
info. from the server? Can I do this using ASP and - if I only want to
read, NOT download - can I do it using a normal dial up internet
connection?


You can telnet to the POP3 server and send the proper commands to do
all these things. RFC1939 describes the POP3 protocol. It's available
at http://www.faqs.org/rfcs/rfc1939.html.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov
Jul 22 '05 #6
Thanks Tim. Great article....

Any ideas how I can telnet using ASP? R
Tim Slattery wrote:
"richardtinkler" <ri************@yahoo.com> wrote:
Thanks for the info. Unfortunately, I don't have direct access to thePOP3 server so would need to use the POP3 protocol option.

How difficult is it to read the 'from', 'subject', 'date', & 'message'info. from the server? Can I do this using ASP and - if I only want toread, NOT download - can I do it using a normal dial up internet
connection?


You can telnet to the POP3 server and send the proper commands to do
all these things. RFC1939 describes the POP3 protocol. It's available
at http://www.faqs.org/rfcs/rfc1939.html.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov


Jul 22 '05 #7

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

Similar topics

3
by: Mark Hahn | last post by:
Can someone point me in the right direction to tell windows to run the default email application, create a new message, and let me populate it with subject, body, and attachments? I've been...
2
by: brettk | last post by:
Hello All, Here's what I'm trying to do: I need to connect to a pop3 server, download all messages, and copy all of the attachments into a specific directory. The actual email message is...
117
by: Steevo | last post by:
Any suggestions as to the best programs for cloaking email addresses? Many thanks -- Steevo
3
by: scott_baird | last post by:
I have an email macro setup (maybe I should go another way, but that was the quickest at the moment...) and what I would like to do is automate the "to" addressee of the email it generates for...
6
by: \jason via DotNetMonster.com\ | last post by:
currently i am doing a personal website and keep on changing the aspect... finally the finall decision is to have a login page (requirement in asp.net, vb.net) and the login with security part of...
1
by: John Smith | last post by:
Hi, I'm trying to send email in our C# ASP.Net application using the Outlook 11 library. For a bunch of unimportant reasons (unimportant to this posting that is) we have to do it this way and...
16
by: matt | last post by:
I have used some free code for listing files for download, but I want to send an email to the administrator when the file has been downloaded. I have got some code in here that does it, but it will...
5
by: xin.yadong | last post by:
Is there a way to create an New Outlook Email from an ASP.NET application? I can not use "mailto:", since it is only support a string less than 512. I have find a good way from link :...
2
by: bthubbard | last post by:
Hello All, I am hoping to hear other people's suggestions and advice regarding this issue. Generating and sending a basic HTML email with Microsoft.Net is easy. I can throw some HTML together...
12
by: bpw22az | last post by:
Bare with me guys. I will try and make this short and to the point. I have a website that allows students to check their admission status by submitting their email address which in turn sends them...
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.