Can u schedule emails to go out at specific times?  if yes, how?

can u schedule emails to go out at specific times? if yes, how?

Not in Mail. You might be able to create Applescripts that would do that. There also might be a third-party solution (that probably uses applescript) to do what you want. Check the [MacUpdate|http://www.macupdate.com> site or [Hawk Wings|http://www.hawkwings.net>.

Similar Messages

  • I'm receiving but can't send emails. My out going smtp has gone offline. how can i change this to be online?

    i'm receiving but can't send emails. My out going smtp has gone offline. how can i change this to be online?

    What version of Windows, what mail system and which mail client?
    Start there.

  • Can you schedule pages to load at a specific time?

    Is it possible to schedule a page to load at a specific time/date? For example, I need my home page to update at 9am on Friday, but I will be out of the office at that time, can Dreamweaver do it for me automatically?
    I am using Dreamweaver CS3 on a Mac running OSX 10.4.11.
    Thanks,
    Elliott

    Here's a very simple sample using php. As its Thursday you will get the message 'This is Thursday and our prices are reduced by 25%' any other day and you will get the message '10% discount today'
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <?php
    $day = date('l');
    ?>
    <style type="text/css">
    #thursdayOffer {
    width: 400px;
    margin: 0 auto;
    border: 2px solid #900;
    text-align: center;
    #normalOffer {
    width: 400px;
    margin: 0 auto;
    border: 2px solid #900;
    text-align: center;
    </style>
    </head>
    <body>
    <?php
    if ($day == "Thursday") {
    echo "<div id='thursdayOffer'><p>This is Thursday and our prices are reduced by 25%</p></div>";
    else {
    echo "<div id='normalOffer'><p>10% discount today</p></div>";
    ?>
    </body>
    </html>
    Depending on how complex you want to get.....you may need to get the information from a database.

  • Can't get email to go out after updating ios5. Settings look ok can receive incoming and can get to Internet   Help

    Can't get email to go out after updating ios5. Settings look ok can receive incoming and can get to Internet   Help

    Is this a POP account, or an IMAP account? Did you enable your account type in Gmail?
    You can verify whether or not you did (and enable it if you didn't) by logging into Gmail on the web. Then, open the 'Forwarding and POP/IMAP' tab on your 'Settings' page, and configure IMAP. After enabling IMAP in Gmail, make sure you click 'Save Changes' so Gmail can communicate with your mail client.

  • I can't send emails from my phone when I'm abroad. How can I change that?

    I can't send emails from my phone when I'm abroad. How can I change that?

    try to log into your email from another mobile or device and see if you can, or log out of your email on your phone and log back in see if it works

  • My email was recently invaded and a mass email blast sent out to all my contacts. How do I clean this up?

    My email was recently invaded and a mass email blast sent out to all my contacts. How do I clean this up?

    Yes, change the password - however,  the problem is that the email addresses have already been stolen, so the damage is already done.
    In fact, I had a similar problem with my Yahoo account; so, for now, I've actually taken most close friends' addresses off (deleted them); not sure that that will help either, but at least they won't be able to steal them in the future.

  • Hi, We are a physiotherapy practice trying to use i-cal as a clinic diary systaem for 15 therapists. We need to block out availability of therapists but cant do this? How can you block someones diary out for specific times on i-cal? Any help please..

    Hi, We are a physiotherapy practice trying to use i-cal as a clinic diary system for 15 therapists. We need to block out availability of therapists but cant do this? How can you block someones diary out for specific times on i-cal? Any help please..

    iCal is designed for personal use, and isn't really meant to handle this sort of situation.
    The best suggestion I can offer, though it's a trifle untidy, is: create a calendar for each therapist, giving each a different colour. Enter the availability for each therapist - if it's on a weekly basis you can make them repeating events. Then add the individual appointments, which will show alongside in the daily view. In this example, the 'purple' therapist is available from 1030 to 1700 and has appointments at 1200 and 1500.
    If you have more than a few therapists available at any one time it's liable to look a bit messy, but it's the best I can think of at the moment.

  • How do I set an email to send at a specific time/date in the future e.g. tomorrow at 9am. I am on an iMACX using apple's version of windows

    how do I set an email to send at a specific time/date in the future e.g. tomorrow at 9am. I am on an iMAC using apple's version of windows

    apple don't have a version of windows
    only microsoft have windows
    as how one automatate windows to send mails at a time
    googled it for you
    http://www.howtogeek.com/125045/how-to-easily-send-emails-from-the-windows-task- scheduler/
    more options in the search
    https://www.google.dk/search?client=opera&q=automatically+send+email+in+windows& sourceid=opera&ie=UTF-8&oe=UTF-8

  • Can we assign two values to the same parameter? If yes how? For details ple

    Can we assign two values to the same parameter? If yes how? For details please go through the following SAP related program.
    Here I need to print 2 queries using the same parameter "QUERY" the value assigned to this parameter(query) is REPORT_TEST1. I want to assign one more value to this Parameter. Is is possible? This question may sound stupid if it is not possible please kindly reply.
    I want to do this to print two documents(values) with a single command (parameter)
    Anybody please help quickly,
    Now, I have 2 tables from different queries. I have a print (HTML written) option in my WEB Template
    JAVA PROGRAM:
    <param name="QUERY" value="REPORT_TEST1"/>
    function PrintReport(typePaper) {
    document.title ='Report';
    if (typePaper == "0")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('39') + '&qtitle=' + escape(document.title);};
    if (typePaper == "1")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('52') + '&qtitle=' + escape(document.title);};
    CurrentReportName += '&ASOFDATE=' + escape(AsOfLabel.innerText);
    var openCMD='<SAP_BW_URL>';
    openCMD += '&DATA_PROVIDER=REPORT_TEST1&TEMPLATE_ID=DPW_PRINT_PAGE&CMD=RELEASE_DATA_PROVIDER';
    openCMD += CurrentReportName;
    openWindow(openCMD,'MainTitleNow',800,600);
    The data provider here is REPORT_TEST1. Now it only prints the corresponding data for the data proviedr 1 i.e., REPORT_TEST1. I have a second table whose data comes from the data provider 2 when i use this HTML to print I want the second table contents from the data provider 2 (REPORT_TEST2)also to be printed simlutaneously.
    Please help.
    THANX A LOT,
    SRINI

    Hi,
    Try assigning two values seperated by a delimiter ( say '|') to the same parameter.
    In the function get the parameter value and seperate the values using the same delimiter.
    <param name="QUERY" value="REPORT_TEST1|REPORT_TEST2"/>
    Regards,
    Uma

  • Can we assign two values to the same parameter? If yes how?

    Can we assign two values to the same parameter? If yes how? For details please go through the following SAP related program.
    Here I need to print 2 queries using the same parameter "QUERY" the value assigned to this parameter(query) is REPORT_TEST1. I want to assign one more value to this Parameter. Is is possible? This question may sound stupid if it is not possible please kindly reply.
    I want to do this to print two documents(values) with a single command (parameter)
    Anybody please help quickly,
    Now, I have 2 tables from different queries. I have a print (HTML written) option in my WEB Template
    JAVA PROGRAM:
    <param name="QUERY" value="REPORT_TEST1"/>
    function PrintReport(typePaper) {
    document.title ='Report';
    if (typePaper == "0")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('39') + '&qtitle=' + escape(document.title);};
    if (typePaper == "1")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('52') + '&qtitle=' + escape(document.title);};
    CurrentReportName += '&ASOFDATE=' + escape(AsOfLabel.innerText);
    var openCMD='<SAP_BW_URL>';
    openCMD += '&DATA_PROVIDER=REPORT_TEST1&TEMPLATE_ID=DPW_PRINT_PAGE&CMD=RELEASE_DATA_PROVIDER';
    openCMD += CurrentReportName;
    openWindow(openCMD,'MainTitleNow',800,600);
    The data provider here is REPORT_TEST1. Now it only prints the corresponding data for the data proviedr 1 i.e., REPORT_TEST1. I have a second table whose data comes from the data provider 2 when i use this HTML to print I want the second table contents from the data provider 2 (REPORT_TEST2)also to be printed simlutaneously.
    Please help.
    THANX A LOT,
    SRINI

    Hi,
    Try assigning two values seperated by a delimiter ( say '|') to the same parameter.
    In the function get the parameter value and seperate the values using the same delimiter.
    <param name="QUERY" value="REPORT_TEST1|REPORT_TEST2"/>
    Regards,
    Uma

  • Can a invoice be posted at a item level? if yes how

    can a invoice be posted at a item level? if yes how?

    what do u mena by postin an invoice at line item
    even if u have 1 line item in invoice still some data will always be at header level such as vendor  payement terms or cash discount
    even if u do the direct posting still u need to mention the vendor and it is at header level

  • In MAC 10.5.8 I see that latest Java version is 1.5.0_30, can I install latest Java 1.6 version in MAC if yes, how can I install that?

    In MAC 10.5.8 I see that latest Java version is 1.5.0_30, can I install latest Java 1.6 version in MAC if yes, how can I install that?

    This is a User-to-User forum.  We do not have any knowledge into what Apple will or will not do.
    However, based on past history, it is unlikely Apple will invest anything except critical security updates into Mac OS X 10.5.  I could be wrong.
    If you really REALLY need Java 1.6 on your Mac, you should consider upgrading to a newer version of Mac OS X.

  • Can we run SYSAUD and DDDAUD reports from AppDesigner? If yes, how to?

    Can we run SYSAUD and DDDAUD reports from AppDesigner? If yes, how to?

    No, you cannot run any program from AppDesigner. This is a development tool.
    However, without the front end application, you could be able to run programs through the commands lines (PSSQR/PSAE...)
    Nicolas.

  • Can I install and run Microsoft IE on MAC? If yes, how?

    Can I install and run Microsoft IE on MAC? If yes, how?

    Microsoft has not written IE for Macs for a long time.
    If you want to use IE on a Mac, you would have to use virtualizaiton software such as VMware or use BootCamp and install Windows.

  • Can I copy, email, or print out text messages?

    I would like to save some text messages, & I'm wondering if they can be saved, emailed or printed?

    1. Off hand, I would say that you could, depending how much trouble you want to go thru. I am not sure about your iPhone 5c, but I have done so with my iPad 2. I guess the main thing you would need is various difference e-mail addresses on various devices. In which case, I just send myself a text message from one device to another, which is connected to a printer.
    2. Something else that would help, if you had an e-printer. I do not have one myself, but from what I understands, you just send your text message like an e-mail to the e-printer. Then it prints out the text message.
    3. Furthermore, you might want to check out "Google Cloud Print" at http://www.google.com/cloudprint. It has difference options you can choose from. So you can use this app with an e-printer, or you can use it with a classic (non-e-printer) instead. As far as myself goes, I have it configured to work with a classic printer. And it does just fine, with good results.

Maybe you are looking for