View unanswered posts | View active topics It is currently Sat May 18, 2013 10:52 pm



Reply to topic  [ 3 posts ] 
 Email Screenshot 
Author Message
Online

Joined: Nov 26, 2009
Posts: 923
Location: Kalispell, MT
Post Email Screenshot
This does the screen shot, saves the image to the desktop and sends an email, but doesn't attach
the screenshot.jpg to the email.

The file on the desktop just shows as "screenshot", without the .jpg extension.
Maybe that's the problem?

Any help greatly appreciated!

Code: Select all
set screenShotFile to (path to desktop as text) & "screenshot.jpg"

do shell script "screencapture -m " & quoted form of POSIX path of screenShotFile
delay 3
tell application "Mail"
   set addressList to {"xxxx@xxxxx.net"}
   set nameList to {"Carl"}
   set bodyvar to "Here is the saved webcam image."
   set subjectvar to "Webcam Image"
   set attachmentVar to screenShotFile
   set newMessage to (a reference to (make new outgoing message))
   tell newMessage
      repeat with i from 1 to count nameList
         make new to recipient at end of to recipients with properties {name:item i of nameList, address:item i of addressList}
      end repeat
      set the subject to subjectvar
      set the content to bodyvar
      tell content
         make new attachment with properties {file name:attachmentVar}
      end tell
   end tell
   send newMessage
end tell



Thanks,

Carl


Sat Jun 02, 2012 7:18 pm
Profile
Site Admin
User avatar

Joined: Mar 19, 2008
Posts: 6642
Location: Austin, Texas
Post Re: Email Screenshot
Possibly - the filename has to match exactly including the extension.

_________________
Jay (Indigo Support)
Image


Sat Jun 02, 2012 9:28 pm
Profile WWW
Online

Joined: Nov 26, 2009
Posts: 923
Location: Kalispell, MT
Post Re: Email Screenshot
Got it, thanks. it was exactly that.

Carl


Sat Jun 02, 2012 11:17 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 3 posts ] 

Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.   Template designed by STSoftware.