How do I sent mail out on the 1st of each month?

I want to sent emails out on the 1st of each month. How can this be done in Apple Mail?

if the email is to yourself you can make a recurrent ical event and set the alarm to send an email message. if it's an email to somebody else you can set the alarm to run an apple script. paste the following into Script Editor, modify it as needed, save it as a script and set the alarm to run it.
<pre style="
font-family: Monaco, 'Courier New', Courier, monospace;
font-size: 10px;
margin: 0px;
padding: 5px;
border: 1px solid #000000;
width: 720px;
color: #000000;
background-color: #ADD8E6;
overflow: auto;"
title="this text can be pasted into the Script Editor">
tell application "Mail"
launch
set NewOne to make new outgoing message with properties {subject:"whatever you want here", content:"and whatever you want here", visible:false}
tell NewOne
make new to recipient at end of to recipients with properties {address:"[email protected]"}
end tell
send NewOne
end tell
</pre>
alternatively, you can use the following mac os x hint
http://www.macosxhints.com/article.php?story=20050304001218169

Similar Messages

  • How do you get mail out of the Outbox?

    How do you get mail out of the Outbox?  I've taken pictures and am trying to email them.  The emails are stuck in Outbox.
    lee.ann3

    Thanks Diggie, your response was very close.  I clicked on the email several times.  It came up and gave me the option to Send.  I clicked Send and my recipients received the email.
    I did not have to delete and reinstall my email account.
    Have a good day.
    lee.ann3

  • HT4191 I have Notes that transferred to email when I set up a new email acct. They no longer appear in Notes. I can only access them in the email acct. How do I get them out of the email acct and back to the Notes app?

    I have Notes that transferred to an Email acct when I set up the acct. The Notes no longer appear in the Notes app only in the Email acct. How do I get them out of the Email acct and back to Notes? I stopped at an Apple store and they told me to copy them from the email back to Notes. But when I was in the email acct, I could not find a way to copy them. Shouldn't Notes remain in Notes unless I specifically send them somewhere else?

    Go into Settings > Mail, Contacts, Calendars, select that email account on the right-hand side of the screen and turn Notes 'on' for it - they should then appear in the Notes app instead of as an email folder in the Mail app (they will still be linked to that email account, so you may need to tap the 'Accounts' button at at the top left of the list of notes)

  • How to send a mail by ckicking the button using java

    hi,
    how to send a mail by clicking the button (like payroll silp in that contain one button if we click that it autometically go through the mail as a attachment) pls frd to me my gmail is [email protected]

    Hi,
    It seems we are doing the homework for you; to make you start with something; look at the sample code below and try to understand it first then put the right values
    to send an email with an attachement.
    import java.awt.BorderLayout;
    import java.awt.event.ActionEvent;
    import java.util.Date;
    import java.util.Properties;
    import javax.activation.DataHandler;
    import javax.activation.FileDataSource;
    import javax.mail.Message;
    import javax.mail.MessagingException;
    import javax.mail.Multipart;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeBodyPart;
    import javax.mail.internet.MimeMessage;
    import javax.mail.internet.MimeMultipart;
    import javax.swing.AbstractAction;
    import javax.swing.Action;
    import javax.swing.JButton;
    import javax.swing.JComponent;
    import javax.swing.JFrame;
    import javax.swing.JTextField;
    public class Main {
          * @param args
         public static void main(String[] args) {
              // Create the frame
              String title = "Frame Title";
              JFrame frame = new JFrame(title);
              // Create a component to add to the frame
              JComponent comp = new JTextField();
              Action action = new AbstractAction("Button Label") {
                   // This method is called when the button is pressed
                   public void actionPerformed(ActionEvent evt) {
                        System.out.println("sending email with attachment");
                        sendEmail();
              // Create the button
              JButton button = new JButton(action);
              // Add the component to the frame's content pane;
              // by default, the content pane has a border layout
              frame.getContentPane().add(comp, BorderLayout.SOUTH);
              frame.getContentPane().add(button, BorderLayout.NORTH);
              // Show the frame
              int width = 300;
              int height = 300;
              frame.setSize(width, height);
              frame.setVisible(true);
         protected static void sendEmail() {
              String from = "me@localhost";
              String to = "me@localhost";
              String subject = "Important Message";
              String bodyText = "This is a important message with attachment";
              String filename = "c:\\tmp\\message.pdf";
              Properties properties = new Properties();
              properties.put("mail.stmp.host", "localhost");
              properties.put("mail.smtp.port", "25");
              Session session = Session.getDefaultInstance(properties, null);
              try {
                   MimeMessage message = new MimeMessage(session);
                   message.setFrom(new InternetAddress(from));
                   message.setRecipient(Message.RecipientType.TO, new InternetAddress(
                             to));
                   message.setSubject(subject);
                   message.setSentDate(new Date());
                   // Set the email message text.
                   MimeBodyPart messagePart = new MimeBodyPart();
                   messagePart.setText(bodyText);
                   // Set the email attachment file
                   MimeBodyPart attachmentPart = new MimeBodyPart();
                   FileDataSource fileDataSource = new FileDataSource(filename) {
                        @Override
                        public String getContentType() {
                             return "application/octet-stream";
                   attachmentPart.setDataHandler(new DataHandler(fileDataSource));
                   attachmentPart.setFileName(filename);
                   Multipart multipart = new MimeMultipart();
                   multipart.addBodyPart(messagePart);
                   multipart.addBodyPart(attachmentPart);
                   message.setContent(multipart);
                   Transport.send(message);
              } catch (MessagingException e) {
                   e.printStackTrace();
    }The sample above is not ideal so you need to go through it and start to ask me some questions if you have
    Let me know if you miss something
    Regards,
    Alan Mehio
    London,UK

  • How can I get Mail to capitalise the first letter of a sentence?

    Hello all,
    this is my first time using apple Support Community.  i am a new apple user and have just got my first MacBookPro (its wonderful).  however, i am having some difficulties. 
    How can i get Mail to capitalize the first letter of a sentence and also capitalize 'i' as 'I' automatically?
    Also, how can i get apps like Pages to do the same? and for that matter typing into internet sites like this one? look at the lack of automatic punctuation!!
    Thank you all for any advice and tips you may have. 
    Paul.

    I don't think whether it's easier or not is really an issue.  The problem is that all of these wonderful technologies are taking away our understanding of how to communicate in writing.  It's not a matter of being lazy and not "wanting" to do it, but rather getting to a point where many people "can't" do it.
    I certainly wasn't pointing any fingers.  I use a calculator (or computer if I happen to be on one at the time) to do the most basic math calculations.  I can be out to lunch with co-workers and we have to pull out a calculator to split a bill 4 ways.  I went through school at a time when calculators were not permitted.  So, at one time, I could have easily done all of that stuff in my head.  So far as math goes, my mind has turned to mush a long time ago.  I doubt I could work my way through a long division problem at this point... even if I sat there and really tried.
    Computers were not generally consumer items when I was growing up.  So I didn't grow up in a world with spell checking.  I have certainly grown to use it though and I'm sure my ability to spell properly has diminished somewhat because of it.  I tend to be less careful when typing something out.  If I'm not sure of the spelling on something, I just let my computer either fix it or give me a suggestion for the corrected spelling.  Fortunately, I grew up having to rely on my own ability to spell, so with that foundation, I tend to do fairly well when it comes to spelling.
    We're at a point now where systems can correct grammar and sentence structure.  I think all of these are great tools to help us out, but they shouldn't be used to take the place of actually knowing how to do things.  Having said that, I'm fairly sure that is exactly what will happen.  Just as today, I rely almost entirely on some form of electronics for everyday math, I'm sure people growing up today with expert systems able to correct everything will rely on those equally.

  • Can't export web based 'sent' mail out of Network Solutions server

    can't export web based 'sent' mail out of Network Solutions. Inbox and mozilla based sent mail ok. thanks!

    How about asking Network Solutions?

  • When I reply to an email, instead of sending it to the recipient, it sends it back to me. I've checked the sent mail folder and the reply is not there either.

    When I reply to an email, instead of sending it to the recipient, it sends it back to me. I've checked the sent mail folder and the reply is not there either. Replying used to work fine, but all of my replies are sent to my inbox, instead of going to the recipient. I've made sure that the recipient's email address is in the send to box.

    Read please this posted by Tanzim
    Cause of the issue
    Gmail webmail accounts do not have separate sent items and inbox folders. The Gmail account web page contains a Sent Mail link on the left side, but this is not a separate folder from the inbox. Gmail webmail messages are grouped into conversations, resulting in all sent messages and replies from others appearing as a single email message entry in the inbox. This allows for easy reading and viewing on the Gmail web page, but, when integrated with the BlackBerry Internet Service account, results in copies of sent email messages arriving on the BlackBerry smartphone as new email messages.
    Resolution
    To prevent sent messages from returning to the BlackBerry smartphone each time, create a filter in the BlackBerry Internet Service account to block the sending of those messages to the BlackBerry smartphone.
    To create a filter, perform the following:
    Log in to the BlackBerry Internet Service account. For instructions on how to log in to the BlackBerry Internet Service account, see KB03781.
    Click the Filters icon next to the integrated Gmail account.
    Click Add a Filter to create a new filter.
    Configure the filter so that email messages are not sent to the BlackBerry smartphone if the email message originates from the Gmail webmail account integration:
    Type a name for the filter into the Filter Name field. For example, My sent Gmail email messages.
    Set the Apply filter when field to "FROM" field.
    Type the Gmail webmail address into the Contains field. For example, <user name>@gmail.com>.
    Select the radio button beside Do not forward messages to device.
    Click Add Filter.
    Note: After creating this filter, email messages will not be received on the BlackBerry smartphone if sent from the Gmail webmail account.
    Source: KB10332 (with graphical depiction)
    If I help you with any inquire, thank you for click kudos in my post.
    If your issue has been solved, please mark the post was solved.

  • How do I stop mail from looping the same emails into inbox?

    How do I stop mail from looping the same emails into the inbox over and over again? It does the same thing with deleted messages that keep showing up again and again in multiples even after deleting them. I have made sure my server settings in all email accounts are set to delete immediately once I delete them on my MacBook Pro/IPhone. This issue has severely compromised the efficiency of Mail on my MacBook. Thanks for any help you're able to give me.

    I have tried that but it does not fix the problem.
    The "card" group is not a previous recipient.
    Although not available for editing in Contacts, it is a valid group showing up in the "To" field of Messages, Mail, or any app using the AddressBook.
    Its associated file is automatically created in:
    ~/Library/ApplicationSupport/AddressBook/Sources/<hexaFolder>/MetaData/<hexa>ABG roup.abcdg
    This is why it also shows up in the Spotlight results...
    If I manually remove this file, it gets recreated...
    If I turn off the syncing through iCloud, the entry gets deleted. If I turn it up, it comes back!

  • Part of my headphones plug broke off in the port. how do i get it out? the genius bar said their tweezers would not fit

    part of my headphones plug broke off in the port. how do i get it out? the genius bar said their tweezers would not fit

    get smaller tweezers.  you need some type of small instrument.

  • HT203433 I am having trouble moving my music to my new computer. I have enable homeshare. it does not show any files in my homeshare. How do i get them out of the normal files into home share

    I am having trouble moving my music to my new computer. I have enable homeshare. it does not show any files in my homeshare. How do i get them out of the normal files into home share

    Welcome to the Apple Community.
    The following article(s) may help you.
    Moving your iTunes library to a new computer

  • How do i move mails out of exchange, i.e. into an off-line folder?

    how do i move mails out of exchange, i.e. into an off-line folder?

    Move them out of where?  Using what application?  Help us help you by providing us some specifics...

  • HT1414 Mine keeps on saying that the device could not be restored, "an unknown error has occurred (2001)"!! Guess it's stuck in that dreaded "iPhone Recovery Mode" loop. The question is, which way out??? How do I get it out of the recovery loop??

    Mine keeps on saying that the device could not be restored, "an unknown error has occurred (2001)"!! Guess it's stuck in that dreaded "iPhone Recovery Mode" loop. The question is, which way out??? How do I get it out of the recovery loop??

    A quick Google search for Error 2001 would indicate that this occurs when you have a jailbroken phone or were trying to downgrade iOS. Is that true for you?

  • How do I prevent Mail from Zipping the attachment?

    When I send a .pages file by e-mail, Mail zips the file to .pages.zip.
    The network software at this University blocks .zip. How do I prevent Mail from zipping the file? I tried turning off the "send windows-friendly", but but still zips.

    Assuming this is iWork '08 or earlier, the "documents" are actually packages. A package is really a folder hierarchy. A folder cannot be emailed unless it is archived somehow. Mail does this automatically; most other email programs would be incapable of sending a bare Pages document at all.
    You could use some other non-blocked archive format, like tar or StuffIt. Or maybe you could rename it so that the mail servers don't recognize it as zip. You would have to instruct your recipient to rename it back. I understand that iWork '09 archives documents by default, although they are not named .zip, so that should be no longer an issue.

  • How do I change ical out of the 24 hour clock so my events say 2:00PM insetad of 14:00

    how do I change ical out of the 24 hour clock so my events say 2:00PM insetad of 14:00

    melodyfred,
    Quit iCal, go to System Preferences...>Language & Text>Formats>Region: and set/reset the appropriate region.
    Log out/in or restart and iCal should display the a.m./p.m. format.

  • How do I receive multiple texts from the same sender, each individually?

    How do I receive multiple texts from the same sender, each individually?

    So I receive automated reminders from my job &amp; I want them to come individually. For example, one text -- time stamped 10:14 pm, then another 11:12 am, coming as separate msgs.

Maybe you are looking for

  • E61i Installing Applications on Start-up

    Everytime I switch off and then switch on my Nokia E61i, it will try and install applications on start-up and then display an error message saying that it can't install applications from the memory card and that I should use the application manager i

  • JLabel needs resizing in JDialog

    I have a subclass of JDialog that shows messages to the user, kind of like JOptionPane, but with a bit more processing for my own purposes. I have a JLabel in the dialog that I set the message text on. The message is almost always HTML with some form

  • Ipad (first generation) Battery does not charge. Need help

    I tried Mac, pc and electric sockets; doesn't work. Same ports and cable I can use to charge my iPhone 4, so I know that cables and USB ports that I tried are OK. I have 20% batter left. If I turn Ipad off and connected it to the USB cable, the Ipad

  • Pinned objects appearing in wrong order

    does a pinned object necessarily appear on top of other layers despite their order? i have an object pinned to the top center of my page and i want it to go behind other objects depending on where the user is on the y-axis.  yet, despite the order of

  • NSFileImmutable (how to set schg not uchg)

    I was playing around with NSFileManager and started setting test files immutable flags I realized that even if I was root it wasn't setting the schg flag that chflags gives you the option to set, so my question is, is it possible to set the schg flag