Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How could I send a silent email in Applescript?

What I'de like to do is have my application send me a silent notification to me when a user opens the app for the first time. Hopefully something that doesn't open any new windows, or use "Mail.app". I'de just like to get an idea about the size of my consumers, and how many people open the app after downloading it. The code I assume that would work the best would be:


try

if not (First_Use_Result is "False") then

--Silent command to notify me

set First_Use_Result to "False"

end if

end try


I'm open to pretty much any option of coding (prefferabley Applescript), possible sending a trackable ping or (as a last resort) opening a location to a Click-Tracking Website.

Posted on Apr 14, 2013 12:02 PM

Reply

There are no replies.

How could I send a silent email in Applescript?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.