Creating a blank subject-line in email hyperlinks

I'm producing a pdf that includes email hyperlinks, and want to leave the subject line blank so responders can choose the most appropriate line themselves. Keynote, however, seems to insist on a subject line being provided, otherwise it defaults to showing 'email subject'.
Anyone know if it's possible to produce a blank subject line for the email links?
iBook G4   Mac OS X (10.4.6)   1.2 GHz, 768 MB

Sorry, I figured it out. I was "re-creating" the text box by copying the original text in order to keep the font. When I tried the procedure starting from scratch, voila - new, accurate Email Me button.

Similar Messages

  • Change subject line of Email sent through "spool recipient functionality".

    A batch job creates a spool, which is send through Email using spool recipient functionality. The subject line of the Email is as follows
    "Job<job name>, Step <step no.>".
    Is it possible to change the subject line of the Email?
    Any pointers on this would be highly appreciated.

    check the program name for job.
    If the program is Custom program(starting with Z or Y)  then you can easily change subject line of email.
    If it is standard program then we have to look for alter path.
    Edited by: subas  Bose on Feb 18, 2010 6:54 PM
    Edited by: subas  Bose on Feb 18, 2010 6:55 PM

  • How to increase the length of the subject line in email using FM

    Hi
    we have maintained 50 characters for the subject line initially, but some subjects are having more than 50 characters. how can we increase the length of the subject line in email.
    urgent.
    points will be rewarded generousely.

    Hi Rana,
    In this case, you have to create a user defined field of required length under Journal Transactions Header to fill the data.
    Regards,
    Vijay Kumar
    SAP Business One Forums Team

  • Change Subject Line of Email!!!

    Hi all,
               Can anyone please tell me if it is possible to change the subject line of email.
    IF it is possible then can you please send me a code snippet as to how to change it from a BAdi.
    Kindly reply immediately as this is bit urgent.
    Regards,
    Vijay

    Hi,
    Where do you want to change?
    Regards,
    Raj

  • Abbreviate long subject lines in email messages by following RFC 2919

    The subject lines in email are ridiculously long due to the added forum
    identification and other non-content. Especially if threads originate by
    people like me who believe subjects should cover the actual content of
    the message.
    The smart way to add the forum identification information is to use the
    standard way from RFC 2919: http://www.ietf.org/rfc/rfc2919.txt
    This allows you to embed additional information in email headers where
    MUAs can act upon them, without cluttering up the screen for the human
    reader. And you could even embed additional information such as a URL to
    report abuse, to unsubscribe etc.
    Jochem
    Jochem van Dieten
    http://jochem.vandieten.net/

    I apologize for responding in the wrong thread, but I am finding that I simply cannot take the time to process the current structure of the forums.
    After deleting the almost 400 Premiere and  Encore emails from about 2 days (almost all unread), I found today that the structure of the emails changed so that the content of the message is first (shows up nicely in Outlook reading pane), the link to the item is still convenient, and much of the unnecessary stuff is gone.  A step in the right direction.
    I'm sure the subject line is a bigger problem to fix, since it is being used to track, but I have still not found a way to avoid lots of separate groups.  I just found (should have thought of it before), that if I don't group them at all, just list the messages and then sort by subject, I get a passable list.  However, the unique code per item is not always in the correct (time) order.

  • How do I customize the subject of an email hyperlink

    how do I customize the subject of an email hyperlink? I added a hyperlink to an image. On click, I want a new email message to pop up with a custom subject already filled in.

    hyperlink would be
    mailto:youremailaddress?subject=email subject here

  • How do I change the default email-subject line when emailing from Acrobat 8...

    Hi,
    After creating a document in acrobat and clicking the email icon on the tool bar, Acrobat automatically opens and attaches the document to a new email message in Outlook. It also adds the file name as the subject, then appends "- Adobe Acrobat Professional". How do I remove and/or customize the default subject line appended by Acrobat Pro 8.12?
    Thanks!

    Hi, I have the same problem as Alan L. Whenever I have a file open in Acrobat 9 Pro Extended and click File-> Attach to Email it creates a new Outlook message and attaches the file but does not populate the subject line with the file name. The subject line is blank. I tried to email the same PDF file from Foxit Reader and it correctly populated the subject field with the file name.
    If anyone can help me I would really appreciate it.
    Thanks,
    Michael

  • Javascript to pull a PDF field into the Subject line of email?

    I've created a fillable PDF form using Pro X.  I'd like to program the Submit button so that once in the email portion, the subject line would automatically pull 3 specific fields from the PDF file.
    Example:  After hitting "Submit"....once in the email, I'd like the Date, Vendor Name, and PO # from the PDF form to automatically pull into the Subject line.
    I have to PDF the complete document and go through the Desktop Email Application on my PC.
    Thank you!

    Hello Everyone,
    I am having the same issue as tlg814 with needing three fields to pull into the subject, and I followed the blue print of the code as well, but I am only getting one field to populate in the subject line.  I am using Acrobat XI. Here is my code:
    Mouse up> Run a JavaScript
    var parts = getField("SR#", "Urgency", "Ship To").value
    this.mailDoc({
    cTo: "[email protected]",
    cCc: "[email protected]",
    cSubject: parts,
    cMsg: "Please create a Parts Request for the items in this email. Thanks"
    Any thoughts as to why it is not pulling all three fields?
    Thanks

  • Primary Key in subject line of email

    I'm sending emails from my application and I want the Primary Key or the number that is being generated to be in the suject line of the email...
    I have the following code, but nothing is showing up in the subject line besides TEST EMAIL- NEW PTA NOTIFICATION :
    The P1091_PTA_ID is the primary key that I'm trying to send in the email and its not showing up in the body or the subject line...
    DECLARE
    l_body CLOB;
    v_empl_email_addr varchar2(200);
    v_empl_email_addr2 varchar2(200);
    BEGIN
    l_body := 'An PTA has been created. Please log into the database at http://dvlp01.bhti.com:7777/pls/htmldb to continue processing.'||utl_tcp.crlf||'Your PTA number is :'||to_char(:P1091_PTA_ID)
    v_empl_email_addr := '[email protected]'||','||'[email protected]'||','||'[email protected]'||','||'[email protected]';
    v_empl_email_addr2 := (:P1091_USER_ID);
    htmldb_mail.send(
    p_to => v_empl_email_addr,
    p_from => v_empl_email_addr2,
    p_body => l_body,
    p_subj => 'TEST EMAIL - New PTA Notification -'||to_char(:P1091_PTA_ID));

    Maybe try seomthing like this -
    p_subj => 'TEST EMAIL - New PTA Notification -'||:P1091_PTA_ID||' created';
    I changed the variable format, and added literals at the end, just for checking.

  • Change subject line of email when submitting a form using Acrobat X Pro

    I have created an interactive PDF in Acrobat X PRO with a submit a form button. Everything works fine all the way through distribution except that I need the Subject Line of the submitted form when attached to an email to read "Form Returned: File Name" rather than "Submitting Completed Form". All of my past forms had the "Form Returned: File Name" subject line automatically...did something change and is it possible to change the subject line? Any help would be much appreciated.

    Thank you for your reply. I had actually come across that form on multiple occasions during my research. Looks like I need the doc.mailDoc() function, but there isn't an example of the code. Looking in other places I have tried a few things unsuccessfully. I did find this, which I thought would be even better than Form Returned: File Name in the subject line...actually taking information from fields in the form:
    // Build the subject line text from several fields form fields
    var subj_text = getField("text1").valueAsString;
    subj_text += getField("text2").valueAsString;
    subj_text += getField("text3").valueAsString;
    // Send the email
    mailDoc({
        cTo: "[email protected]",
        cSubject: subj_text,
        cMsg: "Body of email message goes here."
    I entered the script(adding in my own information for the email, body and subject line) by adding an action to the button to run the java script but it did not work. Any ideas??

  • Adding Field Info in Subject Line of Email with Attached PDF

    Had a question regarding the email submit button. I wanted to know if there was a way to put the information put into a specific text field in the email subject line when the PDF is being sent via email as an attached.
    For Example:
    Question one on the form would be.....
    1). Why are you submitting this email?
    (Answer by User) Website Technical Issue
    I would like to take the text "Website Technical Issue" and add to subject line of the email being sent by the user when they press submit/send at the bottom of the PDF. So it would send an email out of their inbox, with the attached PDF they filled out, and the subject line stating what ever they put in text field 1.
    Any help or a given PDF example would be greatly appreciated! Thanks in advance!

    Hello Everyone,
    I am having the same issue as tlg814 with needing three fields to pull into the subject, and I followed the blue print of the code as well, but I am only getting one field to populate in the subject line.  I am using Acrobat XI. Here is my code:
    Mouse up> Run a JavaScript
    var parts = getField("SR#", "Urgency", "Ship To").value
    this.mailDoc({
    cTo: "[email protected]",
    cCc: "[email protected]",
    cSubject: parts,
    cMsg: "Please create a Parts Request for the items in this email. Thanks"
    Any thoughts as to why it is not pulling all three fields?
    Thanks

  • How do you control the Subject Line in emails sent from RS_PREC_PLAN?

    We are using the program RS_PREC_PLAN to broadcast precalculated workbooks from a process chain.  We have entered values for each parameter (i.e. Precalc server, workbook, web template, and email addresses) and saved as a variant. 
    However, each time the program is called from the process chain the email recipient gets an email with "Test" as the subject line.  Is there any way to control what is displayed in the subject line of the email?
    Thanks,
    Brad

    Brad,
    Looks like the subject is hardcoded...
    you can find the same in
      Form  sent_mail
    where there is :
    l_r_parameter->add( i_id    = 'DESCRIPTION'
                          i_value = 'Test'(001) ).
    what you could do is create a copy of the same program and look at passing the subject to the program...
    Arun
    Hope it helps...
    You could also look at using the how to document on sending workbook as attachment available in SDN - created by Durairaj Athavan Raja,,
    Arun
    Hope it helps...

  • Subject line in Email Me button won't reset

    I have been using a textbox as a substitute for the Email Me button, I like the look of my own text better. Now I want to change the subject line in the emails I get from people using this link, but no matter how I try, I can't get iWeb to publish the changes I make.
    So far I have tried: removing the existing button, saving, publishing and then re-creating the email button using Inspector to assign the address and subject line. Then I save again, and re-publish. The change in email address works, but the subject line remains the original. Seems like a minor point, but I don't want that subject line going to the email address. In the future, I might use an email link to send mail to somebody else, and that would require a different subject line as well.
    Suggestions?
    Bryan

    Sorry, I figured it out. I was "re-creating" the text box by copying the original text in order to keep the font. When I tried the procedure starting from scratch, voila - new, accurate Email Me button.

  • Import Text From Form Field into Subject Line of Email

    Hello,
    Is there a way to import text from a form field into the subject line of the email when sending back (attaching) the PDF form?  In other words, there is an "applicant name" and I would like that name to be the subject line of the email.
    I am using Adobe Acrobat X (10.1.7)
    If any one has aby guidance or resources online where I can locate this information I would greatly appreciate it!  I have been searching all day but have not found a solution yet. 
    Thanks!

    Thank you so much for the help.  For some reason I cannot get it to work though.   Now, when I hit the submit button it does not do anything.
    Previously, I had the following code under
    ACTIONS>Mouse Up>Submit a Form
    mailto:[email protected]?subject=Employee Application
    I removed the above mailto URL and put in your code as a Javascript function. I made sure that my field name matched the name in quotes within the code.
    I used the following:
    var subject = getField("lastname").value 
    this.mailDoc({
    bUI: false,
    cTo: "[email protected]",
    cSubject: subject,
    cMsg: "Type message here"
    Do you see anything obvious that I am doing wrong?
    Many thanks!

  • Shipment  Number in Subject line of Email for SD Outputs

    SAP ECC is  currently emailing the Bill of Lading of a shipment  to our customer. They have asked us to change the subject line of the email to include certain shipment information - i.e. shipment number, and shipment date.
    I use a Program in the Output Type for other delivery documents and need to replicate it on the shipment side - can someone please tell me the name of the Program that I need to use and the Form Routine that I need to use to make this work? Or if there is a better way to handle this in config, please let me know.
    Thanks,
    Russ

    Hi ,
    refer Snote 325827
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=325827
    Thanks
    Chidambaram

Maybe you are looking for

  • How can I delete my old facebook account under a different name and password from settings?

    my old facebaook was hacked. I created a new account. I cannot post pictures from my iPad 4 to new facebook because I am using a new facebook account with a new password. the system is still storing my old facebook username.

  • My podcast show in my library but they won't download and I can't sync them to my Ipod Nano

    I can not dowlnload podcasts, they show in my libary to GET - so I do that , it says it is downloaded them but then they don't go anywhere - how do I get them ot sync to my Ipod Nano?

  • My Apple TV is not streaming proper

    Jeg har lige købt apple tv 3. generation. Jeg bruger den til at streame TV fra min Macbook pro, men Apple TV gør det ikke ordentlig. Den hopper i streamingen, som om internethastigheden ikke er høj nok. Men min internethastighed er målt til at være 1

  • Upgrade photo library

    Upgraded to Mavericks and latest iPhoto 9.5.1.  Told Photo Library needs to be upgraded to work with this version and it would take up to 3 hrs.  I hit the Quit button thinking I would be able to do it the next session but I can't.  I don't want to l

  • Facebook help please!

    I have just got the Q5 but am having problems with my facebook newsfeed. How do I change the settings to 'most recent' instead of 'popular'? Thanks. Solved! Go to Solution.