Attachment in a mailto-URL

How can I include an attachment-file (for example a txt-file) in a mailto-URL?

Sorry, my previuous suggestion wasn't clear. Put the PublicKey.txt on the web, then send an email that says
Click Here for the public key. In the body, i.e your email URL is:
Email me

Similar Messages

  • Sending an email via mailto: URLs

    Hi all,
    is it possible (and how! :) ) to send an email from within a JAva application using the 'mailto:' URL in order to use the locally installed email client?
    What I need is to be able to use the local mail client to send an email with an attached file and a return receipt from within my app.
    Any suggestions?
    TIA,
    Luca.

    Since you want the return receipt, then you have to have a place for that return receipt to be returned to. If you are just "bouncing" a mail off of another application, you do not have a return path to recieve the receipt.
    The "bouncing" mail off of the local client is not doable with the mailto--if you try a mailto link it opens your local client with a pre-addressed mail (if you are lucky).
    You need to use the Java Mail API.

  • Erec output of mailto URL in candidate email

    Hi
    I have a requirement in SAP EREC where I require URLs in the email body to mimic the same URLs in the attached PDF. In the registration document sent to candidates the Smartform contains a text element with text set as a URL. The code snippet below then sets the actual URL to the text link.
    data lt_url type table of ty_url.
    data ls_url type ty_url.
    ls_url-name = 'URL1'.
    ls_url-url = 'mailto:[email protected]'.
    append ls_url to lt_url.
    ls_url-name = 'URL2'.
    ls_url-url = 'mailto:[email protected]'.
    append ls_url to lt_url.
    ls_url-name = 'Adobe reader'.
    ls_url-url = 'http://www.adobe.com/products/acrobat/readstep2.html'.
    APPEND ls_url to lt_url.
    CALL FUNCTION 'HR_RCF_SF_URL_REFRESH_GT'.
    CALL FUNCTION 'HR_RCF_SF_URL_PREPARE_CALLBACK'
       TABLES
         PT_URL = lt_url[].
    When the letter is generated this is fine in the PDF but in the body of the email the actual URL value (i.e. mailto:[email protected]) is displayed.In the IMG Settings "SSF_PDF" is set as the format for the output channel "Email". Is it possible to override this behaviour?
    Thanks in advance.
    Jon.

    Hi Nicole
    The business requirement is that when the cover letter is emailed to the candidate the email body generated from our custom Smartform needs to contain 'mailto' links to various departments within our organisation.
    These links need to take the form of Link1 in the text but the URL is actually 'mailto:[email protected]'. I use the code snippet in the original post to create this in other Smartforms but in the body of the email the text displayed is mailto:[email protected]
    Cheers
    Jon.

  • Mailto URLs in erec email

    Hi
    I have a requirement in SAP EREC where I require URLs in the email body to mimic the same URLs in the attached PDF. In the registration document sent to candidates the Smartform contains a text element with text set as a URL. The code snippet below then sets the actual URL to the text link.
    data lt_url type table of ty_url.
    data ls_url type ty_url.
    ls_url-name = 'URL1'.
    ls_url-url = 'mailto:[email protected]'.
    append ls_url to lt_url.
    ls_url-name = 'URL2'.
    ls_url-url = 'mailto:[email protected]'.
    append ls_url to lt_url.
    ls_url-name = 'Adobe reader'.
    ls_url-url = 'http://www.adobe.com/products/acrobat/readstep2.html'.
    APPEND ls_url to lt_url.
    CALL FUNCTION 'HR_RCF_SF_URL_REFRESH_GT'.
    CALL FUNCTION 'HR_RCF_SF_URL_PREPARE_CALLBACK'
       TABLES
         PT_URL = lt_url[].
    When the letter is generated this is fine in the PDF but in the body of the email the actual URL value (i.e. mailto:[email protected]) is displayed.In the IMG Settings "SSF_PDF" is set as the format for the output channel "Email". Is it possible to override this behaviour?
    Thanks in advance.
    Jon.

    Hi Nicole
    The business requirement is that when the cover letter is emailed to the candidate the email body generated from our custom Smartform needs to contain 'mailto' links to various departments within our organisation.
    These links need to take the form of Link1 in the text but the URL is actually 'mailto:[email protected]'. I use the code snippet in the original post to create this in other Smartforms but in the body of the email the text displayed is mailto:[email protected]
    Cheers
    Jon.

  • Attaching a financial report URL to planning tasklist 11.1.2.3

    Hi I have tried in 11.1.2.3 to attach a URL (Smartcut of a financial report) to an item in a Planning tasklist.
    from there i got the following message:
    " EPM Workspace cannot function inside of a frame. Contact your system administrator."
    So i found a first workaround based on this article of the knowledge base
    How to Open Planning Task List and Menu Items (Financial Reporting or Web Analysis) Within a Workspace Tab (Doc ID 1339568.1)
    which suggests to encode the smartcut url and attach a customized version.
    This solution in my case worked for a couple of days and than not anymore: Now i get half of the initial message only:
    " EPM Workspace cannot function inside of a frame."
    and at times a pop up which wants me to leave this page to open the report. If i follow it the report opens on a new window and my planning/workspace application where i came from closes..
    I'm completely lost on this one and oracle support as well. Anybody discovered another way?

    Hi Celvin,
    i am a fan of your blog and i want to thank you for posting this here but it was DJSmeadly that gave me a push to try / test again in several ways.
    turns out that it works without any pop-ups and strange messages (not even to leave the page and so on) for me using this format:
    http://server.XX.XXXXXX.com:19000/workspace%2Fbrowse%2Fget%2FNameFolder_Budget%2FFinancial_Reports%2FTotal_Budget_Overview%2FBudget_Overview
    so thanks for responsing to this thread and giving the motivation to give it another try!
    Hope i can help more people as well

  • Set system wide default mailto url

    I'm trying to configure system wide settings in linux so any new user will apply for this settings.
    I want register my zimbra server with mailto links.
    I've found some information here:
    http://www.zimbra.com/forums/general-questions/48547-how-control-mailto-selection-firefox.html
    but this must be performed by the user and I want to be preconfigured.
    I also tried to play with mimeTypes.rdf, but it seems that there's no system wide mimetypes file. is just created when users changes something.
    how can I setup that setting system wide?

    I've found a partial solution.
    create an application file, for example '''/usr/share/applications/zimbra.desktop''' with this content:
    [Desktop Entry]
    Icon=mail-message-new
    MimeType=x-scheme-handler/mailto;
    Name=Zimbra
    Comment=Zimbra
    Exec=xdg-open https://my.zimbraserver.com/zimbra/?view=compose&to=%u
    Type=Application
    X-XFCE-MimeType=x-scheme-handler/mailto;
    then modify file '''/etc/gnome/defaults.list''', find and substitute '''x-scheme-handler/mailto''' with filename you just created:
    ''x-scheme-handler/mailto=zimbra.desktop''
    the caveat is only works with unity, if you use another wm probably won't work

  • How do I keep Safari from launching Mail when I click on a mailto: URL?

    I have a MacBook running Mavericks 10.9.4, running Safari 7.0.6.
    I read my email via the gmail website, so I don't need to use the Mail application. The problem is, if I accidentally click on a mailto: link, it runs Mail.
    I've seen some fixes online which change the mail application to something else, but that's not what I want; I want to stop the behavior entirely.
    Any ideas? (I know about modifying .plist files, so if there's a quick hack there, that would be nice to know.)

    I can't promise this will work since I don't want to mess with my preferences to try it:
    Open the AppleScript Editor in Applications/Utilities. Paste this into it:
    do shell script "open https://mail.google.com"
    Save as an application and place somewhere convenient. Nominate this application as your default mail application.

  • Why doesn't POSTDATA attach in a mailto: post method?

     

    Hello, rotating rotates the preview of your image, and it is not currently supported in the crop tool, or in some filters.
    If you want to change permanently the orientation of your document, so that it will be reflected everywhere in Photoshop, or in other programs (especially if it is a 90 degrees rotation), do use:
    IMAGE>IMAGE ROTATION> 90° CW or 90° CCW

  • WorkItem Attachment: URL attachment from Intranet portal (authorization)

    Hello Guru's
    Ive got a requirement to create an attachment as an URL.
    The URL points to Sharepoint 2010 server. I am able to attach local or server URL, *.doc, *.pdf etc. file into WorkItem.
    But when i attach intranet file SAP doesnt open it. It seems like user authorization, and SAP doesnt transfer user credits to Sharepoint portal.
    Could some one help?
    Best regards
    Laurynas Prikockis

    Hello Laurynas Prikockis !
                       If there is an URL for your intranet file, then you can access it by its URL by using the function module CALL_INTERNET_ADRESS.
                       Create a method within which call this function module.On execution, it will call the URL on the system's default browser.
    Regards,
    S.Suresh

  • How Mail work with image attachements and HTML image ?

    Hello,
    I'm writing an application that sends html emails with images to Mail.app. When Mail display the mail, everything is okay, images are correctly embedded in html code, using inline attachements.
    But there's still a problem : The images are also displayed at the bottom of the email, as file attachements. I know that Mail's template can hide these attachements, but I cannot reproduce it when sending my own emails.
    Is there anybody here that already get such problem and find the solution ? (apparently, Windows User get the same problem with Outlook, but they have an API under Windows...I'm using my own email API..)
    David

    David can you share how you managed to get the inline images to work. I've got the general idea of how to do it. But I do not seem to be able to change the Content-Type to multipart/mix. Can you point me in the right direction. Should the Content-Type definition and everything else be part of the body? Or should some headers (namely the multipart) be defined in the mailto URL format?
    In other words do you do: mailto:?subject=test&Content-Type=multipart/mix;%20boundary=myBoundary&body=--m yBoundary etc...
    Or id it: mailto:?subject=test&body=Content-Type=multipart/mix;%20boundary=myBoundary%20- -myBoundary etc..
    Neither seems to work for me so I am really stuck. But knowing what the right way is would help me figure things out a bit better.
    Thanks in advance

  • Mailto with html body for UIApplication sharedApplication

    Hi There,
    I would like to have my iPhone application be able to email out in html format some local data. After looking at it I have two questions:
    1) What is the best way to construct large strings i.e html content. Appending hundreds on lines to an NSString seems cumbersome. In Java I would use a StringBuffer but I cant't find the C counterpart.
    2) Once I have this html content can I simply pass it as the '?body'var in the mailto url of the UIApplication sharedApplication? It's a lot of data and may not have the correct %20 UTF coding.
    Any ideas or examples on the best way to do this if it is at all possible? Ideally I would like to send an email with an attachment but the iPhone SDK prohibits that currently.
    Many Thanks All

    Hi,
    Experience does help, of course, but I do look up things on the web. For example, for this issue I double-checked http://download.oracle.com/docs/cd/E17556_01/doc/apirefs.40/e15519/toc.htm as I actually use VARCHAR2s for the email body texts, so didn't even know you could use a clob! download.oracle.com usually has the information I need, so use inurl:download.oracle.com in a google search
    Andy

  • Sending email using URL and URLConnection

    I have been having trouble trying to send an email using URL.
    I have specified the mail host using: mailHost = Options.getProperty("mailHost", "mail.myisp.com");
    and tried to send the email using this:
    try
    try
    URL u = new URL("mailto:"+recipient);
    URLConnection c = u.openConnection();
    c.setDoInput(true);
    c.setDoOutput(true);
    c.connect();
    PrintWriter out = new PrintWriter(new OutputStreamWriter(c.getOutputStream()));
    out.print("From:\"ME\" \n");
    out.print("Subject: Stuff \n");
    out.print("blah blah blah");
    out.close();
    catch etc. . .
    I recieve the email with the subject line there, but the actual body of the email is empty. Anyone know what I have done wrong? This is part of a standalone application that was turned into an .exe with jbuilder9.

    That worked, thanks!
    Out of curious, why the surprise that it worked?
    Its not that bad is it?Yeah, I didn't know that mailto: support was there either, is all. The blank line thing is just common in HTTP and sendmail so, I figured that would be the solution.
    I don't know that it's bad... if it works. Generally, the JavaMail APIs are a more robust way of sending mail, but if mailto: URLs work, and it's simple mail, then I see no reason not to use it.

  • How to open a url in new page/tab from Answers passing a value to the url in OBIEE10g

    Hello All,
    I'm trying to create an answer, A column "request id" would have a url with request id attached to end of url to open a web page. I did get the answer working, I need to open the webpage in a new page rather than in the same obiee answer. We are on OBIEE10g(10.1.2.3) on Windows 2003 R2.
    Can anyone give me some information to achieve this ?
    Thanks,
    Vijay

    Hello Srini, Vinod,
    I guess there might some set-up issue here. Here is my link
    <a href="https://ifa.dev.com/inspectionformsweb/formviewer.aspx?formid=273221" target=_new>273221</a>
    If I give the above link I would get syntax error.
    Then I change to add single quotes on the above link
    '<a href="https://ifa.dev.com/inspectionformsweb/formviewer.aspx?formid=273221" target=_new>273221</a>'
    Output looks like
    273221"><a href="https://ifa.dev.com/inspectionformsweb/formviewer.aspx?formid=273221" target=_new>273221</a>
    On the number when I click it does not go to the link rather gives me a HTTP 404 not found
    http://scaobieedev:9704/analytics/%3Ca%20href=
    Please advice.
    Thanks,
    Vijay

  • Want to set mailto for google apps;tried editing the gecko...mailto.2.uritemplate as per instructions found on web; set 3 related config values to "true" as per instructions; does not work; tried javascript method without success

    I want to set the mailto app for google apps gmail.
    I tried editing the gecko...mailto.2.uritemplate as per instructions found on web (https://mail.google.com/a/MYDOMAIN/mail/?extsrc=mailto&url=%s.
    Set 3 related config values to "true" as per instructions (network.protocol-handler.expose.mailto ; network.protocol-handler.warn-external.mailto ; AND, third, gecko.handlerService.allowRegisterFromDifferentHost.
    Does not work, no Google Apps in the mailto app spot.
    Tried javascript method in address bar without success:
    javascript:window.navigator.registerProtocolHandler("mailto","https://mail.google.com/a/MYDOMAIN/mail/?extsrc=mailto&url=%s","Google Apps GMail")
    Any light anyone can shed will be appreciated. Cheers, jlf

    Great howto Steve! This further increased my understanding of the MVC patterns used by BC4J.
    Some remarks:
    [*]Select New Business Components...
    This should be 'New Business Components Package', or you won't be able to add business components.
    ename as "Name",
    sal as "Salary"
    from emp
    where empno = ?That should be deptno.
    [*]Select the EditEmpsInDepartment view objectThat should be EmpsInDepartment.
    Greetings,
    Ivo

  • SOLVED: Unable to set Destination URI to URL stored in a VO attribute

    Hi OAF Gurus,
    I want to set destination URI for a message styled text bean in my custom OAF page, such that on clicking the link a popup window comes up with an external url. This external url is record specific and is stored in a db table. I have access to this url thru a VO attribute on my page.
    If I set destination URI declaratively using a static url, it works fine for me. However when I try to pick up the destination url from VO attribute, fwk is prefixing "http://server:port/" to the url and consequently making it an invalid url.
    Please suggest a way to stop fwk from prefixing "http://server:port/" to the url stored in my VO attribute.
    What works:
    Destination URI:
    javascript:var a = window.open('http://www.google.com/', 'a','height=500,width=900,status=yes,toolbar=no,menubar=no,location=no'); a.focus();
    What doesn't work:
    Destination URI:
    javascript:var a = window.open('{@BpelInstanceUrl}', 'a','height=500,width=900,status=yes,toolbar=no,menubar=no,location=no'); a.focus();
    VO attribute BpelInstanceUrl has value "http://www.google.com/".
    When I specify the above destination uri using VO attribute 'BpelInstanceUrl', I get the following url on the link:
    javascript:var a = window.open('http%u003a//www.google.com/', 'a','height=500,width=900,status=yes,toolbar=no,menubar=no,location=no'); a.focus();
    I searched the forum, but couldn't find any discussion on setting destination uri to an external url based on the value of a VO attribute.
    Thanks for the help. Waiting for your valuable inputs.

    Shiv,
    I don't think your suggestion will work, because jsp redirect which framework will use internally will take default port number if fully qualified url(like http://www.google.com/') is not used.So, Ritesh will have the same problem as he mentioned.
    Now, Ritesh coming back to your problem, the solution is to attach the fully qualified url in the table component at runtime. This will help you in two forms:
    1)There will be no MAC key validation for your javascript generated url.
    2)Your fully qauilified url will be attached to url property at runtime, so would not face the current problem.
    Hence you need to use bound values api. Here is the sample code:
    OATableBean tableBean =
    (OATableBean)webBean.findChildRecursive("<table item id>");
    OAMessageStyledTextBean m= (OAMessageStyledTextBean)tableBean.findChildRecursive("<message styled text in table item id>");
    OADataBoundValueViewObject tip1 = new OADataBoundValueViewObject(m, "<vo attr name which stores url for each row>");
    m.setAttributeValue(oracle.cabo.ui.UIConstants.DESTINATION_ATTR, tip1);
    I hope i am clear.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • Can anyone help with this crash report? Safari repeatedly crashing...

    Process: Safari [478] Path: /Applications/Safari.app/Contents/MacOS/Safari Identifier: com.apple.Safari Version: 5.1.10 (6534.59.10) Build Info: WebBrowser-75345910~1 Code Type: X86-64 (Native) Parent Process:  launchd [117] Date/Time: 2013-11-10 10:

  • Multiple devices on account

    I have one apple id & itunes account for my daughter & myself. However since the latest update she is getting all my facebook contacts. How do correct this?

  • Excise Base value and BED is wrong in MIGO  while Depot

    we are creating the PO for Depot, Tax code is NO ED setoff means The BED is going to Inventory. material is FERT material and Plant is DEPOT. we are using the conditions here are PB00some Z conditions and the BED is calculted on the PB00Z conitions ,

  • Create_record, duplicate records n times.

    hii all, i have a detail datablock thats has; icode     totqty     perbox     boxes_required prod1     20     6     4 prod2     10     4     3 prod3     15     4     4 - boxes_required column rounded up (totalqty/perbox). i have a button, which when

  • Previous Recipients will not delete - have tried everything

    I've removed from Previous Recipients list in the address line, in the drop down menu... I have removed the email addresses from the Address Book and still they keep coming back.  On several occasions I'll delete it repeatedly from all areas and it k