473,387 Members | 3,821 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,387 software developers and data experts.

smtp receive ?


Hi,
i have to migrate an old asp classic app into asp.net
this application has a mail fonction

--
Elise Dupont
MVP .Net France
Jul 21 '05 #1
4 1723
Hi i'm sorry, a bug with the http interface ;-)

As i said, this app makes smtp send and receive. The old app in classic asp uses a component called jmail.

In dotnet, i'm ok with smtp send, that's an easy functionalities provided by the framework.
But what about smtp receive ?
How can i do that ? shall i use a component (and buy it) or is it possible to develop it, and if i have to develop it, will it take a lot of time ?

I made some search on google, and all i found was about smtp send, or a component not free that can perform the smtp receive from quiksoftcorp.com

any other clue ?

Thanks
--
Elise Dupont
MVP .Net France
"Elise.D" wrote:

Hi,
i have to migrate an old asp classic app into asp.net
this application has a mail fonction

--
Elise Dupont
MVP .Net France

Jul 21 '05 #2
You need a pop3 component.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"Elise.D" <El****@discussions.microsoft.com> wrote in message
news:5B**********************************@microsof t.com...
Hi i'm sorry, a bug with the http interface ;-)

As i said, this app makes smtp send and receive. The old app in classic asp uses a component called jmail.
In dotnet, i'm ok with smtp send, that's an easy functionalities provided by the framework. But what about smtp receive ?
How can i do that ? shall i use a component (and buy it) or is it possible to develop it, and if i have to develop it, will it take a lot of time ?
I made some search on google, and all i found was about smtp send, or a component not free that can perform the smtp receive from quiksoftcorp.com
any other clue ?

Thanks
--
Elise Dupont
MVP .Net France
"Elise.D" wrote:

Hi,
i have to migrate an old asp classic app into asp.net
this application has a mail fonction

--
Elise Dupont
MVP .Net France

Jul 21 '05 #3
Look for POP3 receive components. There are a couple available. Soft
Artisans has one.

--- Nick

"Elise.D" <El****@discussions.microsoft.com> wrote in message
news:5B**********************************@microsof t.com...
Hi i'm sorry, a bug with the http interface ;-)

As i said, this app makes smtp send and receive. The old app in classic asp uses a component called jmail.
In dotnet, i'm ok with smtp send, that's an easy functionalities provided by the framework. But what about smtp receive ?
How can i do that ? shall i use a component (and buy it) or is it possible to develop it, and if i have to develop it, will it take a lot of time ?
I made some search on google, and all i found was about smtp send, or a component not free that can perform the smtp receive from quiksoftcorp.com
any other clue ?

Thanks
--
Elise Dupont
MVP .Net France
"Elise.D" wrote:

Hi,
i have to migrate an old asp classic app into asp.net
this application has a mail fonction

--
Elise Dupont
MVP .Net France

Jul 21 '05 #4

Yes that's the one (soft artisan) we used for the classic asp
okay thanks for the answer

--
Elise Dupont
MVP .Net France
"Nick Malik" wrote:
Look for POP3 receive components. There are a couple available. Soft
Artisans has one.

--- Nick

"Elise.D" <El****@discussions.microsoft.com> wrote in message
news:5B**********************************@microsof t.com...
Hi i'm sorry, a bug with the http interface ;-)

As i said, this app makes smtp send and receive. The old app in classic

asp uses a component called jmail.

In dotnet, i'm ok with smtp send, that's an easy functionalities provided

by the framework.
But what about smtp receive ?
How can i do that ? shall i use a component (and buy it) or is it possible

to develop it, and if i have to develop it, will it take a lot of time ?

I made some search on google, and all i found was about smtp send, or a

component not free that can perform the smtp receive from quiksoftcorp.com

any other clue ?

Thanks
--
Elise Dupont
MVP .Net France
"Elise.D" wrote:

Hi,
i have to migrate an old asp classic app into asp.net
this application has a mail fonction

--
Elise Dupont
MVP .Net France


Jul 21 '05 #5

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

Similar topics

3
by: Andy Turner | last post by:
Hi, I'm trying to setup PHP so it will use a remote SMTP server. I'm going to sound like a newbie but how? I know you need to alter php.ini, change SMTP from localhost to the SMTP server and the...
2
by: David | last post by:
Hi Group, I'm having a few problems with getting an SMTP server configured on my Windows 2000 Server web server. My web server is co-located at my hosts and i use VNC to remotely access the web...
5
by: Kevin Harrison | last post by:
Has anyone had any issues repeatedly sending SMTP e-mails from .Net? I have a c# component that gets executed by multiple threads, and uses SmtpMail.Send to send e-mails. Whilst in 80% of cases...
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...
4
by: Elise.D | last post by:
Hi, i have to migrate an old asp classic app into asp.net this application has a mail fonction -- Elise Dupont MVP .Net France
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...
5
by: universalbitmapper | last post by:
Hi, I'm trying to send an e-mail from a .php script and ie6 returns this error: Warning: mail() : Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port"...
0
by: jlconde | last post by:
I have a classe to send mails. It runs on yahoo well but with hotmail I never receive the mails.I do not receive an error neither. I would need some strange header to make the hotmail like my...
11
by: ibiza | last post by:
Hi all, I am trying to use the System.Net.Mail class for the first time, with ASP.NET 2.0. I setup everything according to http://www.codeproject.com/aspnet/EasySMTP_package.asp, which gives...
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
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
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...
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
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,...

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.