Mailto is the URI scheme for email addresses. It is used in web pages as a link that opens a new email message to the specified to-address in the user's default email client.

learn more… | top users | synonyms

5
votes
1answer
319 views

Open IE via C# -> mailto fails

I found some strange behavior in ie started by Process.Start() (.Net Framework) To reproduce this just follow following steps. Required: C# IDE+compiler outlook (in my situation: outlook 2010 - ...
3
votes
1answer
1k views

Android WebView “tel:” & “mailto:”links show web page not found

I am trying to open tel: & mailto: link from webview, and receive the following message: Web Page Not Found tel:0000000000 The only link that works is "http:" and "https" Can anyone help me? ...
2
votes
1answer
270 views

Mailto link with display name in non-Latin characters doesn't work correctly in Chrome browser

I have the following problem in Chrome browser: When I have a mailto link with display name in non-Latin characters and email address the right button->copy email address->paste anywhere doesn’t ...
3
votes
0answers
1k views

Mailto on IE 9 - Internet Explorer cannot display the webpage

I am having some issues with the mailto on IE 9. The problem is that after pressing on the mailto link, IE 9 tries to open the URL with the mail address and after some seconds I get a page redirect ...
2
votes
0answers
501 views

sending single attachment to default e-mail client using mailto: in OSX desktop app

I am developing an Desktop application which deals with images. I want to provide a feature that e-mails selected image (single image) to the default e-mail client. So, I am using 'mailto:' as ...
1
vote
0answers
49 views

mailto: in android not supporting link in body with blanks

We need to mail links in our HTML5 (mobile)web page, so we used mailto: to provide links for initiating email. The mail content has web page links, and it contains spaces eg ...
1
vote
0answers
41 views

Percent-encoding of “@” in the local-part of mailto URIs

I have a question regarding percent-encoding of email-addresses (RFC 5322) in mailto URIs (RFC 6068 / RFC 3986). EMail-addresses may contain - among other otherwise forbidden characters - the "@" ...
1
vote
0answers
45 views

Looking for a user-friendly UI for mailto in TinyMCE

I found this question on how to make a button that makes a link a mailto link. However, that isn't exactly user friendly AND my users tend to want <a ...
1
vote
0answers
242 views

ie9 mailto link character limit bug carried over from ie8?

I found this question: mailto fails in IE where there is a long body text. Is there any way to resolve this? and decided to remove the body of my mailto just to test... And it worked. So it this ...
1
vote
0answers
173 views

Why doesn't IE opens Outlook with the /a (attachment) param if the mailto attachment param is specified?

If I can guarantee that the client machine uses Outlook and the browser is IE9+, is there a way to construct the mailto so that the command like invocation of Outlook includes the /a so it will use ...
1
vote
0answers
114 views

Capture script-generated mailto URI

Summary: I'm doing some automation testing for a webapp (using Selenium), and I'm trying to capture a mailto:link (specifically one of its query parameters) that gets generated by javascript during ...
1
vote
0answers
157 views

mailto params not recognized

All - I running an application outside android that is publishing emails for users. Some of these users are mobile users and of those mobile users, some of them are on android. When viewing the HTML ...
1
vote
0answers
625 views

Outlook handling of quoted url parameters in mailto link

I'm attempting to populate the body of a mailto link with an html link. The target browser is IE 7+ and mail client is Outlook 2007+. Before I ask my question, i'll acknowledge the fact that the ...
1
vote
0answers
199 views

Mail current page as an template - HTML

I need to mail the current page as a template using mailto: function in HTML, javascript. I can even able to attach a file using mailto: function. But I have no idea about to how to create the current ...
1
vote
0answers
411 views

How to double encode URI in mailto link?

I want to send an e-mail from my phonegap + sencha touch app using a simple mailto-link. The mail contains a body with a link that has a complex JSON string as parameter, which I would like to encode ...
1
vote
0answers
262 views

is there any way to attach report genereted pdf to javascript:mailto attachments

I've got a report that generates a pdf as a stream, and then writes it to the screen using response.write() is there any way to attach the file to an email (client side sent) without saving the ...
0
votes
0answers
18 views

opening client default mail application with lot of bcc address

I've implemented a functionality in my MVC 4 web application where the user can select a set of email addresses from a list and by clicking a button it opens the default mail client in the client ...
0
votes
0answers
9 views

Applying mailto function in a button on Wordpress' Theme Luxe

I'm working on a website in WordPress using Theme Luxe. I'm having trouble altering a button. [button align="center" color="inverse" scroll="features"] It is built with a scroll function, but ...
0
votes
0answers
33 views

URLEncoding for mailto with Outlook 2003

I have a problem with a "mailto" link and Outlook 2003. For our new blog, we integrated a "recommend page"-button which is simply a mailto. The subject and body text can be defined by our editors in ...
0
votes
0answers
29 views

Bug - Chrome XP HTML Anchor Attribute href mailto: Weird Icons

A client sent me this screenshot of this weird bug in Chrome XP (not sure which version.) These email icons are appearing in the background or inline. I'm not sure where they are coming from. I don't ...
0
votes
0answers
32 views

encodeURIcomponent while constructing mailto link

When i use encodeURIComponent to encode the body as shown below, and if the body has spaces in it, the resulting link is broken and appears as follows : ...
0
votes
0answers
44 views

Can a callback function be set on a mailto form submit?

I want to submit a mailto form and attach a callback to the form submit. This is what I'm doing: $(document).on('click', '#mail_trigger', function (e) { // client form var form = ...
0
votes
0answers
27 views

Mailto link is not working in Incognito window mode in Android device

Android device - Incognito mode(Private browsing) - Jquery Mobile Application Mailto link is not working in Android device in Incognito window(Private browsing). I'm getting webpage not available ...
0
votes
0answers
50 views

Handling “mailto” schemes in iOS when user wants to send email from any other app

I would like to know if there's a way to intercept the "mailto" scheme inside an iOS app. For example, when the user taps on an email inside Safari (that is linked with a "mailto"-styled anchor I ...
0
votes
0answers
43 views

Mailto link with an outlook form

Our corporation has various custom outlook forms that we use to email items for various business processes in Exchange. I would like to have a mailto link in a web page that brings up one of those ...
0
votes
0answers
114 views

How to open mail client on iphone/android from browser (not compose window via mailto)

Using "mailto" opens the compose window of the default mail client from mobile safari/android chrome How do I get just the default mail client of the user's iphone/android to open instead of the ...
0
votes
0answers
93 views

Using Process.Start(“mailto:”) on Terminal Server

I have an application that opens an email client simply by running Process.Start("mailto:"). This works fine on any users machine and on a Windows 2003 server. However if a user logs onto a server ...
0
votes
0answers
51 views

Open mail client from cli ruby script like a mailto link

I have written a ruby cli script which take a CSV and generates a PDF report, based on said CSV. I'm fairly new to Ruby, so while it's probably not the greatest code, I'm pretty proud of what I've ...
0
votes
0answers
37 views

Why do mailto links in Notes fail with double-quotes fail in Inbox?

We're sending email from Newsgator to Notes mail as part of our social implementation. It includes three links that are mailto's. The hotspot formula looks like this: "mailto:"Like Event" ...
0
votes
0answers
56 views

Unix ,cron and MAILTO

looking at possibility of configuring MAILTO , such that we have few crons mailing to one email id and others to a different email id. will the following work ? MAILTO="email1@" SHELL=/bin/zsh 0,30 ...
0
votes
0answers
62 views

mailto link french characters javascript

I'm having issues with javascript generated mailto links. I can not get french characters to show up properly in "Microsoft Office Outlook 2007 (12.0.6665.5003) SP3 MSO (12.0.6662.5000)". This ...
0
votes
0answers
52 views

If link has mailto in href, don't run script

I have a script that automatically turns text emails into "mailto" links. But, if a "mailto" link already exists, would it be possible to say, "Don't run this script on this link." with jQuery? ...
0
votes
0answers
98 views

after calling mailto: current window url is getting replaced with href of a link

In My wondow if we click on LinkSample it should open up a new outlook mail without disturbing existing window. But with below code as soon as outlook compose mail opens the existing window url will ...
0
votes
0answers
103 views

ampersand in mailto php string is breaking rest of string

I am creating dynamic mailto links using the below code. <?php echo urlencode(str_replace(" ", "%20", the_title() )); ?> The problem is that when the title contains an ampersand, it breaks ...
0
votes
0answers
49 views

how to string & char in mailTo?

First of all sorry for my bad English... I have a small question... I have a blog and I want to have a "send to a friend" option. the way I want to do it is very simple, all i want is to open ...
0
votes
0answers
63 views

How to reset form after mailto?

First question! Glad to be here. :) I have a form set up to validate the input, and then if all fields are valid, send the entered information over to an email: <form onsubmit="return ...
0
votes
0answers
367 views

Mailto link behaviour different between chrome and firefox for accented characters

I have an web application that allows a user to invite others by popping up an email. The problem is that for French users this email contains accented characters and the email fails to open in ...
0
votes
0answers
87 views

Issue with TinyMCE editor

I am using Tiny MCE editor version 3.5. My issue is when i use to add new links through the pop up window, link is generating fine but the cursor/(mouse pointer) position is moving to the start of the ...
0
votes
0answers
143 views

Mailto issue in IE

I want to use mailto to send a email to a list of users: string js = "document.location.href = 'mailto:" + emailstring + "?subject=" + subject + "&body=" + body + "';" ...
0
votes
0answers
39 views

PHP code run from HREF tag

I have PHP code that updates a record in my database. I need to run that code when an link is clicked on, before the email client runs. Thanks for the assistance.
0
votes
0answers
219 views

Firefox 13 - mailto function encoding format

I recently upgraded Firefox 3.6.24 to 13. In Firefox 13, mailto function encoding format was changed. I tested Windows XP system. Here the following to mailto function. UTF-8 Encoding: <a ...
0
votes
0answers
155 views

OverrideUrlloading for Mailto resets activity - Android Webview

I am having a problem with OverrideURLloading for Mailto:. This launches Tel and Mailto Clients properly from the webview but if I hit back key on the email instead of sending it, it will reload the ...
0
votes
0answers
91 views

Mozilla gives a error while sending character greater than 1209 via “maito:” …javascript

I am trying to open a mail reply window using below in javascript: window.location='mailto:'+to+'?subject='+subject+'&cc='+cc+'&body='+body; The problem is the whenever the length of ...
0
votes
0answers
1k views

Script to open Outlook and start new message

On a Web Page, I need a button that starts a new Outlook message. I need this to work in Windows with either IE 8 or IE 9 (no need for any other browser support). I am currently using this script: ...
0
votes
0answers
480 views

What is the maximum practical length of a mailto URL?

In my web page I make an Ajax request to a WCF service. If the service throws an error then that is passed back in the JSON. The JavaScript error handler then reveals a hidden div with a mailto URL ...
0
votes
0answers
315 views

mailto links in iPhone are adding plus signs instead of spaces

I have a web app that I'm building right now that needs to use a mailto: link for the tell-a-friend portion. The message body was too long for a URL, so I had it in a hidden form and am sending the ...
0
votes
0answers
135 views

E-mail address text in an iframe is changed to mailto in IE9

I am using an iframe in my site, and whenever I write a text that looks like an e-mail address like this one: test@test.com , then IE9 changse the text to an tag and makes it look like this: A ...
0
votes
0answers
144 views

E-mail all - Character limit issue

Is there anyway to get around the maximum character limit on "mailto:"? the requirement is to have an option send email to all the persons returned by search criteria. So, on the controller side, ...
0
votes
0answers
1k views

javascript mailto: add images to body

I am trying to send an email with javascript, the thing that I am trying to send is a snapshot of a canvas. So here is what I did function sendMail(){ var da = ...
0
votes
0answers
115 views

How can I send rich emails using the user's mail client?

I need my .net program to send rich emails (usually containing table data, around 20 columns x 10 rows) using the user's mail infrastructure, allowing him to review/edit the mail before sending it, ...

1 2