Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
3answers
13k views

Is it possible to add an HTML link in the body of a MAILTO link

I have not had to mess with mailto links much. However I now need to add a link in the body of a mailto if it is possible. Is there a way to add a link or to change the email opened to an html ...
10
votes
2answers
1k views

Send email with attachment using client's email application

I need my locally-installed, thick-client application (Qt / C++) to generate a ready-to-be-sent email message on the client's machine: This message must contain the contents of a relatively small ...
9
votes
4answers
1k views

Should mailto be used in HTML5?

A year or so ago I decided to stop using the mailto tag because many times it is annoying to the user. It will bring up an email program that the user may not be using at the time, which may also take ...
6
votes
5answers
9k views

How can a Delphi Program send an Email with Attachments via the DEFAULT E-mail Client?

Within my program, I am composing an email to send using the default e-mail client software installed on a user's machine. I have composed the mailto address, the subject, the multilined body, and I ...
5
votes
2answers
3k views

Invoke / click a mailto link with JQuery / JavaScript

I'd like to invoke a mailto link from JavaScript - that is I'd like a method that allows me to open the email client on the users PC, exactly as if they had clicked on a normal mailto link. How can I ...
5
votes
2answers
2k views

Attach File Through mailto URI

Is it possible to attach a file using "mailto:" redirect in javascript? Something like this: document.location = "mailto:"+recipient+"?subject="+subject+"&body="+msg+"?attach="+"file1.zip";
5
votes
2answers
237 views

Is it possible to test whether a user's browser/OS supports a given type of link using javascript?

Is it possible to test whether a user's OS/browser supports a given url scheme using javascript (or anything else)? For example, mailto: isn't setup on most user's computer that only use webmail. ...
5
votes
3answers
15k views

C# MailTo with Attachment?

Currently I am using the below method to open the users outlook email account and populate an email with the relevant content for sending: public void SendSupportEmail(string emailAddress, string ...
5
votes
4answers
782 views

How to send mail with a Subject using a Mailto URL?

Can you help me? I need to make a Mailto link to my website which is suppose to contain either the product name or the product page URL in the subject section. How can I do it? Exp:When you get an ...
4
votes
8answers
5k views

mailto special characters

Is there a way to make the email client ( Outlook ) accept special characters coming from the mailto link in html? I'm trying to have a mailto link with german characters in the body, but in Outlook I ...
4
votes
4answers
4k views

Register Windows program with the mailto protocol programmatically

How do I make it so mailto: links will be registered with my program? And then how would I handle that event in my program? Most of the solutions I found from a quick Google search are how to do ...
3
votes
1answer
164 views

How do I properly encode a mailto link?

I am generating some HTML and I want to generate an XSS- and database-content-safe mailto link. What is the proper encoding to use here? How's this? myLiteral.Text = string.Format( ...
3
votes
1answer
267 views

Convert String in html format to mailto link

In Java webapp, I need an automatic converter to convert String to use in a mailto link By example, I have this String "S&D" will be display in a html correctly "S&D". But now I need to have ...
3
votes
3answers
279 views

Mailto body text does not fill in IE

I am using mailto to allow submission of product quote information by customers. I am attempting auto-populate the quote into the email body by constructing the mailto link as a string, and ...
3
votes
2answers
109 views

Mailto from preferences xml possible?

I am trying to build out the preferences for my application and I was hoping to do a "Contact the developer" area where when clicked, it would open an email directed to me. Is this possible to do ...
3
votes
3answers
405 views

Readymade solution to parse mailto URLs in Cocoa?

I have a UIWebView in an iPhone app and want to intercept structured mailto-URLs like mailto:email@address.com?subject=foo&body=bar in order to display a MFMailComposeViewController inside the app ...
3
votes
2answers
1k views

Getting around mailto / href / url character limit

I have a mailto link in an anchor tag <a href="mailto:?subject=Subject&body=Body">Email This</a> The issue is that the Body parameter is a huge article, and there appears to be a ...
3
votes
1answer
1k views

Java: Open default mail application and create new mail and populate To and Subject fields

Just wondering if anyone can help me with a problem I've come across in Java. Is there functionality within Java to produce a section of code that will open the default email application on a user's ...
3
votes
6answers
758 views

How to avoid the mailto annoyance?

I am working on a website and would like for my users to be able to give feedback as easily as possible. I know one way but I've always hated it: <a href="mailto:someone@somewhere.com">Click ...
3
votes
2answers
2k views

mailto link for large bodies

I have a page upon which a user can choose up to many differ paragraphs. When the link is clicked (or button), an email will open up and put all those paragraphs into the body of the email, address ...
2
votes
3answers
65 views

mailto unreadable characters - unicode

I am using the mailto URI scheme in my website for emailing the current page. The problem is i use Hindi as the subject in the mailto link Example <a href="mailto:test@gmail.com?subject=मानक ...
2
votes
3answers
110 views

Pound symbol issue in mailto: link

In my ASP.NET MVC application I am creating a mailto link where the subject and body contain a pound £ symbol. This appears to work in most cases but some users with Outlook 2003/Chrome is reporting ...
2
votes
2answers
97 views

mailto potential - what can i do with it?

Is it possible to embed html in a message body generated by a mailto link? And/or embed pictures or JavaScript as well? If yes, can you provide an example (it doesn't need to be encoded)? Also, which ...
2
votes
3answers
367 views

Send Email like @mailto but from code behind ASP.Net

Scenario: We are using a createwizard control to create users for our website. When the user has an email we simply send the user the email with their username and password saying their account has ...
2
votes
2answers
82 views

Is it possible to dynamically set the recipient of MAILTO: with only HTML and JavaScript?

I am creating a form using only HTML and JavaScript where I want to be able to dynamically set the recipient of a POSTed form by altering the MAILTO: address or the CC address of the mailto: line. ...
2
votes
2answers
90 views

Bad value mailto

Can someone point out what I'm doing wrong here. On W3c validator I get this error: Line 104, Column 43: Bad value mailto:?subject=Test&body=I found this today and i thought you might be ...
2
votes
2answers
1k views

MailTo From Javascript

I've got a link button which is used to build up a mailto from the contents of the page. What is the best way to launch it from javascript without opening a blank window or disturbing the window it's ...
2
votes
1answer
278 views

What is the format of compose links to web mail clients such as Gmail, Yahoo Mail, Hotmail and AOL?

In my application, I'm currently using mailto: links to open email compose dialogs. This is terrible for web mail users, since it typically causes Outlook or Apple Mail to launch into their setup ...
2
votes
3answers
1k views

how to pass url in mailto's body

i need to send a url of my site in body so that user can click on that to join my site. but it is coming like this in mail client: Link goes here http://www.example.com/foo.php?this=a url after ...
2
votes
2answers
636 views

Problem with mailto links in Gmail

I've encountered a problem with Gmail's web application. For some reason, the mailto links doesn't work when I try to add the body into the link. The links works fine as long as the & separator ...
2
votes
8answers
371 views

Hide Mailto: link

I have varying mailto: email address on my site which are now being hit with various harvesters and subsequently I'm being spammed. Can anyone assist me in creating some PHP code for the following: ...
2
votes
1answer
271 views

Sending email using MailTo is not working on my ASP.NET MVC application

I have a web Page in my ASP.NET MVC application with a link called "Click here to request the access". When the user clicks on this, Outlook New Email window is not showing. Here is the Code using ...
2
votes
1answer
591 views

Effective maximum mailto: body lengths

There is a maximum length for the text in the &body section of a mailto: link. According to one of my co-workers, the W3C publish the limit as 256 (I don't have a link to back this up, though). ...
2
votes
2answers
752 views

How to add a mailto button to TinyMCE

I need to add a mailto button to TinyMCE in WordPress. Has anybody already done this? Or any tops on how to go about it?
2
votes
3answers
411 views

preg_match to extract mailto on anchor

I need to get the email adress from an anchor with a mailto attribute with regex. this pattern: (.*)<a\s(.*?)(.*)\s*href\=['"]mailto:([-a-z0-9_]+)@([a-z0-9-]+).([a-z]+)['"]>(.*)</a>(.*) ...
2
votes
5answers
429 views

How to spamproof a mailto link?

I want visitors to be able to click on (or copy) an email address directly on my webpage. However, if I could make it (a little bit) harder for bots and other crawlers to get said email address and ...
2
votes
5answers
514 views

How do you create a mailto: link without the (to) part

How do you properly construct a mailto: link without the part. mailto:someaddress@example.com? I dont want the address and just want whats in the parameters afterward to be filled in through the ...
2
votes
6answers
1k views

HTML: “send to a friend” link

I need to add a "Send to a friend" link to my website. When a user clicks on it, their e-mail software should open and the e-mail should be already filled. Subject: Website Name Body: Link to ...
2
votes
2answers
940 views

Line break in the mailto onclick

The code below works great except the email has all the text on one line like this: Height: 60 | Diagonal: 123 | Width: 107 | Total SF: 13.92 | Cost Per SF: 450 | Total Cost: $6,264.00 I would like ...
2
votes
1answer
1k views

Getting all mailto links with jQuery

I need a pattern that will traverse the document and get me all links that have mailto in their href: <a href="mailto:an@email.com">text</a> I could of course easily get all a elements ...
2
votes
6answers
3k views

mailto causing a blank page in IE8 when used with Dojo

For some reason, in IE (IE8 in Win 7 to be precise), when I click on a mailto link, I end up with the current page being replaced by a blank page with mailto in the address bar. Specifically, this ...
2
votes
2answers
2k views

Mailto C# attachment syntax

How can I attach a file to this mailto string? string mailto = "mailto:" + to + "&SUBJECT=" + subject + "?BODY=" + body + "&Attachment=" + attachment; This doesn't work; the file isn't ...
2
votes
5answers
3k views

How to open an email client and automatically attach file in java [closed]

Possible Duplicate: Java: Start Mail-Client with Attachment? I need to create a java code that will open an email client (Outlook, outlook express , etc) and automatically attach a file in ...
2
votes
1answer
505 views

Force mail client to use text rather then HTML through mailto:

I'm using SubVersion and TRAC on a C# project I am working on, and I have my TRAC system setup with a email address that can be used to create tickets. In my program I've added a simple "FeedBack" ...
2
votes
3answers
2k views

mailto: subject= and body= support in email clients

Does anyone know if when sending a html newsletter what kind of support the major email clients have for the subject= and body= parts of the mailto tag?
2
votes
2answers
4k views

Creating an mailto: URL with a URL in the body iPhone SDK

UPDATE: I just found a similar post here: http://stackoverflow.com/questions/730101/how-do-i-encode-in-a-url-in-an-html-attribute-value Please consider the code below: I try to send an email message ...
2
votes
3answers
775 views

What happened to Html.Mailto from MVC preview to final?

In some of the previews, there was an HTML-helper method for building mailto-links. http://blog.wekeroad.com/2007/12/05/aspnet-mvc-preview-using-the-mvc-ui-helpers/ I am not able to find that in the ...
1
vote
1answer
68 views

mailto uri - javascript window.open and then close, still stays open in < IE8

function SendInfo(href) { var subject= "Some information"; var body = "I thought you might find this information interesting:\r\n\r\n<"; body += document.location; body += ">"; ...
1
vote
1answer
35 views

anchor mailto multiple lines

I can't seem to find out if this is possible or not. I am wanting to have an anchor mailto tag on multiple lines. I am unable to insert a break in the url because when I copy it, it will add the ...
1
vote
1answer
53 views

Is there a parameter after mailto: that I can plug in to have a user send an email to themselves?

I am using the following email link to send an email to a mobile user from their iPhone or Android device: mailto: ...

1 2 3 4