Click here to Skip to main content
15,916,702 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I have been added a feature to my web application to send email. for that, my IIS server must be connected to internet.
How can i send email form the web application asp pages using the clients internet?
Is it possible?

What I have tried:

how to use client's internet to send email from an web application
Posted
Updated 26-Apr-16 2:16am
v2

1 solution

From the server it isn't possible.

You have to send the email from the client-side code, which in most cases is just going to be a "mailto:" link. This will launch the users installed email client they'll use to send the email.
 
Share this answer
 
Comments
Sara NA 1-May-16 3:51am    
so you mean that i have to have an other client side application on clients system and launch the application to send and receive email?
Dave Kreskowiak 1-May-16 11:10am    
If your server doesn't have access to the internet, yes.
Sara NA 2-May-16 2:03am    
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900