|
-
Jan 2nd, 2004, 03:26 PM
#1
Thread Starter
New Member
Need to use local email client from a web application
I have a web based application (which is primarily using ASP) which needs to utilize the client side default email program.
Example, admin opens web page/application and needs to send an email to customer. I don't want the email to go from the server side, rather I would prefer to check for default email client, use MAPI or similar, and automatically send the email with out end user intervention from the admins pc...
I will already have all of the email information (i.e. sender, recept, subject, body)
I just need a headstart on this and thank you all in advance 
CrazyVBr
-
Jan 2nd, 2004, 03:33 PM
#2
Frenzied Member
It can't be done....Because ASP is a server-side technology, it can't utilize the clients email program. Any emails would have to be sent from the server.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Jan 5th, 2004, 10:03 AM
#3
Thread Starter
New Member
Hmmmm...
Any chance of opening up the client side default email proggy from HTML?
-
Jan 5th, 2004, 10:57 AM
#4
Re: Hmmmm...
Originally posted by CrazyVBr
Any chance of opening up the client side default email proggy from HTML?
try <a href="mailto:[email protected]">Click here to Email</a>
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|