Sending group email on a specific day

Hi there,
Not exactly a newbe but this is something I have never considered. I have a database with a list of users and each user has an email linked to them. I want to set up the ColdFusion application o that it sends out an email to all the members on a specific date. My question is: What is the best way to do this?
I have considered writing a script that runs each time a page is loaded to check the dates and send the group email if the current date matched the date on which to email. Obviously this will affect the load time of the page every time it is accessed. My next concern is that if I do decide to go ahead with this option the script is only going to check the date if the page is loaded on that day.
Any input would be very appreciated.
Thanks,
Steven

Success!
So I didn't actually have access to the ColdFusion administrator because my websites on a shared server; however, I did find <CFSCHEDULE> which by the sounds of things does this for you without touching CFAdministrator. Same outcome anyway. Just for clarity, I created a page that scheduled the task
     <CFIF url.outputDate GT NOW()>
        <CFSCHEDULE action = "update"
            task = "TaskName#makeUniqueVar#"
            operation = "HTTPRequest"
            url = "http://www.domain.com/sendGroupEmail.cfm?var1=#var1#&var2=#var2#&var3=#var3#"
            startDate = "#url.outputDate#"
            startTime = "12:00 AM"
            interval = "once">
    </CFIF>
and sendGroupEmail.cfm sends the email. Easy!
Regards,
Steven

Similar Messages

  • Sending group emails in Mail 2.1

    I'm having trouble (and have been for some time) sending group emails from my Address book. If there are more than a dozen or so in the Bcc box, it takes a long time for anything to get sent (usually not sending out at all). Yes I have an address in the 'to' box, and a group in the bcc box, but if my group numbers are high (let's say 50-100), it just won't send.
    I've read a number of the dicussions about this over the years, and cannot find a solution.
    If anyone has a solution, please advise. I don't want to switch to Entourage or any other program... I like Mail... just not this part.
    Thanks in advance.
    BT
    Power Mac G5 Dual 2.3   Mac OS X (10.4.8)  

    I'm also having trouble with sending large group emails.
    Band invitations, specifically.
    I'm also unable to export my .mac addresses into excel and I find that most mass email programs can't import .mac addresses.
    Does anyone have a solution/good way to
    1) use .mac to send emails to groups of 100-1000?
    2) way to export .mac addresses into excel?
    Thanks!

  • How do you send an email to a specific person based on if a particular check box is checked?

    How do you send an email to a specific person based on if a particular check box is checked?

    Try the LiveCycle Designer forum.

  • How to send group emails from ipad

    How to send group emails from ipad

    Thanks.  So matters haven't changed.  Ipad and iohone systems still not make use of the groups created in OSX Contacts, although one can "see" the groups synced through iCloud.  They just do not function as real distribution lists in Mail.
    With the Mailshot app, one creates Mailshot groups with Mailshot group name.  It's as smooth as a work around can get.
    Silly that Apple iOS folks never got around to connecting the contact groups now listed in iOS Contacts through iCloud syncing to also be fully functional in iOS Mail for the purpose of group emailing. 

  • I need to send group email and forward group email?

    I need to send group emails and forward group emails and dont find that capability with ipad or iphone

    There are quite a few group emailing apps available, but most will not allow you to forward an email, as they can only send new emails written within their own app.
    MailShot Pro, uniquely, adds group email to your device so you can send to your groups directly from the standard Mail app. This allows you to forward an email, with any attachments intact, right from Mail.
    Find out why quarter of a milllion users are now using our MailShot apps at jo.my/mailshot (iTunes link). A free version is also available to try, limited to a few small groups of contacts.
    Peter
    Soluble
    Disclosure: I am the developer of MailShot, and may receive benefit from any sales.

  • Why can't I send group emails from iPad

    Why can't I send group emails from iPad and iPhone?

    There's a functional workaround to send Group emails that takes some setup, and a copy-paste. But it's easier than any one-by-one solution cooked up without a 3rd-party app. Here's the way:
    STEP ONE:
    Go to Settings>General>Keyboard-->Shortcuts
    Add a new Shortcut by typing in the full email addresses in the "Phrase" field, separated by comma and space; type in the few letters representing this "Phrase" in the "Shortcut" field.
    STEP TWO:
    In the email app, IN THE BODY OF THE EMAIL, type in the letter for the Shortcut and space. Then Highlight-->Copy this text and paste it into the To: Field. (Obviously: Delete this text in email body; and use CC: or BCC: fields as desired.)
    Regrettably, you CANNOT just type the Shortcut in the address fields as it gets lobbed into one address.
    This "No Group Email Functionality" rates a #FAIL by Apple. One of the few.

  • Problems in sending group emails

    I am having problems sending group emails.
    I get the message "The server"smtp.mac.com" did not recognize the following recipients." Then it will list a random selection from my group, sometimes including my email. I know these emails are good emails. If I laboriously pull these selected emails from the group, eventually the group email will go through.
    The next time I try to send a group email I go through this all over again, with another random group of emails that are not recognized. Any ideas? Can my list be too long? I have 160 emails in one group?

    Can spammers grab email addresses when I have only written the group name, for example "Writing Group" in the TO: box?
    Yes. Although you might put a Group into the To field, the recipient of the email sees every email address in that group, and if anyone has any malware on their system or even the mail servers the email travels through, those can be grabbed. After you've sent the email, you can also see every recipient email address in the headers of that message in your Sent folder.
    That's why you should not ever send bulk emails using the To field; always use the BCC field; it prevents malware from grabbing email addresses sent en masse, as well as preserving the privacy of your recipients. Nobody wants you to blast their email address to everyone else without their express permission. It's rude, disrespectful, and uncouth.
    Mulder

  • How do I send group emails from my iPad? They work fine from my MacBook but not the iPad.

    How do I send group emails from an iPad? They work fine on my MacBook but not my iPad.

    You need a third party app to do that. Look at Mail Shot or Group Email in the app store. You cannot do it with the built in mail app and the contacts app in iOS 5 without a third party app.

  • Workflow changes - send reminder email on X - 1 days ...  based on Molga

    Hello Everyone,
           I new to workflow and I came across a workflow scenario where I am confuse, that what should I do in order to make it work. Luckily we are running only one workflow in the system which is time off request, We copied standard workflow class u201CCL_PT_REQ_WF_ATTRIBSu201D to Z version and introduced some new method to send email to employees managers as well as employee and HR .
    We also have something called workflow item cancel thing . Lets say if workflow is not approved by manger within X bossiness days it got cancel and employee has to submit the new time off request again. After doing a little bit research I came to know that there is standard job which checks and calculate the X days thing. Work flow is running fine from last 1 year.
    Last week, we been asked to create reminder from X-1 day and sends to employee manager saying u201C This is a reminder and one day is left u201C  .
       I wanted to know how I can achieve that, I have to filter the employee by reading employeeu2019s molga as we want to do it for specific countries  then I have to read employee manager which I can do using different FM and then I have to send email to employee's manager .
    Like I said It should happen BEFORE x-1 business days when employee submits the time off u2026   
    Here what I am thinking , I  can read table u201CSWWWIHEADu201D  with field WI_TYPE = u2018Wu2019 .  and  pass work_id to FM " SWW_WI_CONTAINER_READ "  and read the container like the  INCLUDE  MWS20000081HO01
      CALL FUNCTION 'SWW_WI_CONTAINER_READ'
             EXPORTING
                  wi_id                    = wi_id
                READ_FOR_UPDATE          = ' '                         *
             TABLES
                  wi_container             = wi_container
             EXCEPTIONS
                  container_does_not_exist =  1      "message from function
                  others                   = 99.
        IF SY-SUBRC = 0.
          SWC_GET_ELEMENT WI_CONTAINER 'ACTUALSTATE' ACTUALSTATE130100.
        ELSE.
          CLEAR ACTUALSTATE130100.
        ENDIF.
        IF ACTUALSTATE130100 = 'N'.
          CALL TRANSACTION 'WS20000081M'.
          LEAVE PROGRAM.
        ENDIF.
    From container I can read employee number and approver . Get molga via  pernr and can filter the employee ..who ever submits the request system date u2013 4 .. I can send out the reminder email u2026
    Is there any other way around or any other efficient way of doing that u2026 I hope  you understand this thing is conditional u2026 As far as I am concern I new to workflow so please bear with me ..
    Waiting
    Khan
    FYI- I have gone through several post which task about deadlines monitoring Etc .. using fork & wait blah blah .. but It didnu2019t get any clue where to start and how to start u2026

    Mike,
            I think I am following you so for .. so here what I did ... I opened the "approve process" and slap in the same refer date/time in "Requested end date " with variables "&WFDATA.DEADLINEDATE&" "&WFDATA.DEADLINETIME&"  with 1- DAY . I didnu2019t find this what it says in help " It is possible to specify a negative time interval. Negative time   intervals should only be used in connection with an expression as a   reference date/time. You then have the option of "backward deadlines"
    Any way after that I changed action to "modeled" and say "outcome "reminder from UK " .
    it creates a node with clock sign , now like you said , I can do many  things here .. and I really need to do something for example , I need to check the employee if he/she is from UK , after that reads his/her manager and send an email to mangeru2019s outbox . UK gave us an email format which I have created in t-code SE60 - with Document Class "Dialog Text".
    How to proceed further. Thanks for baby sitting me.
    What I am thinking , I need to create a new activity as well as new method in my Zclass, in which I will check employee Molga  i.e. U.K and I have to send out email based on my email text which I have created in SE61.
    Iu2019m able to write code in existing method , being on the safe side I copied the existing workflow and made changes in to it . Now it comes to debugging part , Iu2019m able to find posts on SDN talks about workflow debugging . When I am entering time off request from ESS , and it is not stopping at external breakpoint , Also when I am looking at "PTARQ"  to see submit WF items . It is showing me the old task "w90000012" which is original one and I copied it and my task is "w90000022" . What I have to do  so when I submit time off request via ESS it calls my task . I created Task in PFTC . But nothing is happening . Please let me know what I am missing ..
    I found the table for ESS  leave request and able to see my task  , Table name is "u2022     V_T554S_WEB"
    But still waiting for answers the of above questions ...
    Edited by: Saquib Khan on May 27, 2008 9:36 AM

  • Sending group emails

    I am using Mail, Pop account. Can send single mails OK. Now trying to send a group mail and I get this message:
    Cannot send message using the server smtpauth.earthlink.net
    Then it says: Use the pop-up menu below to try a different outgoing mail server. All messages will use this server until you quit Mail or change your network settings.
    I do not know what this means. How would I try a different mail server? I am using only one computer, it is not linked etc.
    Thanks

    The different outgoing mail server question is a distraction; if you had rights to use several mail servers, you would be able to choose one of the others here.
    How many addresses are in the group? A lot of ISPs limit the number of emails can send at a time and per day.
    Another possible problem is that some of the addresses in the group are wrong, possibly causing the whole batch to fail.
    Try making a new group and put just a couple of users in it.
    AK

  • Is it possible to send group emails without having to select each email address individually?

    Does anyone know how to set up a group so that you can send an email to multiple emails addresses with one click? I often send to the same 5 people and feel there's got to be a way to avoid typing in all of their names/email addresses each time. I can do it on yahoo!, gmail, outlook, etc...

    Not natively.  There are apps in the app store you can search for that do that.

  • How to send GROUP email in Mavericks?

    Sending email to Contact Groups in Mail doesn't appear to be working in Mavericks anymore.  We use to be able to type the Group name, click enter, then all addresses appear.  Now it just disappears with no email addresses added.

    Steve, I just saw a post by another person that provided a work around which works for me:
    A workaround for sending an email to a group in Contacts, might be right-clicking on a group and choosing Send email to "{group name}".

  • TS3276 I can not send group emails on my new Macbook air. I need to for my job. Help.

    I cannot send Bcc group emails on macbook air, Maverick. Any ideas?

    create a group in contacts.
    create a new email in Mail.app
    in the View menu in Mail, check the Bcc address field option
    in the Bcc box in your email, type in the name of the group and then a comma.

  • "RFC 2822" error message when sending group emails

    I periodically send bulk emails to groups from my AddressBook, and have done so w/o glitches for years. Suddenly, I'm getting this weird error message: "Message does not conform to RFC 2822 standard". Earthlink tech support was unable to figure it out. Mac tech support said to cut down the number of contacts in my groups. Tried that. No go. I see others here have run into this. I tried the "BCC" workaround that some kind soul posted a few months back (Add the desired AddressBook group to the BCC field instead of the "To" field.). This did work (thank you, kind soul!), but it seems like a provisional solution. Has Mac or anybody else figured out what this RFC thing is all about and how to fix it for good?
    Any help would be much appreciated.
    MacBook   Mac OS X (10.4.8)  

    When you put the group in the BCC: field, are you also putting at least one address (usually your own) in the To: field?
    I would also make sure that there are no typos, and especially no spaces, in all the email addresses.
    Power Mac G5 1.8GHz DP, 1.5GB RAM   Mac OS X (10.4.8)  

  • Sending Group emails on Mail via Gmail

    Can anyone help?
    If i send an email (Gmail account) to a group from my contacts on Mail it is rejected. If I copy the address' and do exactly the same thing but directly through Gmail web page, it goes through.
    Any ideas on a fix for this?
    Many thanks,
    CAZMAN

    You might try looking/posting here.
    Gmail Support

Maybe you are looking for

  • Error 513 while raising the message from satellite system

    Hello All, When I try to send message(Service desk) from satellite system, i get following message "Because of error 513, no message was creat Support Desk System" I gusses there is some problem with authorisation. please guide how can I fix this iss

  • How can I Construct this Linked Teardrop Pattern?

    I'm trying to replicate the way these circles are connected for use in a new design. I've gotten so close, but aligning everything exactly is incredibly frustrating. At first I tried constructing this with the use of a white outline around the circle

  • Can't Enable CUDA on MacBook Pro 15" Retina

    Hi, I understand this question probably got asked hundreds of times before, but after putting up with this problem for a year and spending many hours trying everything I can find I still can't solve this issue. I've followed every instruction in this

  • Canon 5DIII images cropped in ACR

    Hi, I have an odd situation I can't figure out and thought maybe someone might have a solution I am working on a MacBook Pro running 10.7.4 using CS6 and ACR 7.1. I was shooting video with the 5DIII yesterday and shot a few stills as I was working. I

  • LCDS Samples Do Not Work

    I just installed LCDS to perform an evaluation.  I installed using the embedded Tomcat which they have configured to run on port 8400.  I launch Tomcat and point my browser to http://localhost:8400/lcds-samples/testdrive.htm, all is fine so far.<br /