MacMost Q&A Forum • View All Forum QuestionsAsk a Question

How Do I Schedule an Email?

I need a reminder email to go out to a group of people. I want to do it now while all the info is still fresh in my mind.
—–
Michel

Comments: 5 Responses to “How Do I Schedule an Email?”

    12 years ago

    One easy way to do it is to use iCal. Create an event and set the reminder to send you an email. iCal won't send out an email to anyone but you -- it is supposed to be for reminding you, not sending out emails to others. But then when you get that email you can simply forward that on to the group.

    Michel
    12 years ago

    Thanks; that sounds like it would work for me great. However, when I tried it, it told me "You must add your own card and email address in address book in order to use email alert." I have my address in there, but it didn't use it. I tried my user name too, but no luck. What am I missing?

      12 years ago

      It sounds like you never told Address Book which card was "you." Select it in Address Book and choose, Card, Make This My Card.

        Michel
        12 years ago

        Thank you! It worked. You are genius. I look at your videos all the time. Learned a lot. Thanks. Michel

    Alice
    12 years ago

    Open Applescript.app > copy & paste script below > click "Run"
    tell application "Mail"
    set theNewMessage to make new outgoing message with properties {subject:"Subject text", content:"Content text", visible:true}
    tell theNewMessage
    make new to recipient at end of to recipients with properties {address:"email address"}
    send
    end tell
    end tell

Comments Closed.