Edit text in an email response

How do I edit an email response to someone when using mac mail?

Do you mean Apple's Mail program?

Similar Messages

  • Edited PDF does not contain viewable text in an email.  Why?

    I am currently using Acrobat Pro 8.0 on a MacBook Pro.  I used to be able to edit PDF documents by adding text to them and sending them in an email.  Now that I have upgraded my OS to Mavericks, I can't read the edited text in the pdf.  Any suggestions?

    Stick with Adobe Reader. iBooks will not and cannot display form fields or edited text in a PDF as you have learned. You cannot add text in iBooks either. You can't change that. The built in mail app is also incapable of displaying edited PDF files. Adobe Reader is much more robust and feature rich than iBooks, which I'm sure you have already seen for yourself.
    iBooks pales in comparison as a useful PDF tool. i think that you will be much better off using Adobe Reader.

  • How can I edit the title or body text of received email?

    I read somewhere in this forum a long time ago that, in Mail, you cannot edit anything within received email for security reasons.
    With Eudora, I have always done things such as reformatting the body text of received email by applying colors or making text bold, etc., in order to make the email useful to me.
    Is there a way around in Mail to edit either the title or body text of received email?

    About a month ago, I spend zillion hours to migrate from Eudora to Mail.
    Eudora has been wonderful to me since Day 1 back in the early 90's. But, it has been discontinued as a commercial product. I had used the Japanese version of Eudora for several years, but it did not like communicating with Exchange at work.
    I tried and tried various email clients before settling on Mail.
    When I pictured interactions among my Mac, iPhone, and whatever email client I choose, Mail was just the simplest way. But, Mail is not Eudora. And, I dearly miss Eudora.
    If there is no way to alter the contents of received email in Mail, I would have to adopt your approach on a case-by-case basis.
    Thanks for your help, though.

  • Web Form Email Response Layout

    Hi All,
    I have a working web form that successfully sends plain text responses to my email address on submit
    Below is an example of the response i receive...
    Enquiry_Type:
    General Enquiry
    Name_Of_Sender:
    Jack Tyler
    Sender_Email__Address:
    [email protected]
    Message:
    Does This Work?
    submit:
    Send Message
    I have a couple of queries...
    1) How can i remove the submit:Send Message button from the reply.
    2) I would like to add formatting options to the reply so the questions are bold and the answer is in normal text. Also i would like to add a line between each section so that each section is clearer to read and less clustered. I have read about HTML email responses but I am unsure if this is the best option for me to use.
    Any help would be appreciated

    Hi the web form using the code is available here http://hfcc.0catch.com/contact.html.
    The code i am using is listed below.
    I hope this is what you needed,
    Thanks
      <?
    error_reporting(E_ALL);
    ******** Secure mailing script *****************
    ******** Copyright David Wilde *****************
    You can add your template to this page.
    Make your form action value the absolute or relative path to the location of this script once it is uploaded to your site.
    Example;
    Absolute path: <form method="post" action="http://www.yourdomain.com/scripts/mailprocess.php">
    OR relative path: <form method="post" action="scripts/mailprocess.php">
    Assuming you have a scripts folder and you upload the script to that folder.
    The script Checks that all fields contain information and validates the email address.
    You must have the email text field in your form set with the name of 'email' the name is case sensative, so make sure it is in lowercase.
    // Start config variables
    // ONLY CHANGE THE DETAILS IN BETWEEN THE QUOTES; E.G '[email protected]'
    $to='root@localhost'; // You must change this! This should be the email address you want the form information sent to.
    $subjectline='Website Feedback - Contact Us'; // The email subject line. You may leave this as is.
    ## Do Not Edit Below this Line ##
    $thanks=header('Location:http://localhost/HFCC/Email_Responses/Childcare_App_Response.html'); // This is the message given after successfull submission of form.
    $failed=header('Location:http://localhost/HFCC/Email_Responses/failed.html'); //This is the message given after message was unable to sumbit to sender.
    // The ['email'] should match the name= in the email text input box in your form. Used for email validation.
    // DO NOT CHANGE THIS HERE. Change your form to match this.
    $email = $_POST['email'] ; // collect users email from form for the email header.
    // Collect all information from form and check all fields have been filled in.
    if (sizeof($_POST)) {
    $body = "";
    while(list($key, $val) = each($_POST)) {
    if ($key == "Submit") {
    //do nothing
    else {
    $body .= "$key:\n $val\r\n";
    // Checks if $val contains data
    if(empty($val)) {
    /*echo ("<b><p><li>One or more required fields have not been filled in.</li></p>
    <p><li>Please go <a href='javascript: history.go(-1)'>Back</a> and try again</li></p></b>");
    exit();*/
    // Validate email address
    /*if(!preg_match("^[a-z0-9]+([_\\.-][a-z0-9]+)*" ."@"."([a-z0-9]+([\.-][a-z0-9]+)*)+"."\\.[a-z]{2,}"."$",$email)){
    echo ("<b><li>Invalid email address entered. Go <a href='javascript: history.go(-1)'>Back</a> and try again</li></b>");
    exit();
    // Clean up email address
    if (get_magic_quotes_gpc()){
    $email = stripslashes($email);
    // Set headers
    $security = "From: ".$email."\r\n";
    $security .= "Reply-To: ".$email."\r\n";
    $security .= "Return-Path: \r\n";
    $security .= "CC: \r\n";
    $security .= "BCC: \r\n";
    ini_set("sendmail_from", $email);
    // Send the email.
    if ( mail($to, $subjectline, $body, $security, "-f".$email)) {
    echo $thanks;
    } else {
    echo $failed;
    ?>

  • Text image back to Editable text

    I need to convert "text image" to "editable text" in illustrator. I can't found any option for this in illustrator.
    But in acrobat using the OCR option i changed the text image back to editable text. Is it possible to convert "text image" to "editable text" through programatically using Illustrator SDK. I need help for this. Kindly advice me.
    Any script or plugin available for that.
    Thanks in advance,
    Prabudass
    [email protected]

    If you are looking for scripting advice, you are more likely to get a response on the scripting forum.
    I would suggest looking at the Illustrator scripting guide and sample (both should be in the "Scripting" folder located in your Illustrator folder).

  • Email response management system in crm 5.0

    hi buddies,
    preasently i am working on email response management system in crm 5.0 for auto routing and auto respounding of emails.can any one suggest me the document or customization steps for that
    thanks in advance
    manav
    Edited by: manav on Mar 8, 2008 6:37 AM

    Hi Madhav,
    You can customise the ERMS rule modler  by creating the ERMS New policy in the PCUI application (Rule modler)  for the Email routing category for the default service manager profile you can go to the transaction code crmc_pcuitools and select the rule modler under which select the Email routing as category for the service manager profile to be called and can create the new polocy with node and subnodes and you can define the incoming  email address as well .  do mention  your email id so that i can  send the config steps document for the same.
    pl do reward points if helpful
    Regards
    Dinaker vikas

  • I cannot edit text in a PDF created from scanning

    I am using Adobe XI, and I have created a PDF by scanning a document.
    When I do click on a paragraph to edit text, all the page appears selected, it seems to be an image. At that moment a message pops up saying: this page has not editable text or digitalized content. The editing tools are disabled, so I cannot edit text.
    If I do export a page to Excel or Word, I can edit text there, although there are some kind of data that is not converted properly (even when I have executed OCR).
    I have edited preferences, but I am not sure if I did it correctly.
    Thanks

    I am using Acrobat XI Pro on PC.
    Of course, I have done all the steps you mention,  but I wanted someone to confirm me if these setting values are correct in order to obtain the best results. I repeat the paragraph of my previous discussion that I want to clarify, just in case some of you can help me, mainly about optimization
    I digitalized the document from the scanner. This scanner is installed in the net, so I personalized the settings in Acrobat and I chose memory mode instead of native mode.
    Mode color: black on white
    Resolution: 600 ppp
    As you say in your mail, I understand I should choose ClearScan OCR not searchable just at this moment.
    Well, and what about the options of optimization?, JBIG2 (without lost)?, 4 CCITT?
    And filters?, I have: activated, low, activated, medium
    Are these values congruous or compatible?
    Thank you
    De: Phillip Jones [email protected]
    Enviado el: martes, 27 de noviembre de 2012 18:24
    Para: Suárez Suárez, Manuela
    Asunto: I cannot edit text in a PDF created from scanning
    Re: I cannot edit text in a PDF created from scanning
    created by Phillip Jones<http://forums.adobe.com/people/PhillipMJones> in Creating, Editing & Exporting PDFs - View the full discussion<http://forums.adobe.com/message/4877588#4877588

  • How can I edit text in a copy of a document on my home PC?

    A document created in Acrobat XI Std is on the server in the office.  I had the document emailed to me which I downloaded to my home PC.
    I cannot edit existing text or images in the downloaded document.
    I can do the following to the downloaded document:
       Add new text boxes and images
       Delete existing text boxes and images
       Move existing text boxes and images within the document
       Copy existing text boxes and images from the downloaded document and paste them into another document
       Edit new text boxes and images that I've added to the document.
    Both the office server and my home PC are running Windows and Acrobat XI Standard.
    I've checked security and protection.  These do not apear to be a problem but I'm not absolutely certain.
    Why am I unable to edit existing text and images in the downloaded document?
    How can i remedy this problem?
    PS.  The reverse is true also.  The office cannot edit text and images that I've added to the document.

    Hi Bill@VT,
    Sorry I didn't get back to you sooner.  I caught the flu.
    I just went to work for this company.  The company has been creating and maintaining these documents with Acrobat for may years.
    I live 75 miles from the office.  The company has agreed that I can work from home.
    The first attempt at this was emailing PDF documents back and forth.
    I may need access to the company network via a VPN.
    I have a lot experience doing these types of documents with MS Word and MS PowerPoint.  Then creating a PDF document from the docx and pptx.. 
    The company wants to continue creating and maintaining the documents in Acrobat because everyone in the office knows how to do it.
    So at this time I'll try to use  Acrobat.
    Thank you for all your help.
    Frank

  • Create editable text boxes in pdf

    How do I create editable text boxes in a pdf that I uploaded to Acrobat?  I can only fill and sign at this point (but have a subscription to Adobe). 

    You need Acrobat, either Standard or Pro, either as a full license or a
    subscription.
    On Fri, Feb 20, 2015 at 11:59 PM, jd8314965 <[email protected]>

  • Can my client add a link when editing text with the content management of Business Catalyst?

    I created a site using Muse. My client chose to host with BC and take advantage of the content management option. She has edited text to include her email and wants to create a hyperlink from that text to her actual email. Is this possible and if so, do I need to change the user Permissions to allow her to do this?

    Yes, she is editing content in the admin panel, but when she edits the text, she just gets the option to change text and update. There is not a button for hyperlink and then email. It seems like linking, something so simple, should be allowed. What do I need to do to allow this to happen for her?

  • Map File name in BPM to email response

    I have a scenario I am working:
    File FTP -> FTP -> RFC
    The file is deleted off initial server and pulled into our landscape to Processing server, then processed into SAP via RFC.  I wish for an email response to send on pass/fail of interface.
    This is all done and executing as expected with pass/fail message in body of email, received in inbox - no problem.
    However, one thing is missing....
    When the file is first processed, the File name is deleted and renamed with a time and date stamp (not ideal, but I got this working) is added when the file is created on receiving server.  I am using a BPM to do the file send mapping and email response.
    I wish to map the initial file name to the new file name, and then process then add time/date stamp when placed into Archive folder.  I would like the email to have the original name oif the file in the Subject line of the email, if possible....
    Has anyone done something similar?  Can you point me in the right direction?

    Hi,
    You can do this using Adapter specific identifiers in receiver CC. You can get the same filename as your source file.
    Blog: /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Go thro this thread as well for more details: Target file of the same name as source file
    Then in BPM, add one more send step for a file receiver CC and place the file in the archive directory with timestamp.
    Regards,
    P.Venkat.
    Message was edited by:
            Venkataramanan

  • Editing Text in Dreamweaver Display View

    I have just started using Dreamweaver CS4. In older versions
    of Dreamweaver, I'm used to seeing text in Display view and being
    able to edit the text directly in Display view, rather than having
    to edit text in Code view. But when I'm trying to edit text in
    Display view on a webpage that has text in a scrollable window,
    Dreamweaver does not allow me to scroll down the scroll box, so I
    can't edit text that is lower down in the scrollable area.
    Anybody have an idea on how I can accomplish this?
    Thanks very much.
    Jason

    That would be the way....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Osgood" <[email protected]> wrote in
    message
    news:go5tfn$r58$[email protected]..
    > Double click in the scrollable area and see what
    happens.
    >
    >
    > jsaffer1 wrote:
    >> I have just started using Dreamweaver CS4. In older
    versions of
    >> Dreamweaver, I'm used to seeing text in Display view
    and being able to
    >> edit the text directly in Display view, rather than
    having to edit text
    >> in Code view. But when I'm trying to edit text in
    Display view on a
    >> webpage that has text in a scrollable window,
    Dreamweaver does not allow
    >> me to scroll down the scroll box, so I can't edit
    text that is lower down
    >> in the scrollable area. Anybody have an idea on how
    I can accomplish
    >> this?
    >>
    >> Thanks very much.
    >>
    >> Jason
    >>

  • Never got the text message or email

    Hello ronin7-
    Thank you for clarifying that the promotion you are referencing is in regards to the Mover’s Coupon. I’m sorry to hear you did not receive the activation code to your Mover’s Coupon in a text message or email.
    I would like to look further into this for you but I will require additional information from you. Please take the time to log into the forum and select the private message found after my signature bar to send me your name, the cell phone number and email address that you used to request the activation code, so I can begin my research.
    I appreciate your patience, all our posts are handled in the order which they are received and we work to meet our response time generally within 24-48 hours. I look forward to your private message.
    Respectfully,

    Movers coupon-never got the text message- No reply from you guys!!!!!! Did you miss the post ????? or it's not important to you guys !!!! ANYONE !!!!!!!! Post over 25 hrs ago........

  • Why can't I edit my signature under email settings.

    Why can't I edit my signature under email settings.  I want to unbold the "Sent from my iPhone" and it will only unbold it when it is in italics  I don't want it in italics.

    Hi Sssswm,
    If you'd like to edit the email signature that is appended to email which you send from your iPhone, specifically to change the text style, please see the information below.
    Select text. Tap the insertion point to display the selection options. Or double-tap a word to select it. Drag the grab points to select more or less text. In read-only documents, such as webpages, touch and hold to select a word.
    You can cut, copy, or paste over selected text. With some apps, you can also get bold, italic, or underlined text (tap B/I/U); get the definition of a word; or have iPhone suggest an alternative. Tap to see all the options.
    Edit text - iPhone
    Take care,
    Alex H.

  • IMac desktop using OS X Lion How can I highlight a selected text in an email?

    iMac desktop using OS X Lion
    How can I highlight a selected text in an email? 

    Send the table as an attachment, either a spreadsheet (if the recipient needs to be able to edit it) or a PDF.

Maybe you are looking for

  • Cannot BULK download App Updates after iTunes 9.0.1 Update

    I had a bunch of updates sitting there, and I decided to update iTunes before doing them. I thought that would be smart. However, after the iTunes update to 9.0.1 was complete I got this message when I tried to bulk download the app updates: *"The in

  • Help!! Circular Redirect error when submitting to iTunes

    Howdo folks I'm really hoping someone can help me here, because I've totally run out of ideas trying to figure this out. I'm trying to submit my new podcast to iTunes, but when I type in the Feed URL (http://www.mifidpodcast.com/rss/feed.rss), I get

  • Bind menu bar to a menu model

    Hello, I'm trying to bind my menu bar (af:menubar) to a menu model. I created the menu model from my main unbounded task flow (adfc-config.xml) : right click -> "Create ADF Menu Model..." giving me root_menu.xml. My menu bar is currently defined in a

  • How do I stop my plug ins from switching presets?

    I just downloaded Logic Pro 9.1.7 and everything is recording perfectly fine. But then when it comes to editing, EQ'ing/limiting etc, the presets start scrambling uncontrollably, switching from one to the other. I thought that maybe because I had dow

  • Safari 3.1.2 keeps crashing after Archive and Install

    I did an archive and install to fix a few problems, but Safari continues to crash. I also tried to reset Safari in the moments before crash. My homepage barely has time to load before it crashes. I tried to navigate to other sites to see if it was a