Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

JamisonSmith

macrumors newbie
Original poster
Feb 21, 2009
4
0
Hello all,

I am trying to set up a way to send out a monthly reminder email automatically to a select distribution group. The distribution group would always be the same and the subject and body of the email would be the same. I primarily use Entourage as my email client, but could use Mail if needed. My OS is Tiger if that makes a difference.

I have tried it in Automator which I can get it to do prompt and send and email, but I can't seem to figure out how to make it happen on a select time scale, i.e. every 1st of month at 12:00pm.

I have also tried scripting it. The script is below and Entourage keeps giving an error with the coding. Any help is greatly appreciated.

Thanks!

Jamison


tell application "Microsoft Entourage"
set newMessage to make new outgoing message with properties {subject:"ATS Monthly Discharge and Recharge Reminder", content:"Please use this email as a reminder to fully discharge and recharge your ATS VHF receiver. Thank you. Jamie"}
tell newMessage
make new to recipient at end of to recipients with properties {name:"Jamison Smith", address:"JamisonMSmith@gmail.com"}
end tell
send newMessage
end tell
 

JamisonSmith

macrumors newbie
Original poster
Feb 21, 2009
4
0
Thanks!

Ergdegdeg,

Thanks for the suggestion, I will try Scheduler and see how it works for what I want to do.

Take care,

Jamison
 

JamisonSmith

macrumors newbie
Original poster
Feb 21, 2009
4
0
Thanks!

Thanks cdcastillo!

Is this a feature on iCal on Leopard? I looked on my version of iCal and the options are: none, message, message with sound, email, open file, run script

I tried the email option and it only sent me an email not the participants and I couldn't find an option to send to multiple recipients.

I also tried the script option and attempted to write a short script to draft and send a template email and I couldn't get it to work (see my first post).

Maybe I am missing something n my iCal. I would prefer to do this withour having to download any additional software.

Thanks again.

Jamison
 

mhae

macrumors newbie
Feb 21, 2009
1
0
You could also try to use the 'mail' command with cron. This may involve some simple shell scripting. You can start by verifying that mail works. Simply open a Terminal and type in 'mail <YourEmailAddress>'. If you receive the mail in your favorite email reader then do a 'man cron' to see how to setup a repeating job.
 

cdcastillo

macrumors 68000
Dec 22, 2007
1,714
2,672
The cesspit of civilization
Thanks cdcastillo!

Is this a feature on iCal on Leopard? I looked on my version of iCal and the options are: .... open file...

Thanks again.

Jamison

You save your automator workflow to your disk, then select open file in the alarm, and in the dialog box select the saved workflow.

Do not foget to set the event to repeat itself.
 

JamisonSmith

macrumors newbie
Original poster
Feb 21, 2009
4
0
Thanks again!

Thank you again cdcastillo! I set it up this way and tested it and it worked perfectly. This is a very simple solution once you know how to do it.

Take care,

Jamison
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.