474,046 Members | 9,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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?sub ject=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 4966
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.javas cript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jan 6 '07 #3
In message <Yd************ ********@telcov e.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?sub ject=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:s o*****@nodename .demon.co.uk?su bject=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.javas cript 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.javas cript 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
7987
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 it? Thanks
12
2999
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" action="mailto:user@domain.com?subject=Daily numbers&body=window.this.document"> I would like for it to open the default email program and let me choose an address from that form. Is this possible? Any suggestions are appreciated. Elvis
5
4082
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> document.location='mailto:or@mailadr.se?body=http://myWebserver/page.asp?docID=17&login=HAL&subject=report'; </script> This all looks well but when I se the actual mail the &login=LAS part of the link in the body is not there! The subject is correct! It all looks ok apart from the missing part of the links querystring.
5
18815
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 information into an email. I can create a mailto link in the page using innerHTML, but it seems silly to click a button, a link appears, then click on the link. How do I execute the mailto command using JavaScript?
12
5599
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" method="post" action="mailto:mymail@yahoo.com?subject=Elder's Last Wish Application Form" enctype="text/plain">
10
17320
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 href="mailto:registrar@econ.com?cc=webmaster@econ.com?subject=Login Problems">The Registrar at econ.com</a>
6
7424
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, how can I insert the page URL in the email body without having to manually enter each URL for each MAILTO: tag? Is there a variable that can be used inside the MAILTO: tag that automatically inserts the current page's URL into the body of the...
15
3277
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: " & session("firstName") & " " & session("lastName") & vbCrLf & "Email: mailto:" & session("email") & vbCrLf & vbCrLf & resumeBottom When the email gets to the person, the email link works. The problem is
3
1932
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 that I could use response.redirect for this, but I get a "the page could not be displayed" error in my window and not the outlook window. I am initiating this from the onclick of a button. It does work with a HyperlinkButton, but I need to build...
0
11604
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
12032
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
11145
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
10314
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8701
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7875
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6655
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6837
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3974
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.