Grayed-out "Send" button

Yesterday I had no problems sending messages, but this morning when I tried to send an email, the "Send" button is grayed out, not allowing me to send any messages. I tried changing the recipient, but it's grayed out on any message that I try to send.
Any ideas? Thanks.

Probably an "offline" SMTP server.
Meaning under "accounts" pref in Mail. There is a server that is listed under "Outgoing Mail Server (SMTP)" is probably listed as offline. If you click on it, the option to bring it back online should be presented.

Similar Messages

  • Disable/Gray Out Delete Button in SRM

    Hi All,
    In the menu Shopping cart Status, I could able to see all the shopping cart.
    Now the requierment is , DELETE button should be disable/gray out  if there is any corresponding PO for that SC.
    Please let me know how to do this. I tried with BADI BBP_UI_CONTROL_BADI. But this will hide alll the SC's irrespective of PO's.
    Please let me know any other way to do this?
    I am working on SRM 5
    Regards,
    Nikhil V.Kumar

    Hi,
    Please try this
    <<Link farm removed>>
    Thank You,
    Thanks,
    AMS
    Edited by: kishan P on Aug 30, 2010 5:38 PM

  • Gray out print button if status is blocked

    Hello Experts,
    I'm new to module pool programming.
    I have one application developed by implementers, In that we need to gray out the print button when the status of the LC is blocked.How can i achive it.
    Suggestions plz...
    Thanks in advance.
    Indra

    Hi,
       In the PBO of the screen in the status module write this
    DATA FCODE TYPE TABLE OF SY-UCOMM.
    if   LC . -
    wat ever ur condition
    APPEND 'PRINT' TO FCODE.
    endif
      SET PF-STATUS '9013' EXCLUDING FCODE.
    this will exclude the button wen ur condition will satisfy

  • Running 10.4.8.  Grayed out "Send" Icon on Newly Composed Email

    Help! Woke up this morning and "send" icon is grayed out on newly composed email but active on reply emails to received messages.  Ran permissions repair.  Don't really know what to do but extremely annoying (and weird).  Did not make any changes to systems.  Any advice gratefully accepted!

    Were they saved as drafts?
    You should really update to the final version of Tiger 10.4.11:
    The 10.4.11 Combo Updater for PPC Macs is here:  http://support.apple.com/kb/DL170
    And for Intel Macs here:  http://support.apple.com/kb/DL172

  • Greed out send button

    IiPad Mail my blue send button is greed out? Anybody have a fix?

    Try to reset the device  by holding the sleep and home button for about 10sec, until the Apple logo comes back again. You will not lose any data by resetting, but it can cure some glitches.

  • Need to disable/Grayed out Unreseve button for Order lines

    Hi All,
    In Back to Back order process once the order is progressed, the requisition will be created and Quantity will be reserved for PO to be received.
    Some of our users want go and Unreserve this by the below methods.
    1) Tools --> Scheduling --> Unreserve
    2) Right Click on the order line --> Scheduling --> Unreserve
    We need to Disable or Grayed out this Unreseve option for ATO Flagged lines.
    Can anyone let me know if this is possible.

    Ok , Ned , well your Guidance really worked , thanks alot for that.
    I made it work , though since i am very new to AS3 , i really had to experiment , here is the final Code :
    import flash.events.MouseEvent;
    stop();
    var note1:Mc_Notice1 = new Mc_Notice1;
    var note2:Mc_Notice2 = new Mc_Notice2;
    var notes:Array = [note1,note2];
    //var count:Array = new Array(1);
    var count:int;
    count = 0;
    btnload1.addEventListener(MouseEvent.CLICK , load1);
    btnload2.addEventListener(MouseEvent.CLICK , load2);
    function load1(Event:MouseEvent):void
      addChild(notes[0]);
      notes[0].x = 100;
      notes[0].y = 100;
      count ++;
      trace("Counter Value:" + count);
      if ( count == 2)
      btnnxt.addEventListener(MouseEvent.CLICK , nextframe);
    function load2(Event:MouseEvent):void
      addChild(notes[1]);
      notes[1].x = 100;
      notes[1].y = 100;
      count ++;
      if ( count == 2)
      btnnxt.addEventListener(MouseEvent.CLICK , nextframe);
      trace("Counter Value:" + count);
    function nextframe(Event:MouseEvent):void{
      trace("Mouse Enabled");
      nextFrame();
    Once again , Thanks alot for the help and Guidance
    Best Regards

  • Grayed out lock button on file

    Hi;
    I have two (that I know of) files for which the Lock Button (with Lock invoked) and Ownership and Permissions Detail fields are grayed.
    I can't delete or replace the files.
    Help is appreciated.
    Chris

    You're not the administrator? If the checkbox is dimmed, you probably don't have permission to move or edit the file.
    Check out the following KB Articles:
    http://support.apple.com/kb/TS1402 Unable to move, unlock, modify, or copy an item in Mac OS X
    http://support.apple.com/kb/HT2432 Mac OS X: File can't be moved if locked
    !http://i50.tinypic.com/izvwo1.gif!

  • Can we Hide/Gray out Edit button in RFx Screen

    Hi guruzzz...
        I have a requirement, where i have to disable or hide the Edit button in RFx depending on document status. I am new to this SRM do we have any option to do this ( i heard dynamic control class etc.. not sure). I am working in SRM 7.0.
    Thanks and Regards
    Sree

    You'd have to locate the proper WebDynpro component and View information by positioning your mouse on the screen element, such as the column, and right click. On the context menu, select "More Field Help". There you should have -
    General Information About the Application and Component
    Application: /SAPSRM/WDA_L_FPM_OIF
    Web Dynpro Component: /SAPSRM/WDC_AODC_BEV_ACT
    Window Information: IV_L_FPC_CA_DETAILS
    View Information: V_BID_ACTIVITY
    Configuration ID: /SAPSRM/WDCC_AODC_BEV_ACT_RFQ
    Then launch SE80, find the view and enhance it by removing those columns you don't want to have.

  • Gray out delete button (VL02N)

    Hi SDN,
    our customer requests that delete option/button in TCODE VL02N.
    I've traced that TCODE and made a new PFCG role, but didn't found any option or authorization that could hide that option from Transaction.
    Anyone has a clue on this issue ?
    thanks and best regards,
    Pedro Rodrigues

    Hi Siva,
    what do you mean ?
    I've created a new PFCG role and gave the least authorizations possible access the tcode
    Via Trace, I couldn't found any other auth object that it pass throught.
    thanks
    Pedro

  • Gray out item level conditions button in T-code VA02.

    Hi Gurus,
    Here i have one requirement , i want to gray out one button je in Item level Condition button is there in VA02.
    If any one no how to gray out button than please tell me.
    Thanks,
    Namdev.

    NO, not 'update' button its 'Condition' button. and plz tell how to do that?
    Thanks,
    Namdev

  • Wifi is not working its grayed out

    i have my iphone 4s which i jailbreaked feb 6 2014 in ios 7.0.4 and the wifi button grayed out on feb 7 2014 and i restore it on feb 7 2014 and to see if the grayed out ios button start working but nothing happen and i tried to restore it again with the itunes nothing happens. i even tried it through dfu mode nothings happen. please help me to fix this problem. 

    That is because the freezer trick is a temporary fix. The wi-fi chip is bad, and it needs to be replaced. No one here can discuss you opening the device since that voids the agreement with Apple. It is not that this place is useless, it is that you have to get something done to your phone, you need to use the Authorized Apple Service Provider. They handle warranty claims in your area.

  • AT300 Auto-rotate grayed out

    Auto rotate does not work. The option is grayed out, physical button works correctly. I switched the button to lock volume and power and it works. Also I did a factory reset and fixed my issue, but after restarting tablet problem started all over again. Latest updates installed. What could be causing this?

    just started having the same problem.  did you get it fixed or know how to contact someone?

  • On a new mail message in Yosemite there is no Send button or icon.  Only a grayed out word that says "send.  I can receive mail but not send because nothing at top of email allows sending

    On a new mail message in Yosemite there is no Send button or icon.  Only a grayed out word that says "send.  I can receive mail but not send because nothing at top of email allows sending.  Please help.  This is true of two .me accounts I have.

    Hi,
    It may pay to send a Screen Shot of the Connection Doctor info.  (see the Window Menu)
    It would seem the IMAP or POP side is logged in bit the out going STMP server is not.
    8:27 pm      Monday; December 22, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Send button grayed out

    Hi,
    I went to respond to an email today in Apple's Mail program and am not able to send the email. I am using my mobileme account. Basically I hit "Reply", write my email, and the go to press "Send" but the button is grayed out and inactive. I have never experienced this before so I am a bit puzzled. Mail is receiving emails still and is saving drafts locally that are syncing online so it does not appear to be a connection issue.

    OK...I believe I have resolved the issue. My Mobileme SMTP server info disappeared. What would cause this information to disappear overnight?

  • On my daughters iPad mini she can not send messages. She can receive them but the send button stays light gray after you type a message. It worked when we first set it up but now it does not. Tried resetting and logging out and back in. With no change.

    I can not send messages on an iPad mini the send button stays light gray and will not send. I can receive. I reset and logged out and back inn with no results. It worked fine when we first set it up. Any suggestions?

    Hello iMessage issues 1234,
    Thank you for the details of the issue your daughter is experiencing with sending messages on the iPad.  It sounds like you might have the Subject Field turned on. To disable this go to Settings > Messages > Show Subject Field.
    iPhone User Guide - Messages settings
    http://help.apple.com/iphone/7/#/iphf2d853e3
    If the Subject Field is not enabled but messages are still not sending, I recommend continuing with the following article:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for

  • Report Calculation

    We have a report that calculates monthly interest charges so we can do debit memos each month (#4395 Interest to be Charged). We are currently compounding interest each month - the interest calculation takes the entire past due balance (including pre

  • Selective Cache-control in the web server

    I am using weblogic 8.1 as the app server and Sun one 6.1 as the web server In my obj.conf of the web server we have this PathCheck fn="set-cache-control" control="private" This caches all the pages. But I don't want some pages to be cached in our si

  • Help! Saving a PDF out of Illustrator and the PDF is cropped on the right and bottom. Artboard size is fine.

    We're having a weird issue with Illustrator that rarely can be replicated. When we're saving a file as a PDF, sometimes the PDF gets cropped to the right and bottom and we're not quite sure why it's happening. Sometimes we'll just go an open the Illu

  • ITunes update causes program to lock up.

    I just updated iTunes on a windows 7 64 bit system and it now locks up half way into playing a song, or 5 songs into copying a CD to my library.  I never had any challenges with this until this update.  I am going to try to re-install, but wondering

  • HT4623 cannot activate iphone

    i have recently purchased an i phone from ebay and it is at the factory settings. i put the country in and the language and connect it to my wifi then it says activating may take few minuted but fails saying -activation service is temporeraly un avai