Re: Recieving mail/ASP
From: Jeff Cochran (jeff.nospam_at_zina.com)
Date: 06/20/04
- Next message: Jeff Cochran: "Re: ASP Calendars & IIS"
- Previous message: James Lattanzio: "ASPX and form loading."
- In reply to: Ammar: "Re: Recieving mail/ASP"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 20 Jun 2004 18:55:22 GMT
On Fri, 18 Jun 2004 22:51:20 GMT, "Ammar" <ammar.majeed@comhem.se>
wrote:
>
>"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
>news:40d94e33.761601024@msnews.microsoft.com...
>> On Fri, 18 Jun 2004 15:50:30 GMT, "Ammar" <ammar.majeed@comhem.se>
>> wrote:
>>
>> >Thanks to your help, I could finally send ASP mails with attachements...
>> >A very strange question:
>> >When I looked through all the sites you gave me and through Google, I got
>> >the impression that everyone was trying to send e-mail through ASP, but
>no
>> >one wrote something about building a page to RECIEVE an e-mail through a
>POP
>> >server or anything else....
>> >can it be done?
>>
>> Sure. What exactly do you want to do with mail retrieved from a POP
>> server? And does an email client not do the job for you?
>>
>> Jeff
>
>Hi
>my question is in fact a bit more complicated than what i said...
>you know, when i try to access my web site in IIS installed in my computer,
>then i have to use my IP address, ex:
>http://212.54.89.122/start.asp
>i know that i can register a domain at a DNS server and then do some DNS
>settings so that whenever someone types the domain name, he will be
>redirected to my ip address,ex
>http://ammar.com will refer to the address above, so the user wouldnt have
>to remeber the complex ip numbers...
>but isnt there another way? cant i simply just install some program in IIS
>or in my computer so that i dont need to register a domain at a web server,
>rather that everything will be done in my computer, ex i choose the name
>http://ammar.com and input that through some softeware in my computer and
>then, voalah! anyone can access my site though that address...
No. Nobody will find your system. DNS provides name to IP
resolution, so I type a name and the system looks for that IP. To get
my system to understand your DNS names though, you have to register
the domain which provides a public record of where your DNS is, so my
system will use it to make the name conversion.
>then comes the final step: if i can do that, then it would be possible to
>simply start a web based e-mail service through my computer, using ASP to
>send and recive e mails...
You can do that, but not without registering a domain or the end user
knowing the IP address.
>so i have 2 questions in fact:
>1- can i use usual internet address to access my local web page in my
>computer wihtout registering a domain at a web server, ie can i do some
>settings locally in my computer though some software?
You have two options. Use the IP, or register the domain and use a
name.
>2- can i receive email through ASP
No. Email is always passed through SMTP. You can use ASP to access
an SMTP client for both sending and receiving, but you need an SMTP
server to send or receive mail. You need a POP server to use a POP
client such as Outlook Express.
>if that is possible then i would be able to start a free web based e mail
>service, just like yahoo or hotmail....
That's exactly what the world is waiting for...
Jeff
- Next message: Jeff Cochran: "Re: ASP Calendars & IIS"
- Previous message: James Lattanzio: "ASPX and form loading."
- In reply to: Ammar: "Re: Recieving mail/ASP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|