Mail app:  copy and past in draft folder kills the mail app every time

Create an email and save it (instead of sending it), the go to the draft folder, copy that draft (command,c) and try to paste it (command v) to create multiple versions of that email and the mail app dies every time. I do this to create multiple copies for mass emails which brings me to problem 2, the Mail app cannot send to multiple email addresses.

This has been really bothering me. I came up with this solution and have tested it. I hope it works for you too.
Create your first e-mail
Save it to your Drafts folder, in the usual way (in whichever account you're going to send from)
Left-drag this e-mail FROM your drafts folder on to your DESKTOP
Double click the icon it makes
When it opens, from the Mail.app menu bar click Message > Copy to > click on the Drafts folder you want your e-mail to be saved in
The e-mail that you double clicked from the desktop should still be open
Now use this key-combination alt-⌘-T and you'll copy another version of the same draft e-mail to your drafts folder
Repeat the key-combination for as many versions of the e-mail you need - you can work at some speed, it keeps up - no crashes. They will all go to your Drafts folder in the same way the Copy/Paste feature used to work
Once you have as many copies in there as you need, double click each one from your drafts folder, add the recipient address and any customisation and SEND!
This problem appears in quite a few threads on the Apple forum, so I will cross post.
I've not seen this solution anywhere else, or anything similar.
I'm happy for you to share this, once you've tested it, and you can follow on http://twitter.com/philipchapman
GOOD LUCK!

Similar Messages

  • Is there any way to do a mass copy and paste of song titles from the "name" column to the "sort name" column? I know it can be done with individual titles but I have over 6,000 titles in my library.

    In iTunes, is there any way to do a mass copy and paste of song titles from the "name" column to the "sort name" column? I know it can be done with individual titles but I have over 6,000 titles in my library.

    Thank you. I have heard of Logic Pro 7, but I have never personally used it. I'm still growing in the world of Composition, and I know that it is something I will be studying in one of my Computer Music classes coming up for my degree. I think it is something I will look into getting once I can justify the price of it. I guess for the time being, I will continue to play and grow in my ability to use and take advantage of GB, and then see what I can do about or with Logic Pro when I'm ready. The thought of spending $1000 for a program is hard to bite, because I've already spent a lot to produce my music, not only electronic music, but also chamber music and so on. I had no idea it would be so expensive to dive deep into the world of composition! lol.
    Finale 2007: $500
    Sibelius 4: $500
    Jam Packs: $400
    Midi Keyboard Interface: $100
    PowerBook: $1700
    Printer for printing scores and analysis: $150
    Logic Pro 7: Oy!
    As you can see it adds up very quickly...that doesn't even include my personal instruments and study materials.
    Thank you for your input, as I haven't really worked much with LP, and therefore didn't know which features are available. I will talk with some of my Composition buddies, and professors and see what they have to say as well, and who knows, I may be able to get the express version through one of them.

  • I own acrobat 9 pro and had to re-download the program from a computer issue but when i get the serial code from the adobe website it give me serial code invalid error.  i am using copy and paste to prevent miss typing the code.

    i own acrobat 9 pro and had to re-download the program from a computer issue but when i get the serial code from the adobe website it give me serial code invalid error.  i am using copy and paste to prevent miss typing the code.

    Hi Lawrence,
    Please try the steps mentioned in the KB: https://helpx.adobe.com/creative-suite/kb/error-invalid-serial-number-acrobat.html
    Regards,
    Rave

  • How to copy and paste a document typed in the EpicWrite (esp. a text typed in Kannada)on a Microsoft Word 2007 page?

    02-03-2012
    For last one week, I have been trying in vain to copy and paste a document typed in the Epic Write on a Word 2007 format, so that I can retrieve or modify it anytime without depending on the Internet connection. Whenever, I paste on a webpage, it cannot be edited and when I transfer that on a Word page, only words & figures in English appear and the rest of the text is displayed in blank square boxes.
    How I can overcome this problem?

    Are that pages in Unicode?
    *[http://kn.wikipedia.org/wiki/%E0%B2%95%E0%B2%A8%E0%B3%8D%E0%B2%A8%E0%B2%A1]

  • I just installed the new firefox for Mac OSX 10.6.8 and when I select an image on a site (right click and copy) and paste in Photoshop 5.5, the image lightens. It does not do this in Safari.

    Question
    I just installed the new firefox for Mac OSX 10.6.8 and when I select an image on a site (right click and copy) and paste in Photoshop 5.5, the image lightens. It does not do this in Safari.

    Firefox, Safari, and PhotoShop each handle embedded color profiles differently. For an add-on that makes it easier to experiment with Firefox's color management options, you might be interested in: [https://addons.mozilla.org/en-US/firefox/addon/color-management/ Color Management :: Add-ons for Firefox]. I haven't tried it myself.

  • How can I copy and paste an entire page on the new Pages?

    How can I copy and paste an entire page on the new Pages?

    Open one document in Pages v5.5.3, Open a second document in Pages v5.5.3. Select, copy, and paste one page between source and destination documents. Document objects such as Text boxes, shapes, images, tables, etc must be individually selected, copied, and pasted.

  • I am trying to download a movie in iTunes and I was asked two security questions. They are different form the questions I chose and whenever I exit and try again, I see that the questions change every time. How can I reset the questions?

    I am trying to download a movie in iTunes and I was asked two security questions. They are different form the questions I chose and whenever I exit and try again, I see that the questions change every time. How can I reset the questions?

    From a Kappy  post
    The Best Alternatives for Security Questions and Rescue Mail
    1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    An alternative to using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • Copy and Paste in selected folder

    Hi All,
    I need to select(copy) ".pdf" files and paste into selected folder.
    Using Mac.
    var file = File.openDialog("Please choose PDF", "PDF:*.pdf");
    var destinationFolder = Folder.selectDialog("Select Paste Folder");
    Could anyone help on this.
    Thanks in advance
    Beginner_X

    Hi Vandy,
    Thanks for your response...
    Above  coding is not worked out for moving folders...
    But using forum I got below function, it works great
    function copyFolder(sourceFolder, destinationFolder) {
        var sourceChildrenArr = sourceFolder.getFiles();
        for (var i = 0; i < sourceChildrenArr.length; i++) {
            var sourceChild = sourceChildrenArr[i];
            var destinationChildStr = destinationFolder.fsName + "/" + sourceChild.name;
            if (sourceChild instanceof File) {
                copyFile(sourceChild, new File(destinationChildStr));
            else {
                copyFolder(sourceChild, new Folder(destinationChildStr));
    function copyFile(sourceFile, destinationFile) {
        createFolder(destinationFile.parent);
        sourceFile.copy(destinationFile);
    function createFolder(folder) {
        if (folder.parent !== null && !folder.parent.exists) {
            createFolder(folder.parent);
        folder.create();
    Any other coding is also appreciatable....
    Thanks in advance
    Beginner_X

  • Copied and pasted my itunes folder to a new internal drive- can I consolidate the library?

    I ran out of space for my images so I copied and pasted the whole itunes folder over to a new internal hard drive.  I then deleted the itunes folder on the original drive.  I went to preferences in itunes and changed the location of the music folder.
    Unfortunately, the music library is not connecting to that new location, it is only filling with things from icloud.
    I looked up some instructions and now find out that the way to do it is to create a new folder and instead of manually copy and pasting, consolidating the files via itunes.
    What can I do now that I have done it manually?
    Thank you

    This is the process I usually recommend.
    Backup the library with this User Tip.
    Restore the backup to your new computer using the same tool used to back it up.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Keep your backup up-to-date in future.
    If you've done the backup properly, delete any existing empty iTunes library that has already been made then copy in the entire iTunes folder from the external drive into your profile's music folder. Start iTunes. It should "just work" with no need to import anything.
    tt2

  • I cannot copy and paste a word document to the internet. Message " cut/copy/ paste not available on Mozilla and Firfox.

    I on a website trying to copy and paste a resume and I get the above message.
    %APPDATA%\Mozilla\Firefox\Profiles. This I put in my program folder. Per your instructions in your security preferences web page.

    Maybe:<br />
    Dafizilla Table2Clipboard: https://addons.mozilla.org/firefox/addon/1852

  • How do you copy and paste from an iMac of the internet

    Hello,
    Pleas scan you help me?
    I don't know how to copy and paste of the iMac, to pages from the internet?
    Thank you,
    luciewills

    Press command + control + shift + 4
    When the crosshair pointer appears drag it across the area you want to copy and then click it.
    Open the application where you want the copy to be placed.
    Then    File > Paste
    http://support.apple.com/kb/ht5775
    Best.

  • Is it possible to copy and paste a formula without changing the cell references?

    I am trying to paste a formula to a cell adjacent to where it currently is but when I do, the cell references in it change. I am trying to get exactly the same formula in the cell (without re-typing it).

    dedwards96 wrote:
    Just another quick question, is it possible to make a large number of cell references 'absolute'?
    Individual cell references in formulas may have four distinct states: relative, absolute column, absolute row, or absolute column and row. These are set using the popup menu on the reference itself. Click on the reference in the formula and choose one of the four states from the popup menu.
    Once set, you can fill the formula into the rest of a column or row using the Fill Handle (small circle at the lower right of a selected cell). Cell references in the new copies of the formula will remain absolute or adjst to their new position dependent on the setting for each reference. You can also copy and paste the cell (single click to select it, command-C to copy) with the same results.
    You can also copy/paste without changing the formula's cell references if you select the formula (Drag across the formula in the entry bar, copy, press tab to deselect and reconfirm the formula in the original cell) rather than the cell. Pasted into a new cell, the formula will appear as if you typed it in exactly as it was in the original cell—neither absolute references nor relative references will have changed.
    Regards,
    Barry

  • How to copy and paste web design styles from the web

    I am not doing so well with the web style templates provided in the latest versions of IWeb.
    Is there a way to copy and paste the html code from some site who's design I like then paste it into my Iweb and then put in my content to the style that was up?
    I used to be able to do do this about 10 years ago with a Claris Homepage program, don't see how to do it with IWeb.
    It's like I have to do everything from scratch, draw background boxes, don't see frames.
    Thanks everyone..
    Jack E.

    Welcome to the Apple Discussions. No you can't copy the code form a site and use it in an iWeb page. To use frames you would use an HTML snippet and this code:
    <IFRAME SRC = "URL OF PAGE YOU WANT TO FRAME" WIDTH="XXXpx" HEIGHT="XXpx" FRAMEBORDER="0" --if "0" no border, otherwise "1" with border MARGINWIDTH ="0px" MARGINHEIGHT="0px" SCROLLING="no" --"no" no scrolling bar, "yes" show always, "auto" showed when need > Your browser does not support IFRAME </IFRAME>
    You can get more info at this site:iFrame code.
    I've creates a demo site which describes many of the features and tricks I've learned from this forum. This iWeb FAQ site is a wealth of information on using iWeb and all of it's capabilities.
    OT

  • How do you copy and paste an adjustment layer to the center of a new doc?

    Hi,
    I know I can drag an adjustment layer to a new document, but it's never in the center. So I end up with an image with adjustments made, but not across the whole image. Therefore I have to eyeball and properly center the adjustment layer to make sure the adjustment sits in the center and is therefore made across the whole image.
    Is there a way, or a shortcut, to do this whole process much easier? For the steps I have to do and hassle, I usually skip copy and pasting an adjustment layer and just re-create a new one.
    They have to have made a way to do this, but I can't find the instructions online anywhere!
    thanks!
    Liz

    Forgot to add that it would be an adjustment layer with some kind of mask on it already. The mask is uncentered when copy and pasted which throws it off.
    I guess the same question would go towards doing the same for an object. How to copy and paste it over to a new doc, keeping its position within the document? is this possible?

  • Unable to copy and paste code or text in the post

    hi
     i am unable to copy or paste the code or text from my notepad/word to this editor when i am trying post questions  etc.
    is this feature blocked my MS ?
    If i add a html code windows , i am able to paste the  code and text. can anyone pls confirm why they have removed copy-paste operations from the normal window

    Did you try to paste by right-clicking or by typing Ctrl + V ?
    Sometimes the former doesn't work but the latter works.  -- My own experience.
    Alexis Zhang
    http://mvp.support.microsoft.com/profile/jie
    http://blogs.itecn.net/blogs/alexis
    | i am unable to copy or paste the code or text from my notepad/word to this editor when i am trying post questions etc.

Maybe you are looking for

  • Unable to change iPod driver on Windows 8

         I recently upgraded my iTunes. When I connected my iPod to my laptop, it wouldn't recognize it. I've had this happen to me before, my iPod was being shown as an external storage. So I started searching on the web for solutions and came upon some

  • G5 iMac and 20" Display

    The Apple Store states that the minimum spec required to run an ACD is an intel iMac. I "only" have a G5 iMac, will I be able to hook up a 20" ACD to extend my desktop? Cheers

  • App Store Categories error

    Whenever i go to app store and go into categories all the options have the skype icon and say app store. I have done a reset and a full restore neither of which fixed it. I phoned apple support and they had no idea how to fix it, they told me the bes

  • How to reference recording fields values?

    hi, i am in the LSMW Maintain field mapping and conversion rules screen and i used the following abap coding routine to move values to a destination field :- g_amount = VA02-KURSK + 3.      write g_amount                     to VA02-KURSK decimals 2.

  • Can you restore a previous backup?

    Ok, this might sound confusing. I had hardware malfunctions with my first iphone4. I just got my new one, and I think I accidentally deleted the last backup that I did on the old one. Is there anyway to bring it back? My contacts came back, as did my