Automate sending e-mail at a certain time?

I would like to send out a form e-mail automatically at a certain time on Tue, Thur and Fridays to the same recipient. I can't seem to find an easy way to do this and I am not very good with Apple Script. I looked through Automator but didn't see anything.
Anyone have a simple solution?
Ron

What are you trying?
When you Save As Plugin for iCal alarm, you can choose which calendar to attach the event to in iCal.
If you have further questions, you should post them in a new topic with details.

Similar Messages

  • Send a message at a certain time

    Where do I set up iMail to send a message at a certain time. Outlook has this feature but for some reason I can't find it in iMail
    I have about 30 projects running at one time. All of them needing customer approval. What I need is to work on project throughout the day and send a the PDF proof at 4:55. If I send a proof earlier, customers will call and bombarded me with changes on their proof. leaving me no time to work towards finishing other customers art.

    Hello Kyle.
    The Mail.app does not include this feature but there is a collection of AppleScripts called Mail Scripts which can be downloaded at this link.
    http://homepage.mac.com/aamann/Mail_Scripts.html
    The script to use from the collection of Scripts is Schedule Delivery (Mail) which allows you to send individual messages at predefined times (this script uses iCal for scheduling message delivery).

  • Automatically send e-mail function or object

    Hy! I need a function or an method of an specific object to automatically send e-mails.
    Thanx

    Hi,
    The way we created automatic e-mails are by using actions. In the action, you can call a method. We created a method of our own which basically contains the following steps:
    Determine order data (FM CRM_ORDER_READ) --> determines you BP's
    Determine BP addressdata (FM BUPA_ADDRESSES_GET + BUPA_ADDRESS_GET_DETAIL) --> determines the e-mail address
    Then we call an self-defined FM that composes the mail and sends it afterwards:
    prepare the e-mail text
    set the e-mail properties
    generate the e-mail (FM SO_NEW_DOCUMENT_SEND_API1)
    SUBMIT rsconn01 USING SELECTION-SET 'SAP&CONNECTINT' AND RETURN
    Of course, there are also other ways to do this, but this solution we created gives us the flexibility to also sent mass-mails from one transaction within one action.
    Hope you can use this...

  • Need to send a mail when job window time is over

    Hi ,
    select * from v$version;
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    ========
    I have created a job using dbms_scheduler.create_job with a 1 hour window ( created using dbms_scheduler.create_window ) .
    My job triggers a stored procedure . Now I have a send_mail code at the end of the stored procedure which sends a mail with plsql log as an attachment . When my job runs more than 1 hour the stored proc is getting stopped and not triggering the mail though I put the same code in exception block ( exception when others ) .
    CREATE OR REPLACE PROCEDURE my_sp
    AS
    BEGIN
    -- some code ---
    begin
    -- send mail --
    end
    EXCEPTION
    WHEN OTHERS
    THEN
    send mail ( Can I get this piece when window time is over )
    END;
    Is there any other way I can run the last piece of the proc (send_mail) .
    Thanks ,
    Mahesh

    Mahesh wrote:
    Folllowing below note .
    http://download.oracle.com/docs/cd/E14072_01/server.112/e10595/scheduse008.htm
    but need to attach a file .
    SQL> desc utl_mail
    PROCEDURE SEND
    Argument Name               Type               In/Out Default?
    SENDER                VARCHAR2          IN
    RECIPIENTS               VARCHAR2          IN
    CC                    VARCHAR2          IN     DEFAULT
    BCC                    VARCHAR2          IN     DEFAULT
    SUBJECT               VARCHAR2          IN     DEFAULT
    MESSAGE               VARCHAR2          IN     DEFAULT
    MIME_TYPE               VARCHAR2          IN     DEFAULT
    PRIORITY               BINARY_INTEGER          IN     DEFAULT
    REPLYTO               VARCHAR2          IN     DEFAULT
    PROCEDURE SEND_ATTACH_RAW
    Argument Name               Type               In/Out Default?
    SENDER                VARCHAR2          IN
    RECIPIENTS               VARCHAR2          IN
    CC                    VARCHAR2          IN     DEFAULT
    BCC                    VARCHAR2          IN     DEFAULT
    SUBJECT               VARCHAR2          IN     DEFAULT
    MESSAGE               VARCHAR2          IN     DEFAULT
    MIME_TYPE               VARCHAR2          IN     DEFAULT
    PRIORITY               BINARY_INTEGER          IN     DEFAULT
    ATTACHMENT               RAW               IN
    ATT_INLINE               BOOLEAN           IN     DEFAULT
    ATT_MIME_TYPE               VARCHAR2          IN     DEFAULT
    ATT_FILENAME               VARCHAR2          IN     DEFAULT
    REPLYTO               VARCHAR2          IN     DEFAULT
    PROCEDURE SEND_ATTACH_VARCHAR2
    Argument Name               Type               In/Out Default?
    SENDER                VARCHAR2          IN
    RECIPIENTS               VARCHAR2          IN
    CC                    VARCHAR2          IN     DEFAULT
    BCC                    VARCHAR2          IN     DEFAULT
    SUBJECT               VARCHAR2          IN     DEFAULT
    MESSAGE               VARCHAR2          IN     DEFAULT
    MIME_TYPE               VARCHAR2          IN     DEFAULT
    PRIORITY               BINARY_INTEGER          IN     DEFAULT
    ATTACHMENT               VARCHAR2          IN
    ATT_INLINE               BOOLEAN           IN     DEFAULT
    ATT_MIME_TYPE               VARCHAR2          IN     DEFAULT
    ATT_FILENAME               VARCHAR2          IN     DEFAULT
    REPLYTO               VARCHAR2          IN     DEFAULT

  • How to automatically send the mail without popping for send

    Hi,
    I am providing proper values in system parameters of report6. viz.
    Desformat=pdf
    Destype=mail
    mode=bitmap
    desname=Valid email id
    I am using MS MAPI (Microsoft Outlook)
    When I run the report, I get the composed mail with the pdf attachment. When I press the SEND button of the composed mail, I shall be able to send the mail.
    Is there a way to SEND the mail automatically through reports?
    Regds
    Prakash H L

    hi ,
    Try running your report in batch mode, provide batch=yes on the command line for your report. This will suppress any user interaction and will mail the report without the need for the user to click on the send button of the mail composer.
    Regards
    Oracle Reports Team.

  • Automatically sending e-mails

    I need help writing a script that will automatically send an e-mail when production quanitiy is below expectations.  Right now I have a script for sending an e-mail but its not automated.  It brings up the actually e-mail it's self and the user has to manually hit send.  I do not want them to have the option of not sending the e-mail.  Is there any way to do this??
    Please help!

    Then use this as the folder-level script:
    myMailMsg = app.trustPropagatorFunction(function(vTo, vSubject, vMsg){
        app.beginPriv();
        app.mailMsg({ bUI: false, cTo: vTo, cSubject: vSubject, cMsg: vMsg });
        app.endPriv();
    myTrustedMailMsg = app.trustedFunction(function(vTo, vSubject, vMsg) {
        app.beginPriv();
        myMailMsg(vTo, vSubject, vMsg);
        app.endPriv();
    And then you can call it like this:
    myTrustedMailMsg("[email protected]", "Subject Line", "Hi there!")

  • Automatically launch an application at a certain time of the day

    Is there any way to do that?
    Schedule a program to start at a certain time and quit at another?
    Thanks!

    Helo,
    Set up an iCal event, repeating everyday and telling him to Run Script as an alarm., and another to quit it.
    Also, this may help...
    http://www.macupdate.com/app/mac/32388/task3l

  • Automatic send e-mail according to the expire data attribute in database

    Hi, everyone. I am now working a web library system, and I use MS Access as the database to store the data.
    Now I want to build a function for the system, which can automatic send loan expire message to the borrower when the expire data is met.
    I have search several days for this function and all the information is about other program language. I really have not any idea about this function. CAN Java archive the function.
    Appreciate for any suggestion. It is better if can post some code example. Thanks!

    HI,
    I just downloaded javamail, and installed it. I tested the javamail with the demo file follow the readme.txt, I don't know what is the mailserver is for MSN in the step 5 (java msgshow -T imap -H <mailserver> -U <username> -P <passwd> -f INBOX 5), and the '<' and '>' should be there? Could you give me an example. Thanks!
    PS: I am not English-speak people , forgive my poor English.

  • Macro for automatically sending E-mail from a folder

    I have a folder containing purchase orders (in pdf format) for many companies (say 500 companies), which I should send them manually to all the companies twice a month.
    (by insert the Purchase order and selecting the E-mail address and send separately to all of them)
    Is there any way to automate this work?

    Hi,
    Since we are not the best source for coding, if you are looking for some coding assistance, I'd recommend you to post your question to the Outlook for Developers forum:
    http://social.msdn.microsoft.com/Forums/office/en-US/home?forum=outlookdev
    In addition, you can also find some add-ins to achieve the goal. For more information, please refer to the article below:
    Send files and report updates automatically
    http://www.msoutlook.info/question/236
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

  • Automatic send a mail to vendor

    Dear SRM community,

    I can not send automatic a mail to the vendor. I use SRM 7.0 andprocess-controlled workflows with automatic approval.
    But I can send manuel over my purchase order in the portal to the vendor
    Please, can you help me?
    Thank advance.

  • Can iPod be set to automatically turn on and off at certain times?

    At my work, I have been using my iPod to play overhead music through the PA system - using the radio feature mostly, but sometimes a playlist. However, I have to remember to turn it on and off everyday, which doesn't always work out too well. Is there a feature that can be set so that it will turn itself on automatcially each day and turn off automatically each day? Its the Nano, sixth generation. Any feedback is appreciated!

    You can set a time in the clock but that wouldn't be much of an improvement because you would have to do it every day.

  • How to sync Mail upto a certain time?

    In Lion, when I tried the built in Mail application, it worked well BUT it took a lot of space in my hard drive since it synced upto years back. Isn't there a way where I can tell the Mail app to sync upto 30 days or 6 months?
    I know for a fact this is possible in Gmail in Android phone devices and tablets.
    Please help.

    ANOKNUSA wrote:
    Are you by chance trying to get email notifications about activity on your VPS sent to your mail server instead of your VPS user account? I know that's possible. I've never actually done it, though; I've seen information floating around about using something like s-nail + msmtp to accomplish that.
    Otherwise, if you're looking to route mail sent to foo.com to a server other than your VPS, you need to add MX (and possibly TXT) records to your DNS settings. How that is done depends entirely on who your DNS providers are for the VPS and for mail server, and instructions should be detailed on those providers' websites. Just to be clear, though, to my knowledge if your mail server is using a different registered domain name than the email address this probably won't work; it should work fine if the mail server is using a subdomain, such as mail.foo.com. Mail addressed to one domain can only be sent to a server at another domain by setting up a mail server for each domain---one to receive and forward mail, the other to receive the forwarded mail. In short, if you want mail to be sent to moo.com instead of foo.com, the best option would be to not have people send mail to foo.com.
    If you set up a mail server with virtual domains/mailboxes, it is no problem to handle mail from numerous different domains. I have just one mailserver at my main domain, but the MX records of several other domains points to it. You just need to include those domains in the virtual domains list (or database)

  • Can I send an email at a certain time?

    II would like to send an email tomorrow at 2pm but I want to write it now. Is there a way to schedule it?

    Fraky,
    One approach would be to use both your Mac's Automator program and iCal.
    Under Automator's Mail library, try using these two Actions:
    1) *New Mail Message* -- complete the address field(s) and compose your message in the box provided. Since you'll want to run the workflow without user interaction, leave the Options unchecked.
    2) *Send Outgoing Messages*
    From Automator's File menu, save the workflow as an application.
    Open iCal and schedule your New Event with the alarm feature set to open a file, in this case the file being your saved Automator application. Hope this helps.
    Regards, Andrew99

  • Automatically dispose a JDialog after a certain time

    HI all,
    To dispose a JDialog by a user response I've add a button event and dispose it. Say user not click the button within one minute after displayed it. In that case I want to automatically dispose it. How can I do it.
    Thanks
    ItsJava

    Yes, I'm working on Timer as you said. What I'm asking in that code is what I tried. :) I think most of you think it is not a good approach at all :)
    Here what I try with the timer.
        public void autoHide(final JDialog mainDialog){
            int counter = 0;
            Timer timer = new Timer(1, new ActionListener() {
                public void actionPerformed(ActionEvent e) {
                    if(mainDialog.isVisible()){
                         // In each second try to increment the counter by one
                         // if the counter is equal to 5 dispose the dialog
            timer.start();
        }I stuck here, I can't change the variable counter int the timer. IDE inform that used constant values.

  • Automatically send e-mail

    Hi you wonderful Gurus of Captivate.
    I put together a test and all is working well. I need to have
    the results automatically e-mailed when the user clicks the "E-Mail
    result" button. I do not want them to be able to change the results
    of the test. As it is right now, the e-mail is open for
    comments/changes etc.
    Can you please help???
    Trudy

    Hello all,
    Like Trudy I am also looking for help to have a way for the
    results of the quiz goto something like form mail or form post.
    I also need to have some way to get details a user provides
    in text entry fields to also be sent with the same quiz results.
    I guess the best way for text entry fields might be to have
    then included in quiz results. Text entry things will mannly be
    users name, company they work for etc...
    Thanks for reading and hope some people out there can help
    Trudy and myself.
    Ross M (New Zealand)

Maybe you are looking for

  • Can airport extreme extend the signal of my wifi network?

    or this can only be done with airport expresses??  my house has real thick walls

  • List service notifications web service

    I'm not sure where to put this question - so I thought I would try here We use service notifications.  These are created through transaction IW51 and listed through IW58/IW59. We have Microsoft Share Point as well. The Share Point people are asking m

  • How do I set up travel time in Calendar?

    I have set up several events and included the event address.  When I click on the travel time box, the gear spins for a second or two and quits.  I then have a pull down that allows me to select an arbitrary amount of time.  Also, there doesn't seem

  • Safari 4.0.3

    You cannot clear searches in the google toolbar like before in 10.5.8 safari 4.0.3. What happened?

  • Can you guys try something for me?

    When you press down on your battery when the MBP is sitting down, does it move/rattle a little bit? Just wanting to make sure that I am in the norm here. Thanks in advance.