473,406 Members | 2,293 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

mailto: tag and web mail


Hi, the following snippet of HTML works fine for standard email clients
but does not do so for web based email:-

<A
HREF="mailto:so*****@nodename.demon.co.uk?subject= Freecycle%20Extension%2
0Help%20File:-%20">Contact Me</A>

Is there a script that would ensure that I can compose an email complete
with address, subject line and some body text that will indeed work with
gmail, hotmail and so on please?
--
Richard

Jan 6 '07 #1
7 4934
Lee
Richard said:
>Is there a script that would ensure that I can compose an email complete
with address, subject line and some body text that will indeed work with
gmail, hotmail and so on please?
No.
The only reliable way to send mail is from the server.
--

Jan 6 '07 #2
Richard said the following on 1/6/2007 4:38 AM:
>
Hi, the following snippet of HTML works fine for standard email clients
but does not do so for web based email:-
Ummm, no, it doesn't work for "standard email clients".

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jan 6 '07 #3
In message <Yd********************@telcove.net>, Randy Webb
<Hi************@aol.comwrites
>Richard said the following on 1/6/2007 4:38 AM:
> Hi, the following snippet of HTML works fine for standard email
clients but does not do so for web based email:-

Ummm, no, it doesn't work for "standard email clients".
Thanks
--

Jan 7 '07 #4
VK

Richard wrote:
Hi, the following snippet of HTML works fine for standard email clients
but does not do so for web based email:-

<A
HREF="mailto:so*****@nodename.demon.co.uk?subject= Freecycle%20Extension%2
0Help%20File:-%20">Contact Me</A>

Is there a script that would ensure that I can compose an email complete
with address, subject line and some body text that will indeed work with
gmail, hotmail and so on please?
mailto: protocol calls the _default_ mail client thus the mail client
set in the browser registry. It doesn't mean "the used mail client".
Say with the default Windows installation it will be Microsoft
Exchange, even if user never used it and even didn't know of its
existence. In such case by clicking on mailto link she will get the
prompt to set up Microsoft Exchange profile - to her major surprise.

In say IE the program launched while clicking on mailto link is defined
by Tools Internet Options Programs E-mail setting. On IE it
allows to choose Hotmail as well but by my observations average users
very rarely bother to change anything in their Internet Options,
especially in the default programs section.

Jan 7 '07 #5
VK said the following on 1/7/2007 7:19 AM:
Richard wrote:
>Hi, the following snippet of HTML works fine for standard email clients
but does not do so for web based email:-

<A
HREF="mailto:so*****@nodename.demon.co.uk?subject =Freecycle%20Extension%2
0Help%20File:-%20">Contact Me</A>

Is there a script that would ensure that I can compose an email complete
with address, subject line and some body text that will indeed work with
gmail, hotmail and so on please?

mailto: protocol calls the _default_ mail client thus the mail client
set in the browser registry. It doesn't mean "the used mail client".
Say with the default Windows installation it will be Microsoft
Exchange, even if user never used it and even didn't know of its
existence. In such case by clicking on mailto link she will get the
prompt to set up Microsoft Exchange profile - to her major surprise.
Are you positive about that? Every time I have reset the defaults in IE
and tested a mailto: link it prompts me to setup OE, not Exchange.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jan 7 '07 #6
VK

Randy Webb wrote:
Say with the default Windows installation it will be Microsoft
Exchange, even if user never used it and even didn't know of its
existence. In such case by clicking on mailto link she will get the
prompt to set up Microsoft Exchange profile - to her major surprise.

Are you positive about that? Every time I have reset the defaults in IE
and tested a mailto: link it prompts me to setup OE, not Exchange.
With both Office and IE/Outlook Express pre-installed the choice goes -
as it seems - on the "who's the last" basis. So if in the used matrix
IE goes first and Office after than the default will be Microsoft
Outlook. If Office first and IE pack after than Outlook Express. On
Windows w/o Office and stay-alone IE that will be Windows
Messaging/Exchange.

With 3-5 machines smashed to ground and restored I could tell for sure
- but I don't feel like doing it ;-)

Jan 7 '07 #7
VK said the following on 1/7/2007 12:18 PM:
Randy Webb wrote:
>>Say with the default Windows installation it will be Microsoft
Exchange, even if user never used it and even didn't know of its
existence. In such case by clicking on mailto link she will get the
prompt to set up Microsoft Exchange profile - to her major surprise.
Are you positive about that? Every time I have reset the defaults in IE
and tested a mailto: link it prompts me to setup OE, not Exchange.

With both Office and IE/Outlook Express pre-installed the choice goes -
as it seems - on the "who's the last" basis. So if in the used matrix
IE goes first and Office after than the default will be Microsoft
Outlook. If Office first and IE pack after than Outlook Express. On
Windows w/o Office and stay-alone IE that will be Windows
Messaging/Exchange
I still beg to differ. I do not have MS Office installed on Windows XP
SP2 Home Edition, yet it has *never* asked me about Exchange, it has
*always* asked me about Outlook Express. In fact, with no default email
client (which I don't have chosen), clicking on a mailto: link prompts
me to set up OE.
With 3-5 machines smashed to ground and restored I could tell for sure
- but I don't feel like doing it ;-)
No need to, I am telling you what mine does.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jan 7 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Mark Goldin | last post by:
Is it possible using mailto: to create an email with everything except an attachment and then when a user clicks on send intercept that form and recreate the email on the server and add a file to...
12
by: ElvisIsDead | last post by:
Have a script that takes a form and emails it automatically. Here is the part: <form onSubmit="return editData();" name="estm" enctype="text/plain" method="post"...
5
by: Olaf | last post by:
I have a ASP page that after saveing data to the database it will write the following script code to the page: <script>...
5
by: RobG | last post by:
I am trying to get users to fill in a form on a web page, then click a button to send an e-mail. I am using JavaScript to get the fields from the form, then run a mailto command to put the...
12
by: catyionic | last post by:
hi, Due to trying many different form options, with none of them working, I opted for this to receive info back from this site: http:\\www.elderslastwish.com <form name="feedback_form"...
10
by: Adam Smith | last post by:
How can I set up a mailto with a cc or bcc as well as a subject designation. The system works for two but not three, is this a hardwired limit or have I missed something ==> <a...
6
by: 35th Ave Media | last post by:
Hello, I have about 60+ pages that I need to insert a MAILTO: tag so people can email the page using their email client. The body of the message is going to be the URL of that page. Using ASP,...
15
by: tshad | last post by:
I am trying to put an persons email address in a response I am sending another person. I can get it to work by doing the following: message.Body = resumeTop & vbCrLf & vbCrLf & "For Applicant:...
3
by: Brian | last post by:
Hi, I want to issue mailto from one of my pages. Basically to drop contact information from a from to the body of the email and have the user enter the desired address to send it to. I thought...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.