PDA

Click to See Complete Forum and Search --> : Recieve mail using ASP


sail3005
Jun 1st, 2001, 12:00 PM
I know how to send mail using ASP, but now i need to need to know how to recieve it! Would there be an easy way to recieve email, and say store it in a database using ASP? BTW i am using IIS 5...

JoshT
Jun 1st, 2001, 12:45 PM
Put the SMTP service on IIS and link to it via CDO with ASP or a custom VB component. Or write a component that uses winsock to connect directly to your POP server.

sail3005
Jun 1st, 2001, 03:30 PM
OK, thanks for the help. I guess recieving mail is going to be a lot harder than simply sending it...:(

firoz
Jun 3rd, 2001, 09:22 AM
the is complete set of project is there is the internet u can download it with source code and use it as ur requirement. but the thing is the it is not totally based on asp. it use VB COM for sending and recieving email. with that it can also manage diffrent folders and also keep address book.

Yes with all source code!!!

What else you want????
The Site URL is
http://www.seanmccormick.com/web/Disclaimer.asp

and the source code can be found here
http://www.microsoft.com/mind/1299/code/McCormick1299.zip

and it u want to learn the email system it self then look at
http://www.microsoft.com/mind/defaulttop.asp?page=/mind/1299/webmail/webmail.htm&nav=/mind/1299/inthisissuecolumns1299.htm


i hope u all will fine this information

keep firing

firoz

sail3005
Jun 3rd, 2001, 07:16 PM
Thanks, I'll have a look at those...