Enabling email in my application

  • Thread starter Thread starter sravan_reddy001
  • Start date Start date
S

sravan_reddy001

My webspace provided me with 100 emails..
How can i access them.
How can i setup those emails..
 
My webspace provided me with 100 emails..
How can i access them.
How can i setup those emails..

Hi

support of hosting providers usually help you establish your email
system
so do mail them to provide kick start guidelines

Thanks
Munna
 
What did they say when you asked them...?
--------------------------------------

I can access mail boxes from control panel...
I want to mailboxes accessible to the users on my website..
How can i connect the mailbox provided by my provider with my ASP.NET
website

Thanks in advance..
 
re:
!> please answer to my complete question

The problem is that you haven't made a real question.

Mark thought you were trying to send mail from your ASP.NET application.

Now, it looks like you want to distribute the 100 email addresses
to your application's clients and either for them to access their mailboxes
through your ASP.NET application, or send mail through your ISP.

If what you want them to do is access their mailboxes, see these articles :

http://www.dotnetspider.com/resources/15655-Donwload-mail-asp-net-from-pop-client.aspx
http://www.codeproject.com/KB/IP/despop3client.aspx
http://blog.opo.li/post/Opo-Perspective---An-ASPNET-Webmail-Part-01.aspx

If you want them to send mail through your ISP, ask your ISP, or tell your clients
to do the same thing you're doing, using their account name instead of yours.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 
Back
Top