Sending mail @ specific time

I was wondering if there's any way I can write e-mails and then have them not be sent until a specific time and it be automated? If possible would I do this in Mail or Automator?

I already do that for bills etc
I was looking for the ability to actually writing an email today and have it be sent of tomorrow automatically. No drafts and me sending it just to do it at 7AM for example instead of when I get around to it.

Similar Messages

  • Error in sending mail 2nd time, Where is the fault- Help Please

    Hi friends,
    I had written a program to send mail. Everything is fine, when i send first time. But if I try to send mail 2nd time, It gives the error:
    Exception in Connect: IOException while sending message
    Here is the complete code what i had written, It successfully connects using t.connect();
    the problem in t.send();
    output on JBoss Console is :
    Inside Action
    After Transport t = session.getTransport(protocol)
    before t.connect()
    after t.connect()
    Exception in Connect IOException while sending message
    import java.io.*;
    import java.util.*;
    import javax.activation.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.servlet.http.*;
    import org.apache.struts.action.*;
    public class MsgSend extends Action {
         @Override
         public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request
                   , HttpServletResponse response) throws Exception {
              response.setContentType("text/xml");
              PrintWriter out = response.getWriter();
              System.out.println("Inside Action");
                String to = request.getParameter("to");
             String bcc = request.getParameter("bcc");
             String cc = request.getParameter("cc");
             String subject = request.getParameter("sub");
             String user = request.getParameter("user");
             //String password = request.getParameter("pass");
             String message = request.getParameter("message");
             String from = user + "@domainname.com" ;
             /*Properties props = System.getProperties();
             props.put("mail.smtp.host", "smtp.vsginc.com");
              MailBean  bean = MailBean.getInstance();          
              Session session = bean.getSession();          
              String protocol = "smtp";
              Transport t = session.getTransport(protocol);
              System.out.println("After Transport t =              session.getTransport(protocol)");
             MimeMessage msg = new MimeMessage(session);
             msg.setFrom(new InternetAddress(from));
             InternetAddress[] address = {new InternetAddress(to)};
             msg.setRecipients(Message.RecipientType.TO, address);
             if(cc != null ){
                   InternetAddress ccAddr[]  = InternetAddress.parse(cc);
                   msg.setRecipients(Message.RecipientType.CC, ccAddr);
              if(bcc != null){
                   InternetAddress bccAddr[] = InternetAddress.parse(bcc);
                   msg.setRecipients(Message.RecipientType.BCC,bccAddr);
             msg.setSubject(subject);
             // create and fill the first message part
             MimeBodyPart messageBodyPart = new MimeBodyPart();
             messageBodyPart.setText(message);
             Multipart multipart = new MimeMultipart();
             multipart.addBodyPart(messageBodyPart);
             Attachment attachment = Attachment.getInstance();
             ArrayList<String> fileList = attachment.getFileNames();
             String parentFolder = null;
             for(String path:fileList){
                  File attachmentFile = new File(path);
                  messageBodyPart = new MimeBodyPart();
                  DataSource source = new FileDataSource(attachmentFile);
                  messageBodyPart.setDataHandler(new DataHandler(source));
                  messageBodyPart.setFileName(attachmentFile.getName());
                  multipart.addBodyPart(messageBodyPart);
                  parentFolder = attachmentFile.getParent();
             // add the Multipart to the message
             msg.setContent(multipart);
             // set the Date: header
             msg.setSentDate(new Date());        
             try {
                  System.out.println("before t.connect()");
                   t.connect(bean.getSmtpServer(),bean.getUsername() ,bean.getPassword());
                   System.out.println("after t.connect()");
                   //Error is coming here in this Line.
                   t.sendMessage(msg, msg.getAllRecipients());
                   * System.gc(); will relese the fileHandles, if some resource
                   * still holds it.               
                   System.out.println("before System.gc()");
                   System.gc();
                   * Deleting All the Files from Attachment Folders.
                  System.out.println("before attachmentFolder");
                  File attachmentFolder = new File(parentFolder);
                  System.out.println("Attachment Folder Name is : "+attachmentFolder.getAbsolutePath());
                  if(attachmentFolder.isDirectory()){
                       File[] files = attachmentFolder.listFiles();
                       System.out.println("No of Files For Attachments are: "+files.length);
                       boolean deleteResult = false;
                       for(int i=0; i<files.length; i++ ){
                            deleteResult = files.delete();
                        System.out.println(files[i].getName() + " Delete Staus is :"+ deleteResult);
              System.out.println("All attachments Deleted");
              out.print("<result>Mail has been sent successfully</result>");
              } catch (Exception e) {
                   out.print("<result>Mail sending failed</result>");
                   System.out.println("Exception in Connect "+e.getMessage());
              }finally{
                   t.close();               
              return null;
    Problem only comes, when i send 2nd time or more. What is the problem? Please help me out.
    Thanks for your response in advance. One more thing, Whether to send a mail & receive a mail, we need to create different sessions. one for sending & one for receiving mails.
    Message was edited by:
    Ashish.Mishra16

    I don't see anything obviously wrong in your code. Try adding
    session.setDebug(true);
    You can use the same Session for sending and for reading.
    A Session just encapsulates your configuration parameters,
    so as long as they're the same for both usages, one Session
    is fine.

  • Since the last update can't send mail every time I must enter my iCloud password.

    I Have a iPhone 6 and a ipad 4. Since the last update only on my phone when I try to send mail a box pops up & I have to enter my iCloud password. It's very annoying. I don't have this issue on my ipad and as I said it started after the last update. Anyone have an answer what's going on & how to fix it.
    Thanks would really appreciate any help

    Hi Gizzymoeaiden,
    If you are having an issue with your iPhone asking for your iCloud password each time you try to send mail, it may be necessary to reset the password of the Apple ID you are using for iCloud. See this article for how -
    Apple ID: Changing your password - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Sending mail multiple times after IOS 4 upgrade

    I have an iPhone 3G and my friend has an iPhone 3GS, and we have both upgraded to IOS 4 in the last 24 hours. We have both had the experience of a single mail being sent multiple times to all the recepients. I have a feeling that it may have something to do with if the mail fails to send the first time it tries, it then sits in the outbox and keeps on sending. The mail appears in my sent items every time it is sent. We are using Exchange.
    Any help would be appreciated.

    Having the same problems with my "PTD" email account. Before iOS 4 it worked fine, now I can receive emails with no issues but I cannot send them, they will not go through.

  • Send mail at a specific time?

    Is there any way with mail that I can write and email and then have the program send it at a specific time or date?
    Thanks.

    Anyone?

  • 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

  • Set a specific time to send email with an attachment ? Possible ?

    Is it possible to set a specific time to send an email with an attachment automatically ?
    if yes, what is the trick for Mail 4.4.
    Thanks in Advance.

    Open Automator, click on Mail on the left pane and look around. The description of each action is pretty good.
    Pretty much your workflow should look like something like this:
    *Get specified finder items
    *New mail message
    *Send outgoing messages
    Message was edited by: WBW

  • Sending Messages at a Specific Time?

    Does anyone know if there's a way to keep outgoing messages in your Outbox and not send them immeadietly without Saving for Later?
    Sometimes I'll write an email late at night, but don't want it to send until say 8 a.m. Is there a way to set the message not to send until then or to tell the outbox to send mail at a specific time?
    Perhaps a way to set Automator to send the messages at a speciifc time?
    MacPro   Mac OS X (10.4.8)  

    I laughed because I found the Mail Scripts, and was just about to reply, when I saw that you had posted the answer already, Austin! I'm glad I know about those scripts--they'd be useful for many people who use Mail.
    Well, there you go, bdiesel, question fully answered!
    All the best.
    Power Mac G5 1.8GHz DP, 1.5GB RAM   Mac OS X (10.4.8)  

  • How many mails i can send at a time per day using APEX mail system?

    HI,
    I am working on application, when i have written a process to send mail, i have a project where i have to send mail at a time for all the email id's
    given list there are upto 5000 email id's where text body also include certain set of data from a report. thinking at a time 3000 its difficult i divided
    it region wise, but still each region have 2000 odd email id's. during testing when i run the process just 950 mails i could send then i got a error
    saying "ORA-20001: You have exceeded the maximum number of email messages per workspace. Please contact your administrator." so please
    can any one help me to know How many mails i can send at a time per day using APEX mail system?
    Thanks in advance
    Gowthami

    Hi jfosteroracle,
    You are getting the error may be the following reason,
    Check the following,
    Login as ADMIN and Goto -->Manage Instance-->Instance Settings--> Mail-->Maximum Emails per workspace
    Actually this number denotes the Number of mails can be sent per 24 hour for the workspace,It may exceeded.
    It may be the reason.
    Thank you.     
    Regards,
    Gurujothi
    Edited by: Gurujothi on Jun 27, 2012 5:54 AM

  • "This message cannot be sent at this time."  I have been getting this pop-up for 3 days when trying to send out mail.  I don't know what to do!  I cannot send mail from this account on any ISP. Please help!

    "This message cannot be sent at this time."  I have been getting this pop-up for 3 days when trying to send out mail.  I don't know what to do!  I cannot send mail from this account on any ISP. Please help!

    lots of people seem to be havgin a problem sending email from iCloud webmail.
    does your email address have uppercase characters in it?
    if so, try creating an alias in lowercase (go to preferences in iCloud webmail and select 'accounts') and see if email sends okay from that

  • SquirrelMail Takes a long time to send mail

    Am running SquirrelMail 1.4.10a in Tiger Server.
    Users can login, receive mail, compose new mail, and read mail fine. My problem is when a user sends mail, it takes up to 45 secs to complete the send. The sent email will show up in the "Sent" folder okay and it is sent, however, it never closes out of the "Compose" window and seems to time out.
    Any ideas?
    Do I need to add a hosts file or edit an entry into my current hosts file?
    Thank you,
    Steve K

    Hi Steve,
    I'm having the same problem with 2 server that I'm running, web mail runs perfect but the compose window won't refresh after clicking on send!! didi you have any luck fixing this issue? i found out that for some people restarting apache would help but not for me!! maybe you should try!!

  • Send mails to 3 id's at a time

    Hi All:
    I have a probem with sending mails to 3 different persons at a time
    i have table called sudhir which has 3 email id's in it i am using these names to send mails
    this is the query what i am using
    DECLARE
    l_body CLOB;
    l_body_html CLOB;
    BEGIN
    l_body := 'To view the content of this message, please use an HTML enabled mail client.'||utl_tcp.crlf;
    l_body_html := '<html>
    <head>
    <style type="text/css">
    body{font-family: Arial, Helvetica, sans-serif;
                                   font-size:10pt;
                                   margin:30px;
                                   background-color:#ffffff;}
    span.sig{font-style:italic;
    font-weight:bold;
    color:#811919;}
    </style>
    </head>
    <body>'||utl_tcp.crlf;
    l_body_html := l_body_html || '<p> <Strong>Hi:</strong></p>'
    ||'<p>Thank you for your interest in the <strong>Dashboard Tool</strong> package.</p>'|| '<strong>Project Name:</strong>' || '    ' ||:P15_MAIL_PROJECT ||'  ' || '<br>Has crossed the org.limit PVA to be done </br>' || '<br>This is an automated mail. Please do not reply</br>'||utl_tcp.crlf;
    l_body_html := l_body_html ||' <br> Sincerely,</br>'||utl_tcp.crlf;
    l_body_html := l_body_html ||' <span class="sig">Sudhir</span>
    '||utl_tcp.crlf;
    for c1 in (select name from sudhir) loop
    if c1.name is not null then
    htmldb_mail.send(
    p_to => c1.name || 'xxx.com,
    p_from => '[email protected]',
    p_body => l_body,
    p_body_html => l_body_html,
    p_subj => 'Web Dashboard Tool E-Mail Test');
    end if;
    END;
    another question in the table i have 3 mail ids can i send 1 for to-address and another 2-cc as cc to them
    please suggest my earlier post had no replies
    thanks
    sudhir
    Message was edited by:
    Sudhir_N

    Check whether the mail server has been made blocked to send external mail id's

  • How to send one single mail each time a table is updated with a batch of rows

    Hi!
    I would like to send one mail each time an integrations services inserts a batch of rows. I,ve tested with this code but it sends one mail for each row that is inserted to the table. How to adjust the code below so it only sends one email?
    Br Arne
    CREATE TRIGGER trao_FOBOSTAFKbelopp
    ON FOBOSTAFKbelopp
    AFTER INSERT
    AS
    BEGIN
    EXEC msdb.dbo.sp_send_dbmail
    @profile_name = 'ArneSqlDatabasemail',
    @recipients = '[email protected]',
    @subject = 'Ny förkalkyl',
    @body = 'Hej!
    En ny förkalkyl har registrerats.
    För att titta på den klicka på bifogad länk.
    Hälsningar
    Arne'
    END
    Arne Olsson

    That is because the process is inserting the rows one at a time.
    I would suggest changing your trigger to "log" the changed rows into a table, and then have a process which reads the log and generates the email.

  • Sending mail to agent at run time determination

    hi all
    i have a problem sending mail to the person who has been identified on runtime basis.
    scenario is that i have created a custome rule to determine the person (partner function) on run time basis but problem is that i need to send only mail to that person not the object. as you may be aware we cant use rule in send mail step
    is there any way i can send mail only in this scenario
    help will definitely be appreciated
    regards
    ashish

    You need to store the agents that is getting retrieved from the rule in a Container element and use this isn the Expression of the send mail task.
    Use FM RH_GET_ACTORS to retrieve agent from Rule by using coding in method of respective BO.
    Thanks
    Arghadip

  • Mail doesn't send half the time

    My SMTP server is TalkTalk ( UK) and when I send mail it works fine... half the time.
    The other half I get the 'sending' wheel spinning. nothing in my activity window, and eventually the following alert:
    <Cannot send message using the server smtp.talktalk.net>
    Sometimes, the message appears simultaneously as I get the 'whoosh' of sent mail and when I 'Try with Selected Server' the email goes immediately, and my correspondents report a double post!
    Other times, I get no whoosh, I 'Try With Selected server' and then I get the whoosh.
    So the server is fine.
    There is something wrong with my mac
    any ideas?
    peter

    I will ask them what their time-out is, thanks.
    I tend to avoid automated downloads/uploads and have everything set to manual, as I use my mac for audio production and don't like the idea of background tasks suddenly kicking in ( while perhaps recording or rendering is taking place) . It probably doesn't matter with the new processors, but it's a habit I will stick to until proven unnecessary.
    What I should really do is have a boot partition just for audio, but I rather like being able to instantly switch tasks - I have a very disorganised lifestyle
    'Blink': sorry - this is jargon from my online conferencing system, cix. It uses a Mail-type reader to run conversations offline rather than using it as an online forum. It means a simultaneous upload/download of messages.
    peter

Maybe you are looking for

  • Black screen: Windows 8.1 on Macbook pro retina 2012

    I've been sucessfull at installing Windows 8.1 on a USB 3 hard drive. I can boot into Windows 8.1, but the moment I start installing the video drivers, the screen goes black (stays on, but doesn't output anything) I've tried numerous times, each time

  • Lock screen unresponsive/stuck, needs restart

    My Passport is set to Auto Lock after 1min. Most of the time Locking/unlocking works fine, sometimes the swipe-up gesture does not work and it does not bring back the password entry screen. Only option is to restart the phone. I have seen this happen

  • Selection Criteria in Infopackage

    Hello,   Is there a way to use a single infopackage by passing different selection conditions thru' abap routine, for delta init.  We require this as we have to extract data based on the logged-in user.   Any help is highly appreciated. Thank you ver

  • Counting strings row wise??

    Hi, I have report which has similar scenario as below.  I go u201Cfu201D in field and want to count number of u201Cfu201D occurs in each row.  If any row does not contain u201Cfu201D then it should return 0 (zero). If the row contains u201Cfu201D the

  • How do I transfer images and videos from Apple Configurator supervised device to a computer?

    It seems that I can't do it even on the Mac (10.7) that supervised them. The Image Capture utility doesn't see any content on the device.