Automator - IM to e-mail

Is there a way to trigger an action when an IM is received through iChat? What I would like to do is set something up that would send a text message to my phone when an IM is received and I am not at my computer. I'm not too concerned with what is contained in that e-mail. I just want to understand how to trigger an action first - if that is even possible. If there is an application or Automator action that exists already, that would be great but I don't mind putting this together myself. Any thoughts on this would be greatly appreciated.
Thanks!

Sending a plain text email to an individual person via an HTML form is a relatively easy task for PHP.
However, when you want to send bulk HTML emails via PHP, things can get hairy.
HTML only emails tend to get higher spam score in anti-spam softwares, such as Spamassassin. For that reason, you should consider to include both plain text and HTML versions; which requires a bit more programming, and some knowledge about how email headers work.
Servers tend to be cautious about sending bulk emails in short amount of time. So you might want to create a PHP script, that reads users' emails, say, 10 at a time and sends the email automatically. And you can create a cron job or scheduled task to perform this in every hour, until the email list exhausted.
If you are willing to learn, and want to do it by yourself, you can start by reading:
PEAR Mail
Zend Mail
Or if you are going to do this from now on, you should consider to buy a bulk email sender software, like Email Brain

Similar Messages

  • Automator to select e-mail sender and copy text on excel

    I need to use automator to select e-mail sender, extract specific text and append it on an excel sheet. is it possible?
    I have OS Snow Leopard; Mail; a Master Excel 2011 file; several Output Excel 2011 files for the output
    I want Automator to check daily if new mails, on a specific account, have been received that match the mail address with a given list of names and related mail address in the Master Excel.
    If a new mail is present, Automator should: pick up specific text in the mail body; select and open the related Output Excel file (each output Excel file is saved with the name linked with the e-mail address in the Master Excel); append the text on the given worksheet in the Output Excel file; save the output file.
    This should be done with all the received mails that match with the Master Excel file
    Is it possible do this kind of thing with automator? may be with the support of VBA for some parts?
    I would appreciate any suggestion or idea to resources to investigate

    Hi Stephen,
    I had the same problem and it is a software bug.
    SAP release for us a special sap note number 1278473 - "Followup E-mail doesnot contain text of Notes of Activity".
    I dont know if this note was release for all customer, but you can open a message to sap asking help.
    My message at sap was 946981/2008.
    Regards,
    Lalas

  • Automator solution to dismiss Mail.app "no subject" dialogue box?

    Hello!
    I have a client who is so busy they can't deal with the "no subject" dialogue box presented by Mail.app when trying to send email without a subject line.
    Surely Automator could be set up to automatically confirm these dialogue boxes?  No?
    Many thanks for your thoughts...

    Look in your Applications folder for the correct version of Mail. You're probably using an older copy of Mail that was removed from the Applications folder. The correct version is 5.1.
    Or, use your Spotlight to locate the correct version of Mail.

  • Se baja automáticamente el SBO Mailer.

    Estimados Colegas,
    Estoy teniendo un problema que el servicio del SBO Mailer, y es que se baja el servicio automáticamente.
    Esto pasa con cualquier tipo de mensaje que se envíe no importando si tiene documentos adjuntos o amarrado a un Query. (Nota: 1282178).
    Ya tuve un problema similar pero es cuando el SMTP no esta configurado correctamente o el mismo esta dando un mal servicio, pero en este caso ya probé dos servicios de SMTP distintos y el problema continúa.
    Alguno le ha pasado este problema? estoy en B1 2007A PL46.
    Agradeciendo sus comentarios,
    Walter Oliva.

    Estimado Walter,
    Gracias por remitir su incidente al foro de Business One en español. En relación a lo reportado podrias proporcionar la siguiente información:
    - Eventos capturados en el visor de sucesos (Event Viewer) del sistema operativo en el dia/hora que se detuvo el servicio.
    - Es el escenario replicable si se desactivan temporalmente : anti-virus, firewall, y/o anti-spyware.
    - El servidor de correos esta instalado en el mismo servidor fisico en el que se encuentra instalado el Server Tools de Business One ?
    - Es replicable el error con cualquier otra base de datos disponible en el servidor ?
    - Han intentado replicar y reproducir el mismo incidente en su ambiente de pruebas ?
    Por ultimo, indiquen versión y parche de Business One en uso.
    A la espera de sus detalles,
    Juan Manuel Marrero
    SAP Business One Forums Team

  • Using Automator with the Apple Mail app

    I want to do something that I think should be easy! I have the text of an e-mail message that I want to send to a specific mailing list. The list is in an Address Book group. I want to personalize each e-mail so that it goes to just one person and is addressed to "Dr. <last name>" at "<e-mail address>," where both are in a separate Address Book entry.
    I've tried a couple of scripts using the actions provided by Apple but they fall down because I can't get Automator to reference my e-mail message. I get the error, "There is no outgoing Mail message. (-2700)) occurred in Group Mailer."
    Anyone know how to properly present Automator with my mail message?

    That depends on the type of email account and the settings. You can leave mail on the server or remove it.

  • AppleScript or Automator script to Change Mail Subject

    The following AppleScrip works great with Microsoft Outlook and I tried to change the name to Mail and it did not work
    tell application "Microsoft Outlook"
              try
                        set theMessage to item 1 of (get current messages)
                        if class of theMessage ≠ incoming message then error -99
              on error
                        display dialog "please select an incoming message before running
    this script" buttons {"Abort"} default button 1 giving up after 10
              end try
              set oldSubject to subject of theMessage
              try
                        set newSubject to text returned of (display dialog "Enter New
    Subject:" default answer oldSubject)
              on error
      -- user cancelled
                        return
              end try
              set subject of theMessage to newSubject
    end tell
    What I am trying to do is create an Automator script that can be added to my usr/Library/Serices folder that will let me change the Subject of an OS X 10.7 Apple Mail message. 
    I am s novice on AppleScripts so some help will be appreciated

    The error I get when I edit Microsoft Outlook to Mail says
    Expected “,” but found plural class name.

  • Automator bug in Group Mailer action

    Hello, I think there's a bug with the Group Mailer action. The first time I ran the workflow it only worked partially. Not all the mails included the email message. When I ran the workflow again it only included the greeting and completely left out the email Message from the "New Mail message" action.
    I have the following workflow setup:
    New Mail Message
    Get Specified Address Book Items
    Group Mailer
    Send outgoing mail
    The workflow will include the email message if I deselect the "add greeting" from the "Group Mailer" action. But then I won't have the personal greeting. I might as we'll use "bc" in the email instead of using Automator.
    Please help.
    Thanks.

    The workflow works with some restrictions only to be found by trial and error (i bought SerialMailer to avoid further irritation).
    I translated the workflow commands from Dutch into English, excuse if me I do not use the correct wording.
    First [create new mail message] (You cannot use any formatting or import text, result panel will show mail)
    Next [Search address book groups] (Results panel should show the group)
    Then [send e-mail to group] (you can use the "dear" etc check box
    a bubble will connect the search group and send e-mail box
    Finally [send outgoing mail].
    You cannot select a concept mail in your Apple Mail, Automator needs to create one and Automator will put it in the outgoing mailbox (this box you cannot reach as user, it is hidden!).
    Good luck

  • Hyperion Reports - automating reports by e-mail

    <p>Hi,</p><p> </p><p>I have recently upgraded to Hyperion Reports 7.2.  I'mrunning on Essbase 6.5.42.  Our old version of HyperionReports was 2.6, and I always had problems running reports usingthe batch scheduler, so never used it.  I was hoping to beable to use it once we upgraded.  While I am able to schedulebatches and have them run successfully now, the e-mailing of thepdf output always fails.  Has anyone had this issue? There is really no error message given except to say that itfailed.  I don't know if there is some setup that's supposedto take place that is causing this failure or what.  Hyperionsupport has, as usual, been no help, so any assistance would begreatly appreciated.</p>

    Go to \Hyperion\HyperionReports\lib on your report server, open hr_schedulebatch.properties and change the logging option to DEBUG. You may need to do this for other property files in the folder as well depending on where the source of your problem is.<BR><BR>Does any emailing work? You said PDF fails, does HTML email succeed, or can you send a notification email, but not with report attached?<BR><BR>Wondering if the issue is the mail settings, or the PDF generator. Simple check is to see if you can manually run a report and select view as PDF and see if it works.

  • Automator New Message/Send Mail Question

    When I add these to my workflow, Mail.App opens and I can see the mail on screen. Is it possible to run this workflow and hide the window. My goal is to send the email in the background.
    Thanks,
    E

    you can use "run applescript" action to create a new email message and run it in background. see this link on intro to Mail scripting
    http://www.mactech.com/articles/mactech/Vol.21/21.09/ScriptingMail/index.html

  • How to rename an Outlook mail folder with Automator.

    Hello,
    I would like to use a Service from Automator to rename a mail folder in Outlook. The folder names are "<first name> <last name>". And they need to be renamed as "<last name>, <first name>". E.g. "John Doe" becomes "Doe, John".
    In Outlook that would be:
    Right click on the folder name.
    From the drop down menu, select "Rename".
    Jump to the end of the folder name [option] [right arrow].
    Select the last name: [shift] [option] [left arrow].
    Cut the name: [command] [x].
    Delete the space: [delete].
    Go to the beginning of the name: [option] [left].
    Insert the last name: [command] [v]
    Insert a comma and a space: [,] [space].
    Finish the rename: [return].
    In Automator:
    Create a new Service.
    Insert "Get Selected Outlook Items".
    Record the steps above.
    Click Run.
    The results of thelast step is: "Watch Me Do failed - 1 error. Application Outlook is not running when it is expected to".
    Outlook is running and a folder is selected.
    Anybody any idea what I do wrong?
    Thanks!
    Zojnk.

    Go to Setup > Email Accounts > Internet Mail Accounts > enter the user name and password (if required). Now highlight the email ID that your want to edit and select Edit from Menu. Change the text under Email Account Name as desired by you. Then click Menu and select Save.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • How do I set-up Automator to open Mail when I start up Mac OS X?

    How do I set-up Automator to open Mail when I start up Mac OS X? Provided that this is how I would do it.

    You don't need Automator.
    Just add Mail to the login items in SystemPreferences>Accounts
    or
    If Mail is on the Dock, Ctrl-click the icon and select 'Open at Login'

  • Automated mail function for sales order acknowledgement

    Hi Friends,
    We have a requirement for automated functionality for sending mail to the sold to customers when the order is first saved.
    We already have a customer program to convert into PDF and mail directly.
    But this is to automatically send the mail to sold to customer. I think for acknowledgement we have already a existing outputtype.
    I understand that we need to maintain the mail address over the customer master of the sold to.
    Apart from this, is there that we need to maintain to have this automated functionality of sending mails.
    I had tested with existing Z otuput type by changing the transmission medium to 5 and entering my own email id where it prompts to enter mail id. But it wont send any mails.
    Just wondering if we have any determined steps that i can follow.
    thanks in advance.
    Best Regards,
    Ram

    Hi:
    Order acknowlegement output BA00 or your copy of this one is capable of using medium 5 to send SMTP mail to an external address  ( even PDFs can be attached  is your want).  When you trigger the medium 5 output, did the output get process successfully and you get a green light in your output screen?   If not, have a look to see if a communication strategy is assigned.  If yes, your configuration is OK. What is missing is mostly likely that Basis have not set up SAPCONNECT to send SMTP mail externally for you.
    Frank

  • Delayed Automator generated Mail message

    I wrote a simple Automator application that launches Mail, creates a new message adds two files as attachments and then sends the message to me from my father's Mac mini (10.5.7). It is set as a login item so that it runs each time my father logs on or whenever he manually runs the application.
    The problem is that while the application steps all see to process properly, when it sends the mail message it doesn't always immediately get sent. Sometimes they are delayed by minutes other times by hours. He has a persistent DSL connection. What could be causing this delayed sending?

    See my response to your other post (same subject details).

  • Set Mail Signature with Run AppleScript Action inside an Automator workflow

    Hello,
    Not sure if I am posting this at the right spot, but I would need some assistance. I am trying to write an Automator Workflow application. The purpose for this application is to:
    1. Drag one or more attachments on the application/droplet icon
    2. Automator workflow creates a new mail message in Mail with the attached items already addressed and ready to go to
    I setup the following Workflow inside Automator:
    1. New Mail Message
    2. Add Attachments to Front Message
    So this is all working just fine. Now I would like to add a step in between of type "Run AppleScript". In this "Run AppleScript" action I have the following code:
    on run {input, parameters}
    tell application "Mail"
    set the message signature of input to signature "My Signature Name"
    end tell
    return input
    end run
    So my workflow looks now like this:
    1. New Mail Message
    2. Run AppleScript
    3. Add Attachments to Front Message
    I am getting the following error:
    Can’t make «class situ» "My Signature Name" of application "Mail" into the expected type.
    So, in essence I am trying to select a signature for that particular new mail message in this workflow. And that does not work. Any help would be appreciated.
    Martin

    first, you don't need the extra action to add attachments. if you drop some items on the saved application they will be passed to the "new Mail message" action as input and will be added as attachments. also, in my testing it seems that the processes of attaching the attachments seem to bump against the process of adding the signature. it get the same result as you originally but if I add a delay to the run applescript action then it works as it should so try
    1. new mail message.
    2. run applescript
    on run {input, parameters}
    delay 1
    tell application "Mail"
    set the message signature of (item 1 of input) to signature "My Signature Name"
    end tell
    return input
    end run

  • Exporting messages in Mail.app to PDFs w/ Automator

    Hi all,
    I have about 100 emails to print. All are open. I'm trying to make an automator action that:
    - Selects each message's window
    - Chooses "Print"
    - Chooses" PDF > Save to PDF..."
    - and saves to a folder on my desktop.
    I have never used automator and have tried to make it but quickly got confused. Can anyone help me out?

    Hi Alec, I don't know if this will help but in the Application>AppleScript>Examples>Printing Scripts folder there is a script to convert items to PDF. You can set up Automator to get the Mails then run script and move them to a folder....
    Hope it helps,
    Glynn
    Message was edited by: Glynn

Maybe you are looking for

  • Receipt voucher and payment voucher layout configuration

    Dear experts, i would like to configure receipts vouchers ,payments vouchers layout,also to design the printout when we receive or make payments please advise and give me paths thnx

  • How to view changes in all IH orders in a specific timeframe

    I'm looking for a report or a TA in which you can see all changes of IH orders in a specific timeframe? ...not changes in a single order (Transaktion IW32/ IW33)

  • Whiet Space in FCC

    Hi In my output file after FCC , for a particular record i am getting white spaces before certain fields, which are not coming as part of the data. What could be creating the white spaces? regards krishna

  • Download file servlet problem

    hello i have a file stored in a byte[] form now i am using a servlet call for a link it works fine i get byte[] from database no i want that instead of making a file i can use this byte[] for the user as a file in short i have a link which calls a se

  • Reset indicator to zero

    Hi all. I have tried to make a counter and it seems to work but i can not get it to reset after the program has run, it holds the previous value in memory. I have tried using variables, shift registers and property nodes but i cant quite get it. Can