Auto send & receive on startup

Can I configure Thunderbird to auto send & receive on startup.

Tools menu (alt+T) > OPtions > advanced > network and disk space
Offline settings button.
go offline before you close Thunderbird.
Otherwise get used to the fact that mail is sent when you select the send button and download occurs on startup and on schedule.

Similar Messages

  • Outlook 2010 won't send/receive at startup or at scheduled intervals

    I've searched through some of the forums, but can't seem to find anything... I have a user who's Outlook 2010 won't do a send/receive at startup, nor at the scheduled intervals I have it set to.... It works in safe mode, so I have everything set right, but
    when I try to go in the regular way it won't work... I've unchecked all add-ins to make them inactive, one at a time until they all were, and it still wouldn't work properly.
    I've created a new profile... confirmed the send/received settings under File>Options>Advanced>Send/Receive....
    Any other suggestions?

    Hi,
    Do you have any kind of virus scanner integration? It may expose itself as an add-in in Outlook, try to disable it and check the result.
    Please also try if this issue persists after you create a new Send/Receive Group.
    Click File, and then click Options.
    Click the Advanced tab.
    In the Find Send and Recieve section, click Send/Recieve.
    Under Group Name, click the group, and then click Copy.
    Under Send/Receive Group Name, type the new group name, and then click OK.
    Under Group Name, click the old group name.
    Under both When Outlook is Online and When Outlook is Offline, click to clear the check box for Include this group in Send/Receive (F9).
    Click Close.
    Quit Outlook, and then restart Outlook.
    More details in: http://support.microsoft.com/kb/312336/en-us
    I hope this helps.
    Regards,
    Melon Chen
    TechNet Community Support

  • Outlook 2013 not auto sending/receiving

    I have contacted the "answer desk" and tried every suggested fix I have found but Outlook will not go out to the server to get messages unless I do a manual send /receive. The answer desk rep told me I had too
    many accounts which has no connection with Outlook actually trying to send or download messages.  I spend more than an hour with that rep. Anyone solved this yet?

    Please create a new Send/Receive group in Outlook and check if it helps:
    Click File, and then clickOptions.
    Click the Advanced tab.
    In the  Send and Recieve section, clickSend/Recieve.
    Under Group Name, click the group, and then clickCopy.
    Under Send/Receive Group Name, type the new group name, and then clickOK.
    Under Group Name, click the old group name.
    Under both When Outlook is Online andWhen Outlook is Offline, click to clear the check box forInclude this
    group in Send/Receive (F9).
    Click Close.
    Quit Outlook, and then restart Outlook.
    If the above step fails, create a new profile for Outlook and check if the issue occurs in there:
    http://support.microsoft.com/kb/829918
    Tony Chen
    TechNet Community Support

  • Problem while sending/Receiving request using the HttpURLConnection obj

    Hi,
    We are facing the problem while passing the request in Weblogic.
    Looks like there is some problem with Weblogic while sending/Receiving the request using the HttpURLConnection object.
    Currently we are migrating 2 applications to WebLogic. Application1 to application2 request should pass.
    Below is some example we tried:
    "When we send a request to our code using the SSOAdaptor code (which handles the request/session in our application) which is on the SunOne server the request parameters are received by our code successfully. And also in Create User Functionality of application1 we are sending a request to webpass(which is on Sunone Server) using the HttpURLConnection object and the SOAP request is received successfully by the Webpass."
    Looks like when we send request (using HttpURLConnection) from a server other than Weblogic to a servlet in a Weblogic the request parameters are received with out issues.
    Where as when the request is sent from WebLogic to WebLogic the request parameters are missing some how.
    Is there any issue in Weblogic? Please helpus on this.
    Thanks,
    Nagesh
    Edited by: user9307541 on Mar 15, 2010 5:08 AM

    Hi,
    Please find below scenario for testing.
    We have tested the SSOAdaptor code (it is the fucntion name which will send the data from source) locally by hittiing the WPS adaptor URL in a Java client program(TestRequest.java) and the request parameters were reaching the WPS Adapter successfully.
    Then we have written two test servlets to test the communication between SSOAdaptor(TestServlet.java) and WPS adaptor(WPSServlet.java).
    Functionality of TestSevlet: It is sending a request to WPSServelt similar to the way we are doing it in SSOAdaptor.
    Functionality of WPSServlet: It will receive the request parameters and write the parameter Map to console.
    We have deployed and these two servlets(in a single webapplication) on Tomcat server and the request parameters are reaching the WPSServlet successfully.
    Output on Tomcat server:
    before sending request
    **********************Inside WPS Servlet -- the request Map is:{TypeAcc=[Ljava.lang.String;@14e3f41, ServiceName=[Ljava.lang.String;@1acd47, GMEPortalUserID=[Ljava.lang.String;@19b04e2, UserID=[Ljava.lang.String;@5dcec6, Country=[Ljava.lang.String;@b25b9d}
    after sending request
    After this we have deployed these two servlets (with in a single webapplication) on the Weblogic server in Dev machine(path: /apps/usmport/domains/usmport/servers/usmport_admin/upload/ssoAdaptor/WEB-INF/classes/com/gm/gmeportal/security/adaptor) and
    now the request parameters are not reaching the WPSServlet.
    Output on Weblogic Server:
    before sending request
    **********************Inside WPS Servlet -- the request Map is:{}
    after sending request
    Looks like there is some problem with Weblogic while sending/Receiving the request using the HttpURLConnection object.
    When we send a request to WPSAdaptor using the Old SSOAdaptor code which is on the SunOne server the request parameters are received by WPS successfully. And also in Create User Functionality of Portal we are sending a request to webpass(which is on Sunone Server) using the HttpURLConnection object and the SOAP request is received successfully by the Webpass.
    Looks like when we send request (using HttpURLConnection) from a server other than Weblogic to a servlet in a Weblogic the request parameters are received with out issues. Where as when the request is sent from weblogic to weblogic the request parameters are missing some how.
    Please find below javs source code used to test this:
    TestRequest.java
    import java.io.BufferedReader;
    import java.io.DataOutputStream;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.io.OutputStream;
    import java.net.HttpURLConnection;
    import java.net.MalformedURLException;
    import java.net.URL;
    public class TestRequest {
         * @param args
         public static void main(String[] args) throws Exception{
              // TODO Auto-generated method stub
              excutePost("http://localhost:8080/Testing/TestServlet", "GMEPortalUserID=captest.wss@it0555&UserID=bl1133&Country=it&TypeAcc=256&ServiceName=Logon");
              //System.out.println("********** Now the request is from SSO *****************");
              //excuteGet("http://10.156.0.173:7013/channel21/wpsadapter", "GMEPortalUserID=captest.wss@it0554&UserID=bl1133&Country=it&TypeAcc=256&ServiceName=Logon");
         public static String excutePost(String targetURL, String urlParameters)
         URL url;
         HttpURLConnection connection = null;
         try {
         //Create connection
         url = new URL(targetURL);
         connection = (HttpURLConnection)url.openConnection();
         connection.setRequestMethod("POST");
         connection.setRequestProperty("Content-Type",
         "application/x-www-form-urlencoded");
         connection.setRequestProperty("Content-Length", "" +
         Integer.toString(urlParameters.getBytes().length));
         connection.setRequestProperty("Content-Language", "en-US");
         connection.setUseCaches (false);
         connection.setDoInput(true);
         connection.setDoOutput(true);
         //Send request
         DataOutputStream wr = new DataOutputStream (
         connection.getOutputStream ());
         wr.writeBytes (urlParameters);
         wr.flush ();
         wr.close ();
         //Get Response     
         InputStream is = connection.getInputStream();
         BufferedReader rd = new BufferedReader(new InputStreamReader(is));
         String line;
         StringBuffer response = new StringBuffer();
         while((line = rd.readLine()) != null) {
         response.append(line);
         response.append('\r');
         rd.close();
         System.out.println("Response is:" + response);
         return response.toString();
         } catch (Exception e) {
         e.printStackTrace();
         return null;
         } finally {
         if(connection != null) {
         connection.disconnect();
         public static String excuteGet(String targetURL, String urlParameters) throws Exception
              URL url = new URL(targetURL);
              HttpURLConnection httpurlconnection =
                   (HttpURLConnection) url.openConnection();
              /*httpurlconnection.setRequestProperty(
                   "cookie",
                   constructRequestParams(httpservletrequest.getCookies()));*/
              httpurlconnection.setDoOutput(true);
              httpurlconnection.setDoInput(true);
              httpurlconnection.setRequestProperty(
                   "Content-length",
                   String.valueOf(urlParameters.length()));
              OutputStream outputstream = httpurlconnection.getOutputStream();
              outputstream.write(urlParameters.getBytes());
              outputstream.flush();
              //Get Response     
              try{
         InputStream is = httpurlconnection.getInputStream();
         BufferedReader rd = new BufferedReader(new InputStreamReader(is));
         String line;
         StringBuffer response = new StringBuffer();
         while((line = rd.readLine()) != null) {
         response.append(line);
         response.append('\r');
         rd.close();
         System.out.println("Response from SSO is:" + response);
         return response.toString();
         } catch (Exception e) {
         e.printStackTrace();
         return null;
         } finally {
         if(httpurlconnection != null) {
              httpurlconnection.disconnect();
    TestServlet.java
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.io.OutputStream;
    import java.net.HttpURLConnection;
    import java.net.URL;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    * Servlet implementation class TestServlet
    public class TestServlet extends HttpServlet {
         private static final long serialVersionUID = 1L;
    * Default constructor.
    public TestServlet() {
    // TODO Auto-generated constructor stub
         * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)
         protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
              // TODO Auto-generated method stub
              doPost(request,response);
         * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response)
         protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
              // TODO Auto-generated method stub
              //System.out.println("********************** the request Map is:" + request.getParameterMap());
              try {
                   System.out.println("before sending request");
                   excuteGet("http://localhost:7003/ssoAdaptor/WPSServlet", "GMEPortalUserID=captest.wss@it0554&UserID=bl1133&Country=it&TypeAcc=256&ServiceName=Logon");
                   System.out.println("after sending request");
              } catch (Exception e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
         public String excuteGet(String targetURL, String urlParameters) throws Exception
              URL url = new URL(targetURL);
              HttpURLConnection httpurlconnection =
                   (HttpURLConnection) url.openConnection();
              /*httpurlconnection.setRequestProperty(
                   "cookie",
                   constructRequestParams(httpservletrequest.getCookies()));*/
              httpurlconnection.setDoOutput(true);
              httpurlconnection.setDoInput(true);
              httpurlconnection.setRequestProperty(
                   "Content-length",
                   String.valueOf(urlParameters.length()));
              OutputStream outputstream = httpurlconnection.getOutputStream();
              outputstream.write(urlParameters.getBytes());
              outputstream.flush();
              //Get Response     
              try{
         InputStream is = httpurlconnection.getInputStream();
         BufferedReader rd = new BufferedReader(new InputStreamReader(is));
         String line;
         StringBuffer response = new StringBuffer();
         while((line = rd.readLine()) != null) {
         response.append(line);
         response.append('\r');
         rd.close();
         //System.out.println("Response from SSO is:" + response);
         return response.toString();
         } catch (Exception e) {
         e.printStackTrace();
         return null;
         } finally {
         if(httpurlconnection != null) {
              httpurlconnection.disconnect();
    WPSServlet.java
    import java.io.IOException;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    * Servlet implementation class WPSServlet
    public class WPSServlet extends HttpServlet {
         private static final long serialVersionUID = 1L;
    * @see HttpServlet#HttpServlet()
    public WPSServlet() {
    super();
    // TODO Auto-generated constructor stub
         * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)
         protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
              // TODO Auto-generated method stub
              System.out.println("**********************Inside WPS Servlet -- the request Map is:" + request.getParameterMap());
         * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response)
         protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
              // TODO Auto-generated method stub
              doGet(request,response);
    Thanks,
    Nagesh

  • Why does mail auto send a blank reply?

    Why does Mail auto-send a blank reply to every new email I receive?

    One of your mail rules may be doing it.

  • Mail Exchange 2013 auto send some email to strange domain

    My mail server is ok now. i can send and receive fast.
    but some time it is auto send email to strange domain and continuous send to [email protected] 
    PLEASE HELP ME, thanks
    Identity: Mail01\30101\25804163514390
    Subject: Undeliverable: TODAY: Apple Macbook Pro for $23.38?
    Internet Message ID: <[email protected]>
    From Address: <>
    Status: Ready
    Size (KB): 12
    Message Source Name: DSN
    Source IP: 255.255.255.255
    SCL: -1
    Date Received: 4/10/2014 8:08:02 PM
    Expiration Time: 4/12/2014 8:08:02 PM
    Last Error: 400 4.4.7 Message delayed
    Queue ID: Mail01\30101
    Recipients:  [email protected];2;2;400 4.4.7 Message delayed;0;CN=Directly to Internet,CN=Connections,CN=Exchange Routing Group (DWBGZMFD01QNBJR),CN=Routing Groups,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative
    Groups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=elgaucho,DC=asia
    AND 
    Identity: Mail01\158323\14873471746194
    Subject: Delivery delayed:Inbound proxy probe
    Internet Message ID: <[email protected]>
    From Address: <>
    Status: Ready
    Size (KB): 10
    Message Source Name: DSN
    Source IP: 255.255.255.255
    SCL: -1
    Date Received: 12/25/2013 4:48:12 PM
    Expiration Time: 12/27/2013 4:48:12 PM
    Last Error: 400 4.4.7 Message delayed
    Queue ID: Mail01\158323
    Recipients:  [email protected];2;2;400 4.4.7 Message delayed;0;CN=Directly to Internet,CN=Connections,CN=Exchange Routing Group (DWBGZMFD01QNBJR),CN=Routing Groups,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First
    Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=elgaucho,DC=asia

    Hello,
    As the Vishwanath's provide the article, Exchange 2013 automatically creates several HealthMailbox<guid> objects in Active Directory which are used by Managed Availability to send e-mails through Exchange to verify mail flow every few minutes. These
    e-mails are used to do health checks for resources from Frontend Transport role to Hub Transport and health checks on mailbox database resources.
    Additional article for your reference.
    http://exchangeserverpro.com/exchange-server-2013-inboundproxy-com-ndr/ (Note: Microsoft is providing this information as a convenience to you. The sites are not controlled
    by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link)
    Cara Chen
    TechNet Community Support

  • I can't send/receive any message/call but I can connect to the internet. What's wrong?

    I can't send/receive any message/call but I can connect to the internet. What's wrong?

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • I can call out but all incoming calls are going directly to VM with no signal that I missed a call or have VM. I can send/receive text messages from other iPhone/iPad/iTouch users, I am assuming this is really "iMessage." Is it apple software?

    I have spent hours on the phone with Apple and AT&T. I went thought reset, on/off, etc, etc with both companies to no avail. Each company pointed fingers at the other....as being the source of the problem.
    Problems: Suddenly ALL  incoming calls were going directly to VM with no signal I missed calls and/or had VM. I was also unable to receive all Text Messages...Oddly, I could send text messages to anyone (even non-apple users but I could not receive their responses)........then I when I got home I started receiving text messages from other apples users ONLY. I assume now - iMessage kicked in and I could text (send/receive)  other iPhone/iPad/iTouch users ONLY. ....yes, I could still (send) text messages to my husband's blackberry (he received my messages fine) but my phone would NOT receive his text respones.
    Finally, I googled the problem and found this community where other people have had the exact same problems! One person said he "turned off 3 G" which was the solution for him....so I did the same and VIOLA! My problem  solved! Nevermind the fact that I pay for 3G and cannot use it....so here's my question, if 3G is the problem on my phone is this an APPLE issue or a NETWORK problem? Do I purchase a new phone and slip in my same SIM card and hope the same does not occur or do I get a whole new SIM card and phone? What is the long term resolution to this problem?
    I am happy however to find that my problem is NOT an isolated incident and wish Apple or AT&T had told me this is not so uncommon because I thought (based on the baffled response from Apple) that this has never occurred before.  Where is Steve Jobs when we need him?

        jsavage9621,
    It pains me to hear about your experience with the Home Phone Connect.  This device usually works seamlessly and is a great alternative to a landline phone.  It sounds like we've done our fair share of work on your account here.  I'm going to go ahead and send you a Private Message so that we can access your account and review any open tickets for you.  I look forward to speaking with you.
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • Can't group text or send/receive picture messages! Please Help!

    Hell Everyone,
    so I just recently switched from my Iphone back to my blackberry for simplicity/practical reasons...I couldn't deal with the iphone anymore. In doing so, I came across a problem. I am not able to send group texts or send/receive mms. Everytime I try to do so, the text has a red 'X' next to it showing that it didn't go through. I am currently with ATT and have tried calling them to resolve it but no one knows.
    here are some of the steps I took to resolve it
    1. Resetted to Factory Settings - Did not work
    2. Made sure all the settings in my text message options is selected properly - Did not work
    3. Deactivated iCloud/iMessage on my previous iPhone - Did not work
    4. Called ATT and had them make sure BB Data plan was on my plan, and it was - Did not work
    Can someone please help?
    Thank you,
    Pogos

    Hi and Welcome to the Community!
    With a strong carrier network signal (e.g., not merely WiFi), I suggest the following steps, in order, even if they seem redundant to what you have already tried (steps 1 and 2 each should result in a message coming to your BB...please wait for that before proceeding to the next step):
    1) Register HRT
    KB00510 How to register a BlackBerry smartphone with the wireless network
    Please wait for one "registration" message to arrive to your Messages app
    2) Resend Service Books
    KB02830 Send the service books for the BlackBerry Internet Service
    Please wait for "Activation" Messages, one per already configured email account, to arrive in your Messages. If you have no already configured email accounts, please wait 1 hour.
    3) Reboot
    With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes.
    See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    Hopefully that will get things going again for you! If not, then you should re-contact your mobile service provider for formal support...be sure to request their dedicated BB support group. MMS is a specific service level that must be properly enabled on BBs in order to function. Often, the first support group you reach will not understand the proper method for configuring this on BB...but their dedicated BB support group will.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Help with iPad Identifying Phone Numbers in iMessage Send & Receive Settings / iMessage Syncing Help - iOS 6 - iPhone - iPad

    With iOS6, iPhone and iPad users will see that their Send & Receive iMessage settings have updated across their devices to be made available at both phone numbers and email addresses. You may have also seen alerts on one or more of your devices advising that another device is now using the same Apple ID/phone number for iMessage.
    Being able to be reached on iMessage on both Apple ID and phone numbers across devices means that iMessage can keep the same thread and sync across devices.
    Due to having 2 iPhones on different phone numbers running along side my iPad at one time, (whilst I was waiting for my phone number to be moved to a new provider), my iMessage settings on my iPad lost my phone number completely. I thought I would document the steps to recover this for anyone in the same boat.
    1. Check that you are signed in with the same iCloud Account on both iPad and iPhone.
    2. Turn off iMessage on your iPad from Settings > Messages.
    3. On your iPhone, go to Settings > Messages > Send & Receive. You should see your phone number and your iCloud email address in the 'Your can be reached by iMessage at:' list. Make sure both are ticked.
    4. At this point, I synced my iPhone with iTunes, then synced my iPad with iTunes.
    5. On your iPad, turn iMessage back on - your phone number should now show in the 'You can be reached by iMessage at:' list. Tick the phone number. You should receive an alert on your iPhone.
    This should resolve the issue.
    With the above set up and with the iOS 6 updates, iMessage should now sync fine across devices however I have still found the most successful way to run iMessage is to always start new conversations from your Apple ID and to start new threads by addressing the first message to an Apple ID from an Apple ID.
    To do this, go to Settings > iMessage > Send & Receive and tick your Apple ID in the 'Start new conversations from:' list, then start a new iMessage thread to the recipients Apple ID. This way, the thread will sync across iPad and iPhone. Note that a thread set up this way will not fall back on SMS, so you get a clean iMessage thread. This method also worked/works on iOS 5, as long as you send the first message of a new thread from an iPad (which can only send via Apple ID) to an Apple ID.
    Hopefully this helped someone!

    ipad has no phone number, you use a same email address for both devices. and set it in Settings>Messages>Send & Receive

  • Haven't been able to send/receive iMessages since upgrading from 4s to 6 plus

    I bought iphone 6 plus 64G to upgrade from my iPhone 4S. I have not been able to send or receive iMessages to iPhone users in my contacts with my cell number. It always uses my email when I create a new iMessage and is able to send that way. I cannot receive iMessages from iPhones to my cell number. which is a huge problem. I have tried turning iMessages on and off and resetting my network and nothing seems to be working. How can I resolve the problem?

    If you turn iMessage off and on, does it activate? If not, then see this troubleshooting support document. If you have difficulty activating FaceTime or iMessage - Apple Support
    If it does activate, the go to Send & Receive and see if your phone number is listed there. It should be grayed out and checked.

  • While send/receive email, I have received an error message "Sending of password d"? However with same login details, I am able to login with other application.

    While send/receive email, I have received an error message "Sending of password d"?
    However with same login details, I am able to login with other application.
    I have changed password still the issue remains as it is.

    https://support.mozilla.org/en-US/kb/cannot-send-messages

  • Thunderbird config to send/receive email

    I tried configuring Thunderbird to send/receive email from my new verizon fios account.  Simple Pop3 - how hard can it be?  Well, using the settings provided, I am unable to send or receive email.  I called and talked to tech support and they said they don't support Thunderbird, but I could talk to 'premium' support since they have no support boundaries.  Well, I don't think I should have to pay to get my email setup to a POP3 client. 
    Here's my current config:
    Mozilla Thunderbird 2.0.0.23
    Account:
    Server Type: POP Mail Server
    Server Name: incoming.yahoo.verizon.net
    Port 110
    User Name: myname
    Security Settings: Use Secure Connection: never
    Use secure authentication - not checked
    SMTP Server
    Server Name: outgoing.yahoo.verizon.net
    Port: 25
    User secure connection: no
    When trying to send an email I get:
    Sending of message failed.  The message could not be sent because connecting to SMTP server outgoing.yahoo.verizon.net failed.  The server may be unavailable or is refusing SMTP connections.  Please verify...
    When I try to get mail I get:
    Sending of password did not succeed.  Mail server incoming.yahoo.verizon.net responded:  Error logging in.  Please visit http://mail.yahoo.com
    Any help would be appreciated.

    winsomesmile wrote:
    That was the one thing the tech told me on the phone - to use verizon.yahoo.net for incoming and outgoing instead of verizon.net
    Other than that, I'm not sure where else to check that that is correct.
    If the agent told you to use the Yahoo servers, they were probably right. If you want to verify, you can log into your account at www.verizon.net and it should say that you have a Verizon with Yahoo account.
    As for the settings:
    1. Make sure the username and password that you have are the correct ones. Logging in to verizon.net will verify this.
    2. Check your incoming server settings. They should look something like the following image. (Of course, where the example just says "username" your username should be filled in.)
    3. Check your outgoing server settings. They should look something like the following image. (Of course, where the example just says "username" your username should be filled in.)
    4. Make sure that the password you are entering is correct. I suggest typing it out in a notepad then using copy and paste to verify that it is correct, since it will appear as asterisks in Thunderbird. Once you have successfully sent and received a test message, you might consider checking the box for remembering your password, although this is less secure than typing it in every time.
    Hope this helps! If you have any other questions, just let us know.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • Imessages not sending/ receiving.  All texts made to other iphone users produce an error message where it shows as it was unable to deliver, however, the messages go through, but error still comes up after each imessage sent.  this does this for each text

    I have the Iphone 5S.  Over the last few days, I continually get mail delivery errors when imessages are sent to any contacts who have iphones.  I have spoken to my friends/ family who are also on the receiving/ sending end of my messages.  They also say that they are receiving an error/ mail delivery error when they send imessages to my phone.  Text messages are working fine (with other phones that are not iphones) and no delivery errors come up.  However, it is just with me sending or receiving imessages.  I have gone in to settings> messages> send & receive and all my information is right.  I have also attempted to cut the phone off and back on (hard reset as well) and this has not fixed the problem.  I then explored to see if my software was out of date, however, i have the most up to date software for the iphone 5 S.  Does anyone know of a way to fix this problem, as it is annoying to both me and anyone else who has an iphone that sends me a text/ imessage as it will *alert* that there was a delivery failure.
    Please help!!

    There could be a problem with iMessage, although usually when there is an outage these boards are flooded with problems.    It could be a very isolated issue, and if just started all of a sudden, it might be something at Apple.
    Although it is annoying, I would just wait it out a few days and see if it goes away on its own.

  • I have BIS but can't surf, send/receive email, use apps

    i have BB Curve 8520. My BIS was running smoothly (sending and receiving emails real time and surfing the net through BIS), until i noticed when i tried to reply to an email that came in, it won't send. i noticed that it's fluctuating. i was able to send the email after a few minutes... then a few minutes later, i received a replied email from my friend, and when i tried to send my reply, i wasn't able to. also, i can't surf using the browser with the "internet browser" as default. i tried using my wifi and then suddenly all my emails started coming in, all emails that were not able to go through hours ago. my big question was why do i need to turn on wifi just to receive emails. but since i had my BIS for 2 months now, i can send and receive emails and surf through BIS itself without turning on the wifi.  also, i can't use any of my apps like facebook, twitter, yahoo messenger, etc.  They used to work fine with BIS... but now, i have to turn on the wifi connection, so i could log in with them.  aren't these supposed to be running through BIS only?
    I have GPRS on top, not gprs. my carrier says i have active data plan/BIS. but under Services Status..it says Blackberry Internet Service:  Connection:  not connected...
    so, i wiped out my BB and deleted all third party apps. when this was done, i received emails telling me "Your handheld has been registered with the wireless network" and even got "Activation Server" emails telling me that the emails that i have previously set up are now up and running. so i thought my BB is now ok.. i tried surfing, it was okay. after like about 5 minutes, it was down again. tried sending email but can't... i turned on the wifi and boom! the emails started coming in again.i have the Host Routing Tables and my Service Books in my BB. I have GPRS (not gprs) on top which means i have active BIS.  i have registered my HRTs several times... and resending my service books... same thing...
    the big mystery is when i turn on the wifi, the emails suddenly go through and i can send emails. i can open apps that used to only run on BIS. this is ok i guess, but i could never do any of these if i'm not connected to wifi.
    my sister and i have the same BB... i removed my sim and inserted it to her BB and the BIS worked fine... i was able to surf and use apps.. but when i put my sim back on my phone, the problem still exists.  i even used a different sim card that is also subscribed to BIS/data plan, and it still has the same problem... my guess is my carrier is right that my data plan is working ok and that my handheld itself has the problem... 
    i updated my OS, same problem.. wiped it out... used BBSAK, reinstalled OS... numerous battery pulls... same thing... i can receive the HRTs and service books, but after that can't do anything else like i used to... (send/receive emails, use apps like facebook, twitter, ym, etc., can't surf with internet browser - except when wifi is on everything else work fine even emails and apps).. 
    i would really appreciate your help guys.. thanks!

    Hi tarifiq and welcome to the BlackBerry Support Community Forums!
    Can you send me a private message with your PIN so I can check this out for you?
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

Maybe you are looking for

  • Kindly I am not able to open UAE AppStore from my ipad and iPhone

    Kindly I am not able to open UAE AppStore from my ipad and iPhone with my user ID, but note that my password is correct and it gave me "you are not on UAE store, you need to switch to uae store" till now I can't open the store

  • Best Recommended External Hard Drive For IMac 3.1Ghz i5 Core

    Hi Guys!   I'm in need of a external hard drive for my iMac, I have never used a external hard drive for a Mac but i have for Windows PC's I need something Fast & Easy to use,   Thanks in advance!

  • BI Statistics Query - RRI Issue

    Hi Experts, I have copied a BI Statistics querys and customized it. The RRI Options available for the original query are available for the copied query as well. However, I do not want to keep all of them. When i checked  the T.code RSBBS for the copi

  • CR XI used with Visual Studio 2008 Question

    I have been using CR Xi version 11.0.0.1994 with VS2003 with no issues. I have converted my WEB application to VS 2008 and when i goto export a report, to PDF i get the following error: Method 'ISCREditableRTFExportFormatOptions_reserved5' on type 'C

  • Open portal page via HTML URL out of the "Dynamic Navigation"

    Hi everybody, In our portal environment we have a page (page1) in which user can enter date. On another page (page2) in a different navigation node there is a report that shows the data. We want to provide a possibility to navigate directly from page