Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > I Want to Save an email as a Template

I Want to Save an email as a Template
Thread Tools
Mac Enthusiast
Join Date: Aug 2003
Location: Canada, Planet Earth
Status: Offline
Reply With Quote
Jan 13, 2005, 07:43 PM
 
Hi .. I'm using Mail

I though I read somewhere recently that this was possible ..

I would like to have a template email saved where I could just alter a few things for example, and send a new email .. but keep the original email.

It's something to do with drafts ... but as you know it usually just keeps unfinished emails and sends it when you complete the email without saving a copy

It might have been in the last Machome magazine that I read of a way of doing it ...
(Last edited by bergy; Jan 13, 2005 at 08:10 PM. )
Tiger 10.4.8
     
Senior User
Join Date: Oct 2004
Location: Vancouver, BC
Status: Offline
Reply With Quote
Jan 13, 2005, 08:51 PM
 
I have not heard of any way of doing this, but I have an idea that should work.

Technically, Mail.app's signature feature is just a template with the signature at the bottom. You can have multiple signatures and select which one you want on a per-message basis via a drop down menu.

Compose the email you want exactly how you want the template. Cmd-A to select all and then Cmd-C to copy it. Go into signatures and create a new one, you could even call it "Mail Template." Then when composing a new message, just select that from the menu.

If you do not use the signature feature already, just make another one that is blank and make it the default so the template won't show up unless you select it.
     
bergy  (op)
Mac Enthusiast
Join Date: Aug 2003
Location: Canada, Planet Earth
Status: Offline
Reply With Quote
Jan 20, 2005, 03:44 PM
 
Hi Fusion ..

Thanks for the reply ...

I found the original article re: how to do this .. it was in the last MacHome magazine ..

According to them .. you save as a draft .. then go back to that message ...
select and then Message/"Redirect".

I tried that and it didn't work .. the original did not remain ...


I did try yours however and it works well so thanks again ....
Tiger 10.4.8
     
Registered User
Join Date: Apr 2003
Location: The Internets
Status: Offline
Reply With Quote
Jan 20, 2005, 03:50 PM
 
i think (sorry dont have a link but i saw it on versiontracker) there is a contextual menu or apple menu that would do this. it was shareware and costs like 10 bucks or something...

don't know if this feature is in mail 2.0 but it would be nice.
     
Junior Member
Join Date: Apr 2003
Status: Offline
Reply With Quote
Sep 25, 2007, 08:56 PM
 
So, two years later, is there any way to do this? I recently migrated to Mail, and I have half a dozen emails that I send out regularly and I would like to save a template for. I can probably figure out how to save the body of the email as a template, but that's not necessarily the important part. I've got smart mailing lists in Address Book, and they help, but my mail still has a fairly complicated address structure and it would be much nicer to simply save a template of the entire email.

I mean, c'mon, the archaic Netscrape 7 that I'm leaving behind supports this feature simply and easily. Anybody got ideas? Thanks...
www.gtplanet.net
www.neons.org
     
Addicted to MacNN
Join Date: Jul 2005
Location: Cooperstown '09
Status: Offline
Reply With Quote
Sep 25, 2007, 09:46 PM
 
     
zro
Mac Elite
Join Date: Nov 2003
Location: The back of the room
Status: Offline
Reply With Quote
Sep 26, 2007, 12:28 AM
 
AppleScript, yo.

This is a snippet from Apple's Create New Message script, but it should be enough to get the gist of it. Though there are plenty of undefined variables.

tell application "Mail"
-- Properties can be specified in a record when creating the message or
-- afterwards by setting individual property values.
set newMessage to make new outgoing message with properties {subject:theSubject, content:theBody & return & return}
tell newMessage
-- Default is false. Determines whether the compose window will
-- show on the screen or whether it will happen in the background.
set visible to true
set sender to theSender
make new to recipient at end of to recipients with properties {name:theName, address:theAddress}
tell content
if (wantsAttachment is equal to "Yes") then
-- Position must be specified for attachments
make new attachment with properties {file name:theAttachment} at after the last paragraph
end if
end tell
if (theSignature is not equal to "") then
set message signature to theSignature
end if
end tell
-- Bring the new compose window to the foreground, in all its glory
activate
end tell


Open in Script Editor.app



Hell, just do it with Automator. Looks like just the thing you're looking for.
(Last edited by zro; Sep 26, 2007 at 12:34 AM. )
     
Junior Member
Join Date: Apr 2003
Status: Offline
Reply With Quote
Sep 26, 2007, 11:42 AM
 
Thanks, guys. The "Send Again" thing looks straightforward, but it's pathetic that Apple didn't include this in Mail to begin with. I appreciate the info.
www.gtplanet.net
www.neons.org
     
Professional Poster
Join Date: Oct 1999
Location: :ИOITAↃO⅃
Status: Offline
Reply With Quote
Sep 26, 2007, 05:19 PM
 
You might also check out one of the keyboard-macro programs like the very lovely TextExpander.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 11:33 AM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2