473,800 Members | 2,614 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1653
Gazing into my crystal ball I observed "richardtinkler "
<ri************ @yahoo.com> writing in news:1102531800 .059301.265990
@z14g2000cwz.go oglegroups.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.go oglegroups.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.goo glegroups.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.go oglegroups.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
4072
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 studying win32com.client and I think I could use it for a specific application like outlook, but I need it to work for any app such as Eudora.
2
6737
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 unimportant. Now, I've found plenty of examples that strip the attachments from an email message, but most (if not all) of them take a file parameter. My question is this:
117
11897
by: Steevo | last post by:
Any suggestions as to the best programs for cloaking email addresses? Many thanks -- Steevo
3
2580
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 sending. What I have is an email button that creates a report based on a property address on a form (driven by a query which has criteria such as forms!frmPROPERTY!address). That open form also has an email address on it for the owner, and I would...
6
2801
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 capturing user computer user name i have done... my problem is .... i need the unregistered user to log in to my site and from there there will be a link for them to key in their short information in a textbox and a html email will be sent to...
1
2559
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 can't use SMTP. When I run the application through Visual Studio.Net (by clicking debug in either debug or release modes), it works fine and the email is sent. When I run it by going to Internet Explorer directly and typing in my local host...
16
3262
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 not print in the username or email amddress of the person doing the download - which I am collecting from a form on the previous page. I can get the name and email address to print out normally, just not into the email sending body. I have...
5
7218
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 : http://zones.advisor.com/doc/17330 , that thread show how to create a new appointment instead of email. but I have no idea about the format of a new email. Does any one know the format of a new outlook email i.e. Response.ContentType = "text/XXXXXX"...
2
1267
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 from strings, templates, excreta and then fire it out to the world via System.Net.Mail. If I want to generate a more advanced HTML email using the same the same templates as my site I could write a component which uses screen
12
1625
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 and our admissions office an email regarding their status in our SQL database. The ASP script that runs pulls all information from one table. There are three possible status types; 'AC (App Complete), AI (App Incomplete), and UR (Under Review)'. ...
0
9551
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10507
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10279
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10036
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7582
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6815
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4150
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3765
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2948
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.