Having problems sending mail

2nd blackberry, had the same problem on the first one.
when i try and type an e-mail, I would type the first letter of the name and the list of all names with that letter would drop down, and then I would enter the info,
now for the 2nd time, on the 2nd blackberry, I lost that option, it wont let me send an e-mail either, if I type a name in, or an e-mail in, and try to send an e-mail it wond let me.
I can only reply to e-mails,
if anybody has any suggestions, otherwise I am going to get my 3rd blackberry this week.
thanks
josh

This is not a hardware problem so getting another BlackBerry isn't going to fix it.
What kind of BlackBerry?  What email service do you have set up?  is this a work or a personal device?  Work or personal email?  Did you plug the BB into the desktop manager on your pc?  We can help but we need as much information as you can provide.
1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

Similar Messages

  • TS3276 Anyone having problems sending mail from Os X10.7.2?

    Anyone having problems sending mail from Os X10.7.2?
    i have Mac book pro,  I mac Desk top and i pad:All can receive mail but not send. I have checked and re checked set up etc No luck
    Thx

    Hi Ernie,
    Sorry I don't understand the first question :{
    Connection Doctor says everything is connected. i can send mail from the server's own web site ,just not from the Apple Mail program.
    The problem did begin when I was travelling from one hotel to another.
    Any ideas?
    Susan

  • Having problem sending mail through iMAC to PC outlook express.

    i have iMAC MAC OS X 10.3.9 and using mail to send/receive messages.
    I m having problem sending messages to outlook Users as when i send any message to them with different font colors so they receive message but in all Black color,and while when i send the same message with different Font color to Mac users so they receive same message which i sent with different Font color.
    In both conditions my message in sent item shows all colors which i have done but outlook users do receive message but with all Black color. Plz give me an opinion to solve this problem.

    If you are accessing your Comcast POP account with Outlook Express on your Windows PC, create your .Mac account as an IMAP account with OE.
    Create a .Mac server stored mailbox for Comcast received messages and another for Comcast sent messages.
    Copy the messages from the Comast Inbox and Sent mailbox to the designated server stored .Mac mailboxes.
    After doing so, when launching the Mail.app on your Mac, these server stored mailboxes created with OE on your Windows PC and the transferred messages will be available.
    Create two "On My Mac" location mailboxes - one for the transferred Inbox messages and one for the transferred sent messages. Transfer the messages from the server stored mailboxes to these "On My Mac" location mailboxes. This process will store the messages locally on the hard drive and remove the messages from the server at the same time.

  • HT4061 why aim having problems sending mail?

    why am having problems seinding mail in my Iphone5?

    Hey Alma102!
    Here is an article that will help you troubleshoot this issue with your ability to send emails from your iOS device:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Having problem sending mail to yahoo using a yahoo id(SendMailException)

    Hi, I read almost all the post's related to javamail,but none of them seems to help me, and hence the reason for this post,
    i've written a simple application(with reference to the one implemented on sun's site) that sends a message to a yahoo id using a yahoo id,
    meaning
    [email protected](recepient) and [email protected](sender)
    the code is given below:
    import javax.mail.*;
    import javax.mail.internet.*;
    import java.util.*;
    import javax.mail.Authenticator;
    public class MailSender
         String host = "smtp.mail.yahoo.com";
         String from = "[email protected]";
         String to = "[email protected]";
         public void sendMessage()
              try
                   Properties props = System.getProperties();
                   props.put("mail.smtp.host", host);
                   props.put("mail.smtp.auth","true");
                   Authenticator auth = new MyAuthenticator();
                   Session session = Session.getInstance(props,auth);
                   session.setDebug(true);
                   MimeMessage message = new MimeMessage(session);
                   message.setFrom(new InternetAddress(from));
                   message.addRecipient(Message.RecipientType.TO,new InternetAddress(to));
                   message.setSubject("Hello JavaMail");
                   message.setText("Welcome to JavaMail");
                   message.saveChanges(); // implicit with send()
                   Transport.send(message);
              catch(Exception e)
                   System.out.println("Sorry could not complete your Request, you have an error "+ e);
                   e.printStackTrace();
         public static void main(String args[])     
              MailSender ms= new MailSender();
              ms.sendMessage();
         private class MyAuthenticator extends Authenticator
         public PasswordAuthentication getPasswordAuthentication() {
              return new PasswordAuthentication("someoneelse","password");
    It compiles but when i execute it i get a nested exception
    nested exception is:
    javax.mail.AuthenticationFailedException
    javax.mail.SendFailedException: Sending failed;
    nested exception is:
    javax.mail.AuthenticationFailedException
    at javax.mail.Transport.send0(Transport.java:218)
    at javax.mail.Transport.send(Transport.java:80)
    at MailSender.sendMessage(MailSender.java:32)
    at MailSender.main(MailSender.java:45)
    Does anyone know a solution to this problem?

    Sure, you can put a local mail server on ur machine to test out sending and receiving in javamail. There r several mail server implementations out there, I personally prefer James (available at http://apache.org) It is pure java based mail server providing full POP3 and SMTP functionality.
    Once u configure a local mail server, u can use emailids like xyz@localhost or acme@localhost

  • Having problems SENDING mail through hostway account (relay error msg)?

    Want to spare others the 2 week nightmare of configuring email so that "relay error" message would not prevent emails from being sent.
    Settings / Accounts/ mail/ then...
    1. enter pop/smtp account and pw
    2 SMPT settings: "authentication" - check "password"
                               SSL - "OFF' if port setting is 587
                                         "ON" if port setting is 465
    3. Enter both user name and password where it says "optional"
    Good luck!

    Try this, it will create a mailbox in messaging and work like your desktop, to refresh you need to hi-lite the mailbox then select options-sync email, use it on my N97 instaed of standard email
    http://forum.dailymobile.se/index.php?action=dlattach;topic=426.0;attach=43906
    Just download to pc drag and drop to phone and install !
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Problem sending Mail

    I am having problem sending mail in Outlook (not using express). I receive mail no problem at all and I don't want to change account to IMAP to send mail. So what are my options to make this work using Outllok?

    Who is your internet service provider used for connecting to the internet?
    Are you also accessing an email account and SMTP server provided by your ISP and if so, can you send messages with this account?
    Does GoDaddy provide/support an authenticated SMTP server?
    Which server port are you using for this SMTP server - 25, 587 or something else?

  • Problems sending mail

    Hi folks, I am having problems sending mail. I have tried both Entourage and mail, and get the same problem that I can´t connect to the outgoing smtp server. I haven´t changed any settings... This just suddenly started happening. I can send mail with the exact same settings on another computer on my network here, so the server is in working order.
    Any help would be hugely appreciated.

    This issue should be brought to the attention of your ISP or whomever maintains your email server.

  • Problems Sending Mail -- ISP or Mac Mail?

    Typically, I need to send nearly every message at least twice -- once initially and however many times after that from the outbox until it finally goes. At times, I'll have mail stuck in my outbox for hours, if not days and often have to use webmail to send messages in a pinch (thus losing all the benefits of Mail).
    I contacted my ISP and spoke to a technician who was very helpful and attentive. I sent him screengrabs of all of my settings and he confirmed they are set correctly. However, he dismissed my belief that this is related to the ISP and said that it is probably something to do with my Mac Mail client, or my home network configuration. He suggested I switch to Entourage or another mail client, which I don't want to do.
    Either way, I'm skeptical about his response because prior to using this ISP I never had the problem with Yahoo using more or less the same configuration. (Both require authentication, POP3, etc.) Yahoo always accepted outgoing messages on the first try.
    Has anyone else seen this problem and can they share advice on what they did to fix it, or is the ISP blowing smoke up my skirt?

    I am also having problems sending mail. This has occurred for the past 6 weeks or so. Typically, I receive the drop down message about my ISP server: "Cannot send message using the server smtp.telus.net.....". I click the "try again later" button, open the Outgoing Mail box on Mail, click on the unsent email and it usually makes it out. This has become an annoying 4-step mail process.
    I contacted my ISP and they did their little tests and said that it all of my settings are fine (I wasn't surprised; I haven't changed anything) and said that I should contact my Mail client, Apple.
    I encounter the same problem regardless of who or how I send the mail...if I send to an address on the same ISP server, to mac.com, to yahoo, to private website accounts, etc. I've tried sending through mac.com, through my website account, etc. Nothing changes.
    From the many posts about this problem, it seems to be widespread.
    And sometimes, just sometimes, Mail sends my mail just like it did in the "good old" days, on the first click or keyboard shortcut.
    Has anyone found a workable solution to this annoying problem?
    I miss my Comm/Shift/D

  • Having problem sending e-mails.  There's a message on the screen saying that "the sender address was rejected by a server.

    I'm having problem sending e-mails.  There's a message on the screen after I press send saying that "The sender adress was rejected by a server.

    Check the outgoing mail server setting. Make sure that your username and password are in there.
    Settings>Mail, Contacts, Calendars>Your email account>Account>Outgoing mail server - tap the server name next to SMTP and check in the primary server and make sure your username and password are entered and correct - even if it says that the password is optional.

  • Is anyone else having trouble sending mail?  I have a MobileMe subscription - not sure whether that is the problem.  The Port assigned to my mail account on my iMac has a different number for the one recommended by Apple, but I hesitate to change it.

    Is anyone else having trouble sending mail on an iMac running 10.6.8.  I get a messsage that the server can't be accessed.  Apple help suggests using a different port from the one that was originally set.  I have a Mobile Me account.  Any suggestions?

    I had major issues with the iPhone 4s battery, however it’s resolved.
    The tech who set the phone up at the Apple store did so with little training.
    if you have a mobile me account. First go and move all your data to the cloud by going on your computer and logging in at me.com/move. The cloud has replaced mobile me, so there is no need for those two accounts
    Also make sure that for any of your email accounts you set them up to fetch, not push. My tech person set them all to have the email servers push data to the phone. The new iphone4s antenna is extremely strong so it will continually try to access stuff that is pushed–***** a lot of battery life doing this. It makes it worse if you have exchange 2010 accounts. Something about changes made to exchange really suck battery life from devices that access such accounts.
    turning of locator and the push notifications from facebook--they have a lot!

  • Hi I am having problems removing mail from trash folder. Can anyone help please

    Hi I am having problems removing mail from trash folder. I can send mails to the folder but cannot delete them permanently from the trash folder. I am using Iphone 3G and anm up to date with OS. Can anyone help please

    Check that there isn't a different Trash folder to the one with the proper Trash symbol on it.
    If you see one in your list of folders rather than a separate one, highlight it, then click on Mailbox...Use this mailbox for...Trash

  • I have an Ipad 2 and are having problems sending out emails in one of my email address. I always get a message reading the email was not sent because the server does not allow relaying. This is an email account POP3. I have no such problem with gmail.

    I have an Ipad 2 and are having problems sending out emails in one of my email address. This is a POP3 email Account? I always get a message reading that the email was not sent because the server does not allow relaying. I have no such problem with gmail. What could be the problem and how do I resolve this. Is it about settings?
    Richard.

    Welcome to the Apple community.
    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact Apple ID Support, upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    The operator will take you through some steps you may have already tried, however they need to be sure they have exhausted all usual approaches before trying to reset your account, so you should try to be helpful and show patience with the procedure.
    The operator will need to verify they are speaking to the account holder and may ask you some questions that only the account holder could know, and you will need to answer them if the process is to proceed.
    Once the operator has verified your identity they will send a message through to your device which contains an alpha numeric code, which you will need to read back to them.
    Once this has been completed they will send an email to your iCloud email address after a period of 24 hours, so you should check that mail is enabled in your devices iCloud settings.
    Upon receipt of the email, use the reset link provided to reset your password, after which you should be able to make the adjustments to iCloud that you wish to do.

  • Has anyone an Intermittent Problem sending mail from Mac OS X (10.6.8)?

    I have a Mac mini operating on Mac OS X(10.6.8) Snow Leopard. In the last couple of weeks I have been having intermittent problems sending mail from Mac MAIL, especially if I hit the reply button.  It whirls around for ever and then tells me to 'Try Later' or 'Try Again'.  When I shut down my computer and open up mail again, I hear the mail whizzing off.  I have just tried it now and it went in the time that it has taken me to compose this email. But sometimes the mail doesn't go at all. Could it me because I have too many messages in my inbox and sent boxes (around 1000 in each)?  I read somewhere that you should delete Mail in library/pref/com.apple.mail.plst and reinstal it.  But I'm frightened to do this in case I can't re-instal it as I don't know how to.

    I have a Mac mini operating on Mac OS X(10.6.8) Snow Leopard. In the last couple of weeks I have been having intermittent problems sending mail from Mac MAIL, especially if I hit the reply button.  It whirls around for ever and then tells me to 'Try Later' or 'Try Again'.  When I shut down my computer and open up mail again, I hear the mail whizzing off.  I have just tried it now and it went in the time that it has taken me to compose this email. But sometimes the mail doesn't go at all. Could it me because I have too many messages in my inbox and sent boxes (around 1000 in each)?  I read somewhere that you should delete Mail in library/pref/com.apple.mail.plst and reinstal it.  But I'm frightened to do this in case I can't re-instal it as I don't know how to.

  • For users having problems with Mail functionality...

    Hello! I have been having problems with Mail functionality as well, so, I took a few steps to see if I could solve the problem on my own.
    My problems were:
    Mail would freeze when sending mail, or, when I pressed quit, it would freeze.
    If I toggled between inboxes too much it would freeze up.
    Even after trying the many techniques others offered on this board, Mail still froze up. So.. here's what I did:
    1.) Turn off the auto-retrieve mail function in the preferences/general menu. Set it to a manual check. Just check it yourself every once in awhile. It may not be as convenient, but it works, trust me.
    2.) Under the fonts and colors menu, set all three fonts to the SAME font (mines Century Schoolbook, but anything works) and turn off fixed-width font. Sometimes mail has a tough time decoding and working with texts, and causes it to freeze.
    3.) Clean our your main inbox! Place the emails that you want to keep, but don't need to be in your inbox in a new folder on your inbox bar (mines aptly named 'Saved Messages.' That way, when you open up Mail to your default account, it doesn't have 1,000+ messages to index. Also, try to keep the inboxes from having more than 100-200 messages per. It seems to frown on any more than that.
    After trying these three easy, steps, restart mail and see if things run smoother. I have had no problems since these changes, and mail runs a ton better. Plus you don't have to worry about deleting your library/mail folder anymore. Let me know if things work out so I can see if my theory is a universally proven thing. Thanks and good luck!
    iMac G5 20"   Mac OS X (10.4.5)  

    Good question. I have worked very little with IMAP other than as a testing device, so, on a daily routine I cannot say how it would function. However, I can only expect that by having the option to download all emails for offline viewing selected, you are right in it being a lag creator. Another suggestion would be, if you are running a single-computer setup, to have the account delete emails from the server after recieving them on your computer. Thus, you reduce the risk of repeat downloads or unnecessary build-up on the server end. DO NOT select this option if you run multiple computer set ups on one AppleMail account system or you will cause some discrepancies and/or data loss from system to system. Or, if you have emails redirected from a seperate server to Mail (i.e. I redirect mail from my university email account into Mail so that I don't have to go to the web-mail site to check it--> just like Gmail or Yahoo etc etc) you won't be able to check them from the web-based email system if you have the system delete them. Ok that sounded confusing. Solution: have the system remove emails from the server after a week (or any period of time, just not immediately) so that, in the off-chance you need to use the online system, you will have access, and will give you a chance to check the emails on other systems without a threat of data corruption (by corruption i mean that frustrating feeling you get when you can't find that super important email that was in your inbox just 10 seconds ago on your desktop etc.)
    I will see if I can learn anything more about IMAP Ernie. Its definitley the biggest problem source for Mail, POP and .Mac being simple and functional as long as you don't play with the settings too much. As far as the issue of Offline viewing goes, try turning it off and seeing how Mail functions.
    BEFORE you turn it off, however, I recommend saving all of your emails in your inbox as a text file or something so, in case the server burps and has a brain flatuence, you don't lose anything. Been there, done that, thrown the books against the wall in a frustrated rage.
    My only reserve about the Offline Viewing is whether or not Mail will, when you click "recieve mail," have to re-download the emails from the server each time. If so, then it may end up taking longer and lagging more. The issue here is obviously minimizing the amount of activity between Mail and the email server without jeapordizing information on the server or multiple Mail programs on the same account. When we can find that balance, I think Mail's potential will be realized. Keep the questions coming.

Maybe you are looking for

  • Xml file usage

    A customer of mine is using a custom made Real Estate management software which extracts the properties' relevant data to an xml file of about 700.000 lines. I will create a website which will give the website visitor the ability to search for the av

  • Default display filter

    Hello guys. I would like to display files by default by other filter than "by name". I can change the display filter once, but at the restart of Bridge, it displays still by name because it is the "default". How can i change this "default display" ?

  • Client Copy Error on ECC 6.0 System

    Hello, While doing client copy on ECC 6.0 system for Exp 100 to 110... We have check the log in SCC3 status is " Completed with Dictionary Errors". Im getting below error... Target Client 110 Source Client (incl. Auth.) 100 Source Client User Master

  • Integrating Style sheet in WD abap

    Hi,   I need to integrate Style sheet in WDA,the style sheet holds all the data and format of displaying,is it possible to directly call style sheet in view... Thanks Chinna

  • Mainstage 2 between keyboard and tone generator

    I'm having some problems trying to do the following: I have a keyboard (midi controller) and a tone generator. I want to create different controls that respond to the keyboard knobs and then send midi messages to the tone generator. This way I would