Mail alert sound doesn't stick

I chose a doorbell sound for mail notification on Mail, but half the time I get the old mail sound instead. It seems to switch back and forth. How do I resolve this? Thanks in advance for any help.

Hola chicos, (OK guys)
Here’s a solution to the (simple) Mail Notification Sound problem that most people are furious over. Whether it’s plays a sound occasionally or not at all, clearly there is a bug in Mail which prevents it playing sounds alerting you to any incoming mail.
There is even a rule you can apply in Mail>Preferences>Rules called Play Sound which SHOULD play a AIFF file of your choice on receipt of Every Message. But I’ve found this not to work too!
So, here’s a workaround in 2 easy steps:
(You need an AIFF sound file. Got it? Good)
_*STEP 1 - Modify & Save this tiny Applescript:*_
Imagine I have the following AIFF on my HD.
/Users/mrlinguafranca/Library/Sounds/doorbell.aiff
A. Copy n Paste the following into the ‘Script Editor’ application on OS X.
tell application "Finder"
open document file "doorbell.aiff" of folder "Sounds" of folder "Library" of folder "mrlinguafranca" of folder "Users" of startup disk
end tell
B. Change the parameters with the location of YOUR AIFF file
C. Click ‘Run’ to test that it plays the sound file. (Success? Good).
D. Save it somewhere and exit.
_*STEP 2 - Setup a Rule in OS X Mail*_
1. Open Mail.
2. Click Mail>Preferences>Rules.
3. Click Add Rule.
4. Set up the rule as follows:
Give the rule a meaningful description e.g. PlayMailNotificationSound
“If ANY of the rules are met” select (Every Message) from the drop down.
Perform the following actions select (Run AppleScript) select (THE LOCATION OF YOUR APPLESCRIPT)
Click OK.
5. Restart OS X Mail.
6. Send yourself a mail and listen carefully.
Hopefully it’ll work for you as it works for me.
(If even I can think of a workaround, what are the guys at Apple doing?)
Buen dia.
Mr Linguafranca.

Similar Messages

  • Mail alert sounds stopped working

    Hi,
    About 2 days ago, the mail alert sounds for incoming mail stopped working. I double checked the preferences, and repaired permissions, still not working.
    Any suggestions?
    Thanks in advance.

    I've had this happen intermittently. If you go to the mail alerts sounds selection and change it to a different sound and then back to the one you want it should reset it and start again.
    John

  • IPad Air Mail alert sound

    Hi,
    I have an iPad Air with the most current OS 8.2. My selected mail alert sound does not work.  All I get is a basic ring tone. I can select another one but the selected sound isn't played when new mail arrives. The iPad Air is less than a year old and the sounds works fine with the os installed at purchase, I think it was 7.1.2.
    Thank you for any insight and help with this.
    Artie

    Hi Arthur,
    If you are having issues with your being unable to use any other alert sound for your incoming mail, you may want to try some things to troubleshoot.
    First, quit all running applications and test again -
    Force an app to close in iOS
    Next, I would try restarting and if needed resetting the iPad -
    Restart or reset your iPhone, iPad, or iPod touch
    If the issue is still present, you may want to restore the iPad as a new device -
    How to erase your iOS device and then set it up as a new device or restore it from backups
    Thanks for using Apple Support Communities.
    Best,
    Brett L  

  • VIP Mail alert sounds delayed on iOS8

    I have general Mail alerts enabled to display on the lock screen with no sound, but I have a sound assigned to VIP mail alerts.  This worked fine on iOS 7.  At work, I often have my phone sitting on my desk and have observed some odd behavior on iOS 8.  What I see on the lock screen when I get an email from a VIP is an alert with no sound.  The next email that comes in, regardless of who it is from, will usually get the VIP sound even though it should be silent.  I'll also hear the VIP Mail alert sound randomly but infrequently for no apparent reason, usually within a few minutes of a phone reboot.
    Here is how I have general Mail alerts configured:
    Show in Notification Center: off
    Notification Sound: None
    Badge App Icon: On
    Show on Lock Screen: On
    Alert Style When Unlocked: Banners
    Show Previews: On
    Here is how I have VIP Mail alerts configured:
    Show in Notification Center: off (this was actually on, I just turned it off, not sure if this will matter)
    Notification Sound: Aurora
    Everything else is the same as above.
    I have an iPhone 6 running iOS 8.0.2.  I believe I also saw this on my iPhone 5 with iOS 8 and 8.0.2 before I got my new phone.
    Thanks,
    Nathan

    My VIP alert notifications and alert sounds on my iPhone now happen about 15-20 minutes after emails arrive on my Mac desktop for most of my email accounts.  VIP emails coming into my email accounts that allow push notifications show alerts immediately though.  This used to work fine - maybe the problem started happening after iOS 8 was installed.   Problem only seems to happen when phone screen is locked.
    iPhone 5 on iOS 8.1

  • Where do I find the Mac Mail alert sound files on the computer?

    I want to find the sound files because I want to convert them to wav to use as mail alert sounds for Thunderbird which I use instead of Mail, and don't know where to find the files.
    Thanks.

    I found the solution here:
    https://discussions.apple.com/message/3935483#3935483

  • Mail alert sounds too loud; preferences ignored

    After I upgraded to Leopard, suddenly the alert sounds in Mail were way too loud. I double-checked my "Alert volume" setting in the Sound preferences and it was set low. Other system sounds are played at an appropriate level. Only Mail ignores it. It seems that no matter what my system volume is set to, Mail alerts are played at 100% volume.
    I found this old thread on the same topic, and am wondering if there is any fix for this problem yet?
    http://discussions.apple.com/message.jspa?messageID=7058243
    Since I have been unable to find any reference to a fix from Apple, and I am sick of about jumping out of my skin when I am concentrating on work and a new message comes in... here is a hack that I did today that might help others: I located each sound file Mail uses (I have several that are used in my Rules), opened each in Audacity ( http://audacity.sourceforge.net/ ), adjusted each to -15db, and saved a copy of the files. I then assigned the "new mail" sound to use the quieter copy. Each rule also had to be edited to attach to the new files.
    It's a hack, and time-consuming, but it seems to work.
    Message was edited by: PeakD

    Same issue here. Been looking for a fix. . .

  • Alert sounds doesn't work

    My preferences are set to have an alert sound play when new mail arrives but nothing happens.

    Also - I just opened another game, and there was sound.  But nothing from online has sound, and nothing from my videos in iMovie.

  • No new mail alert sound in Mountain Lion

    I did a clean install of ML, In Lion when I had an alert sound when new mail arrived, i cannot get it to work in ML.
    It is enables in mail, and also in sound preferences as well, but still no sound when new mail arrives.
    Anyone else?

    After trying many methods. I found this a temporary fix. The solution is to set a rule in Mail Preference to run an Applscripts if there is new email. This Applescript will play a notification sound of your choice:
    tell application "Mail" to if (count of (every message of inbox whose read status is false)) isgreater than 0 then do shell script "afplay '/Applications/Mail.app/Contents/Resources/New Mail.aiff'"
    You can change the path /Application/Mail.app/Contents/Resources/New Mail.aiff to any folder that containt an aiff file. For example: /System/Library/Sounds/Glass.aiff (in this folder you can find all the alert sounds of Mac OS)
    Applescript Editor
    1. Open Applescript Editor in Applications folder
    2. Paste the script in after choosing your notification sound path
    3. Save in ~/Library/Application Scripts/com.apple.mail (can name it New Mail in my example)
    4. Now you can choose the script in Mail Rules setting
    For the Mail rules setting
    Open Mail Preferences then Rules then Add Rule. The setting like photo
    https://www.sugarsync.com/pf/D8942998_67824332_008550
    It works like a charm !!!

  • New mail alert sound?

    According to the user manual for the iPod touch, there is a setting (under 'Settings') to allow the touch to play an alert sound when you have new mail yet I can't see or find this option anywhere. Does anyone actaully have this alert option on their touch?

    I have a second problem in relation to this, I wanted to know if the ipod touch >will beep to alert you about calendar events.
    Yes it will. Mine does. I have it set so it does.
    Secondly, is it beeping through the built-in speaker or only through headphones, >if through speaker is it loud enough to hear from another room?
    There is a setting so you can set it to beep through the built-in speaker, the headphones, or both. Through the speaker, it is loud enough to hear if it's in your pocket but i doubt from another room unless it was completely quiet.

  • Mail alert sound

    Is there a way that I can set up my .mac email to make
    an alert sound, that I can hear when I get a new email?
    Thanks!!

    Yes, there are third-party utilities that will monitor mail accounts and provide such notifications. Look for them at VersionTracker or MacUpdate.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Install different Mail alert sounds

    Is there somewhere a free application to install new, nicer, louder Mail alert also to apply to other alerts ? Thanks

    If you mean on the Apple website somewhere I don't know. All I did was download something, (copyright free of course). Use iTunes to convert it and then pop it in the folder I mentioned previously. It will then be selectable in Mail and other areas of the system.
    If you have something like Audio Hijack you can use virtually any sound you want and have permission for.
    iTunes will not convert everything but google will find you an App to do it should the iApps come up short.

  • Incoming mail alert sounds

    My I Phone 4 will not alert me to a incoming email. I have all settings in sounds turned on.
    What could I be missing?

    My wife was having the same problem with her iPhone 4s.  I did a backup and restore from iTunes and the problem went away.

  • Is there any way to change the sound of the New Mail alert.

    My partner and I both an have iPhone 4. Is there any way we can change the sound of the New Mail alert. It is so confusing because we never know which phone just got a new mail.

    Unfortunately due to the restrictions of iOS there is no way to change the New Mail alert sound. One way around this is to have one of you to set the phone to silent and the other not. Then when the person on silent gets a new email the phone will vibrate and the other person will get the audio alert.

  • Mail not playing alert sound

    Hi, Does anyone know how to make the "new mail" alert sound play, please? This works intermittently, I cannot get it to sound all the time, most of the time it does not work at all.
    I contacted Apple Care and tried the various things they suggested, which included re-installing the OS (which is SL 10.6.7, running on the latest 21.5" iMac). It worked for a short while, but then stopped working again. I went to the Genius bar, but they said they can only help with hardware issues, suggested I contact the Apple discussion boards. The Genius Rep downloaded answers to this issue on "Mac-Forums, but other users only had this problem with Growl installed. When this was removed, the sound alert returned. I have never had Growl installed. Any help would be appreciated.

    Brilliant, thanks a million!!!!!
    Sent myself two emails so far, both worked. For the first attempt I set it to ""New message sound" as you suggested - it worked. Then I set it to "Purr" sound, which is my normal sound I use, and that worked too.
    I will keep track of this to see if it loses the sound again, as this happened before. Fingers crossed this is now a permanent solution. It seems as though this has been a common problem without a solution for a long time from Apple.
    Well done and thanks again.

  • Mail alert choices

    hello all, I was wondering if it is possible to have a different mail alert sounds to help identify specific emails when they arrive. Is this something that might be possible from a app? Thanks for any help and advice.

    Unfortunately, there is no choice regarding mail alert tone and none was announced for the 3.0 firmware. Also, no 3rd party app can supply this since the iPhone OS doesn't allow access to core phone functions. You can request this, and maybe it will eventually be added:
    http://www.apple.com/feedback/iphone.html

Maybe you are looking for

  • XML Publisher not updating translated XLFs

    Hi, We are using XML Publisher Administrator responsibility to upload French translated XLFs for our RTF files. We are using EBS version 12.1.3. We are able to successfully upload XLFs in WINDOWS-1252 encoding format. However,when we download those,

  • How can I return to the same position in the calling order details form

    I am Calling a form for creating a new item from order details form, so after creating The new item I want to returned the item code to the calling form to same position in The order details form , how can I return to the same position in the order d

  • CUSTOMER SERVICE NIGHTMARE!!!!!!Solutions?

    I have been all around the mulberry bush with C.S. My issue: ever since getting my e-mac I periodically lose the connection between my .mac e-mail and the mail icon. I can log onto the website for e-mail, however nothing offline. I have called 3 time

  • IPod losing space when editing song info in iTunes

    I originally posted this in the iPod forum, but I'm not sure if it is a Pod issue or an iTunes issue. Hi, Hopefully, this is going into the correct forum. I realize this is probably a very stupid question, but I have a 60 GB iPod Photo with over 9,00

  • Convert date in modal binding table into dd.mm.yyyy format

    DEar ALL, i have a date in the modal table, this value is coming from r/3 in yyyymmdd format. But i need to change its format to dd.mm.yyyy. How can i achieve it..i don't want to create my own table...pls suggest Regds, Anup.