Sending notifications to offline users when new emails arrive

Hi,
I need to develop and application that would send a notification via SMS to users whenever new mail arrives to their inboxes.
One way to do that would be to periodically check each subscriber's account for new mail.
Are there any other options?
Thanks.
Laith

using IMAP folder can add a listener for notifying new mail arrival.

Similar Messages

  • Tabs show up / Firefox "activates" when anything changes on an open tab (e.g. when new email arrives)

    I've recently updated to FF 18.01
    When I have my email tab open (Gmail) and I'm working in another tab (or even a different program) and a new email arrives (or chat) my email tabs "opens"/"activates" whilst I'm working in Excel for example.
    It seems to do this every time any activity happens in my email....
    Anybody an idea what could be causing this to happen? It's very annoying....
    Thanks

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • How do I turn off auto focus/open/maximize when new email arrives?

    If I have mac mail minimized, when a new email arrives, it automatically maximize/open it and focus on the mail window.
    This is really annoying. It started happening with recent updates. Is there a way to turn this 'feature' off?
    thanks.

    How does one disable auto-opening a blank document (either open blank OR template chooser) when PAGES launches?
    You can't. You will always get a new document or the template chooser depending on what you have set in the preferences. I suggest you leave feedback for the Pages team regarding this. You can find it under the Pages menu > Provide Pages Feedback. That takes you to the same page as this link.

  • E71 - Why do emails disappear when new ones arrive...

    when new email arrives to E71 ones already there seem to disappear?  Help

    DO you have verizon-yahoo account?

  • Bounce Mail in Dock when New Mail arrives?

    So I'm migrating over to Mail after 14+years on AOL mail and I'm wondering if there is a way to have the Mail application icon in the Dock bounce when a new email arrives, similiar to the way the AOL one does?

    Hello DuQuoi,
    Just saw this message today when looking for an answer on something for myself and thought I'd respond. So sorry for the late response and if you've all ready found an answer, but at least for others looking to perform a similar action when new email arrives.
    This can be done with a simple rule. I have mine set to "If all conditions are met", "Email is in <My Mailbox Name>", "Message is addressed to [email protected]" then "Bounce Icon in Dock".
    My spam goes to a different folder on my email account so spam isn't caught by this.
    -Jessee

  • How to create a new role : Need to send notifications to multiple users.

    Hi All,
    I have a requirement where in I need to send notifications to multiple users
    and no. of users in the list is not fixed.i.e. this builds up dynamically.
    Kindly let me know how do I achieve this.
    Also wanted to know where form the Workflow roles get created i.e. who inserts data into wf_roles and wf_user_roles tables. Is there any UI to create roles and associate users with them.
    Thanks,

    Hi,
    Yes - by default all responsibilities are defined as roles in the Workflow directory. You just need to identify the role that corresponds to the responsibility (look at ORIG_SYSTEM and ORIG_SYSTEM_ID columns, IIRC) and then send the notification to the role.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • I use an email client that notify's you when a new email arrives in your inbox. On IE a window pop's up to let you know whith a chime. In Firefox the window opens but with no chime. Is there an extention or add on that will do this?

    I use an email client that notify's you when a new email arrives in your inbox. On IE a window pop's up with a chime that lets you know of new mail in your inbox. In Firefox the window pops up but with no sound. Is there an add on or extention that will do this?
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; NISSC; .NET CLR 1.0.3705; .NET CLR 2.0.50727; InfoPath.1)

    Is the notifier part of the email program? Is it an independent program like poptray? If it is separate from Firefox, it really shouldn't matter which browser you are using. Unless the notification is within IE.

  • Send notifications to the users whenever a template is ready or an approval

    Is it possible to send notifications to the users whenever a template is ready or an approval is recorded when we use the work status.  Is there any SAP "How to"  documentation available on this ?  What are the limitations of this process ?

    Hi Sumit
    Yes it is possible.
    In BPC Microsoft Version we can design Business Process Flow (BPF) with the required Start date and time.
    Through BPF (using step 1) we can also send E-mail Notifications for Start and closure of the Planning cycle.
    To make this E-mail notification thing work:
    1. Assign E-mail ids to the Owner/ Reviewer property in dimension with Hierarchy structure.
    2. Assign Server info in the Application Set Parameter section from BPC Admin domain.
    Using WorkStatus
    This initiates emails to both the planner and the approver for any change in data for a work state change.
    This is available in link: http://help.sap.com/saphelp_bpc70sp02/helpdata/en/a1/532226947C49A5B2E2BD32450CB2D1/frameset.htm
    Hope this answers your question.
    Regards
    Abhishek

  • Send notification to all users of specific responsibility in 11i

    Hi All,
    Is there anyway to send notification to all users of specific responsibility in 11i ?
    I have a setup form for hierarchy level (e.g level 1 - 5) by which each level will be notified either by responsibility or user?
    If its setup by responsibility, notification will be sent to all users under that responsibility.
    Do i have to create role using WF_DIRECTORY.CreateAdHocRole and add all users for specific responsibility to the role?
    Also if the responsibility setup changed, how to maintain the existing notification with the old resp.
    eg. level 1 is set to resp X then later on set to resp Y.
    Regards,
    Fendy

    Use 'Expand Roles' to achieve this. Please check the WF Developers Guide to see how it works.
    Yes, you may use wf_directory.createadhocrole for this purpose too.
    What do you mean when you say the responsibility has changed? It it is end-dated no notification should be sent to any of its members. It depends on the assignments of the role/user. if the assignment is used then the user will get it. If the assignment is end-dated then the user will not get the notification.
    You can always use wf_local_synch.Propagate_user_role to change the assignment of a user/role. If you want to end-date it, you can use it. Or you can add another user to the role, etc.
    Hope this helps,
    Alejandro

  • Notification Centre does it notify new email

    Does Notification Centre notify when a new email arrives? How do I set up myMac Mini 5.3 for that?

    It will notify you of new emails.  Mail has to be open for it work.  You need to go settings-notifications and make sure that mail is set up like the pic below.

  • How do i set up my iPhone to chime when a new email arrives? right now, the chime only works after I tap the mail icon

    How do I set up my 4S phone to chime when a new email arrives?  Right now, the chime only sounds after I tap the mail icon.  I need an alert to check my mail.  Comcast mail.  Settings for mail set at "fetch new data". Thank you

    Try if this works for you
    1. Tap Settings on Home Screen
    2. Go to Mail, Contacts, Calendars
    3. Tap on Fetch New Data
    4. Turn "Push" to On
    5. Back to Mail, Contacts, Calendars again
    6. Under "Advanced", make sure that it is set to "Push" for all your mail accounts
    Push means the server will literally push the mails to your iPhone whenever there is new mail. Fetch like the word says is where you have to manually update to receive new mail (what you are doing now)

  • I work for a retailer who sends out e-receipts as pdf attachements.  When the email arrives on any apple product, i see the email with the paperclip icon showing that there is an attachment but i cannot ever see or find the actual attachment.  Any ideas?

    i work for a retailer who sends out e-receipts as pdf attachements.  When the email arrives on any apple product, i see the email with the paperclip icon showing that there is an attachment but i cannot ever see or find the actual attachment.  Any ideas?

    i have scrolled left, right, up and down on iphone4, iphone5 and ipad and the attachment simply does not exist.  It has to be something with the apple mail client setup because for any mail client, if they go to the webemail thru safari, the attachment is there and it can be viewed without issue.
    I know there are plenty of people out there with this issue with the mail clients set up that you access thru the email icon on the iphone and ipad but i cannot find anyone with a resolution.  I cannot find any settings in the mail client setup that has anything to do with attachments or for what attachments can or cannot be read or seen.
    Hopefully someone out there has figured something out because this is an odd one.

  • File, Send link doesn't open a new email. Using Firefox 11.0. Outlook 2010 is the Mailto default and W7 default email program. On the About:config page network.protocol-handler.external.mailto is set to regular font (not bold) "default Boolean true".

    File, Send link doesn’t open a new email. Running Firefox 11.0. Outlook 2010 is the Mailto default and the W7 default email program. On the About:config page, network.protocol-handler.external.mailto is set to regular font (not bold) “default Boolean true”.

    I assume you have tried toggling the setting in Firefox between Outlook and, say, Gmail:
    orange Firefox button ''or'' classic Tools menu > Options > Applications
    In the search box, type or paste '''mailto''' and pause for the list to filter.
    Change the setting and OK to save it, then return to the dialog, change back, and OK again.
    You also might want to toggle the setting at the OS level between Microsoft Outlook and the native Windows Mail client in a similar fashion. In Windows XP you could use IE's Options dialog, Programs tab, for this, but I'm not sure in Windows 7.
    Since one possibility is a problem in your Firefox settings (including the possibility of interfering add-ons), and another is a problem at the Windows level (e.g., Registry settings), it would be useful to try to identify which one it is. One quick way to distinguish is to create a new Firefox profile. It will start up with all factory settings. You can switch back to your existing profile after testing.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    After closing Firefox, start up again in the Profile Manager as described in this article: [http://support.mozilla.com/kb/Managing+profiles Managing profiles].
    With the new profile, can Firefox successfully create a message in Outlook?

  • How do I get sound notification when an email arrives.

    When MSN messenger got taken away, I lost the sound I would get when an email arrived in my inbox. How do I get a sound now?

    Sorry, I don't know anything about hotmail and it's not one of the webmail programs that you can set up to open email links in Firefox (ref: [[Change the program used to open email links]]). It looks like you are asking about something unrelated to Mozilla.
    I did a google search and found this, which seems to indicate that you must be using Windows Live Mail with hotmail to get a notification sound:
    *http://answers.microsoft.com/en-us/windows/forum/windows_other-networking/hotmail-notification-sounds/ab6f950e-495d-406d-9042-c550803ed6a7?msgId=963c667b-2ad5-42fe-bc06-ec68cffdcba6
    If no one here has better answer for you, you could also try the hotmail forum: http://answers.microsoft.com/en-us/windowslive/forum/hotmail

  • Can't personal email to sync or fetch when new mail arrives

    I just got a new Droid Razr Maxx.  I can't get my AOL mail to fetch when new mail arrives.  I'm sure there is a setting somewhere, but I can't find it.  Can anyone help?

    Give these two Links a Look and maybe they can Solve the Issue your Having with your Email..  b33
    23. Re: Tips On How TO USE I.C.S ON RAZR / RAZR MAXX
    https://motorola-global-portal.custhelp.com/app/product_page/faqs/p/30,6720,8417

Maybe you are looking for

  • X79-gd45 (8d) - Windows 7 Pro x64 installation questions

    Hi, I have a MSI X79-GD45(8D) board with i7-3930k processor that I am trying to install Win 7 x64 Pro on.  I have a Sandisk Xtreme 240 SSD that I will be using as a system disk and 2X WD 1TB Black SATA 6GB/s (faex) drives that I will be using in a RA

  • Sortable event list in iCal?

    I have several different calendars set up in iCal. Is there any way to see all events from one calendar (or a selection of calendars) in an editable, sortable list? I don't see a way to tell if a calendar is empty or not without doing a search, or at

  • HP laserJet CM1017 MFP Installation Error

    Hi I am having big problems with re-installation of HP laserJet  CM1017 MFP.  It was woring fine until I had to do an inplace repair to my computer. Everything other than HP laserJet  CM1017 MFP worked again without any problems.  I have  tried and t

  • IMessage not selecting my phone number, its "greyed" out.

    I have an iPhone 4S and it was on a monthly 02 contract but I have not terminated my contract with O2.  I had my iPhone unlocked so I could use it on any network.  I now have a Vodafone sim card in the phone and am on PAYG.  However my iMessage is no

  • Image Rotation Option in EXPORT

    I would like to see the EXPORT function have the ability to optionally rotate an image 90 degrees or -90 degrees if the image is the user's choice of either landscape or portrait orientation. I frequently use Lightroom to create a gallery of pictures