Mass mail failure: not able scroll down to adjust message?

I tried to sent a mass mail. Apperently there is a problem with it, so now Mail gives a fault message, but i can't scroll down to the options to change the message. That part is outside the computer screen.
I can't close or delete that mail either.

Please refrain from duplicate posting of the same question. Return and continue in your original question, please:
*1 hour ago: https://support.mozilla.com/en-US/questions/863966?s=&as=s
<u>We are '''''unpaid volunteers''''' here to help other users. Sometimes it take a while to get to questions. Please post your question one time, then be patient. If you do not get an answer within 24 hours, then post a reply to your original question, asking for assistance; that will push your question back to the top of the list.</u>
Duplicates:
*1 hour ago (this question)
*11 minutes ago: https://support.mozilla.com/en-US/questions/864002
MODERATOR: Please lock this question '''''and''''' https://support.mozilla.com/en-US/questions/864002

Similar Messages

  • Java based Chat console works fine, but does not automatically scroll down to last chat item

    Hi,
    I am currently facing a problem with a Chat program using jsp (Java Server Pages) where the chat console works perfect except for one little thing.
    The chat window does not automatically scroll down to the last reply in the chat window.
    the code used to scroll down to the last items (based on Netscape) is the following:
    <pre><nowiki>if (navigator.appName.indexOf("Netscape") != -1) {
    isOther = (navigator.appVersion.substring(0,1) == "3");
    isNS4 = (navigator.appVersion.substring(0,1) == "4");
    isNS6 = (navigator.appVersion.substring(0,1) == "5");
    } else if (navigator.appName.indexOf("Microsoft Internet Explorer") != -1) {
    isIE = true;
    } else if (navigator.appName.indexOf("Opera") != -1) {
    isOpera = true;
    } else {
    isOther = true;
    if (navigator.platform.indexOf("Mac") != -1)
    isMac = true;
    if (isOther)
    alert("Sorry but you will have to upgrade your browser to NS4+ or IE4+ for this to work properly.");
    function setScrollProperties() {
    if (isMac) {
    scrollStart = 0;
    scrollEnd = answerFrame.document.height - scrollStart;
    } else {
    scrollStart = 0;
    scrollEnd = answerFrame.document.height - scrollStart;
    function doScroll() {
    documentYposition += scrollAmount;
    window.scrollTo(0,documentYposition);
    if (documentYposition < scrollEnd) {
    setTimeout('doScroll()',slowScrollInterval);
    }else if (moreScrolling){
    moreScrolling = false;
    scrolling = false;
    startScroll();
    }else{
    scrolling = false;
    }</nowiki></pre>
    I cannot see what goes wrong in here and the manufacturer does not know how to fix this either.
    Irritatingly this scrolling function is working normally in IE, Chrome and some other browsers.
    I sure hope you can help me, as this is a very irritating problem that needs to be solved.
    Best regards,
    Corné Snoek

    Hi,
    sorry for such a late reply. I tried modifying the java bean to resize the JScrollPane object also but even that didn't work. Then I hardcoded the size of my Java Bean in my forms code by trial and error. For example, the size of the bean area was 381x169. The values that I had to pass to the "setSize" bean method were 510x195. This made the bean exactly fit the bean area. Seems crazy to me, but there it is.
    Anyway, thank you.
    Manu

  • Not able to down load from I books; will get double book entries,neither will download. Have had issue with this since December.

    Would appreciate any suggestions as to why I am not able to down load books from IBooks. Had worked fine until December.

    How much free space is on the C: drive?

  • HT5622 Not able to down load app to my I phone ?

    Not able to down load app to my I phone using my apple user name and password

    If there are problems with updating then best is to download the full version and uninstall the currently installed version and delete the Firefox program folder to remove any leftover files.
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 9.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible.
    *Do NOT remove personal data when you uninstall the current version or you lose your bookmarks and other data because all profile folders will be removed.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • I have an iphone 4s. able to receive all the incoming mails but not able to send mails through this iphone 4s. please help.

    I have an iphone 4s. able to receive all the incoming mails but not able to send mails through this iphone 4s. please help.

    delete and reinstall the email account.

  • HT1338 Not able to down load itunes updates, error message: corrupt file could not be saved

    Not able to down load itunes updates, error message: corrupt file could not be saved try again another time.  All other update are able to download...... but not Itunes. 
    Note:  My internet service is DSL and very slow (military installation with no other option).

    Not able to down load itunes updates, error message: corrupt file could not be saved try again another time.  All other update are able to download...... but not Itunes. 
    Note:  My internet service is DSL and very slow (military installation with no other option).

  • TS3276 My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    Sorry for the delay...
    I did what you've told me, new account and manually copied my files from Time Machine. I had lots of permissions problems, but at the end, almost everything is in order... It seems it had to be with some of the Apple Preferences, but I can't be sure, as most of them were dumped to the trash can.
    I still don't have my Mail Rules back, unfortunately, although I did goggled some. It is a pity, as I had around 30 or 40 of them, getting my mail in order to each of its mailboxes, but it is a small price as the rest doesn't show the before syntoms.
    Thanks for the help, anyway!!

  • Not able to display javascript alert message from within a pl/sql block

    Hello,
    Can anyone please help me out with this issue. I wanted to display an javascript alert message from within a pl/sql block for an update button. Below is sample code which i am using. P1_ITEM is my hidden item on the report.
    begin
    if :P1_ITEM IS NOT NULL then
    HTP.p ('<script type="text/javascript">');
    HTP.p ('alert(''Please complete the item which is already assigned to you!'');');
    HTP.p ('</script>');
    end if;
    end;
    and I have made this code to be executed conditionally when request = Expression1
    Expression1: SUBMIT
    The thing is I am not able to display an alert message when the update button is clicked.
    Can anyone please help me with this one.
    Thanks,
    Orton

    varad but I also have an update statement within that block for the update button something like this i want to achieve.
    begin
    if :P1_ITEM IS NULL THEN
    update sample_tbl
    set col1 =:APP_USER,
    col2 = 'Y'
    where pk_col = ---;
    commit;
    HTP.p ('<script type="text/javascript">');
    HTP.p ('alert(''Successfully assigned an item!'');');
    HTP.p ('</script>');
    end if;
    if :P1_ITEM IS NOT NULL then
    HTP.p ('<script type="text/javascript">');
    HTP.p ('alert(''Please complete the item which is already assigned to you!'');');
    HTP.p ('</script>');
    end if;
    end;
    thanks,
    Orton

  • Hi,  Trying to log in with my user id and password at iocbc but was not able to access. Problem message shown : Applet not initialised or may not be supported. Please refresh the page or check the browser setting  Anyone can advise? or i need to download?

    Hi,
    i have the same problem?
    Trying to log in with my user id and password at iocbc but was not able to access.
    Problem message shown : Applet not initialised or may not be supported. Please refresh the page or check the browser setting
    Anyone can advise?

    You need to install Java for your Mac OS version, and/or make sure it's enabled in the Java Preferences application and your browser's preferences.

  • I am not able to sign into i message, it keeps giving me a message "could not sign in. Please check your network connection and try again" Please help!!

    i am not able to sign into i message, it keeps giving me a message "could not sign in. Please check your network connection and try again" Please help!!

    FaceTime, Game Center, Messages: Troubleshooting sign in issues

  • Upgrading my Iphone 4 I am not able to access my text messages or send texts.

    Hi Everyone:
    Since the last 9 days after upgrading my Iphone 4 I am not able to access my text messages or send texts.  I have attempted to delete the "68" messages however, once deleted for a period 2-3 seconds.  The deleted messages reappears!  I have reset. restored. did back-ups!  Nothing has altered this problem. Has anyone else experienced this?  Please help?  Thanks :-)

    Thanks Diesel: 
    But I have been back and forth with my carrier and they are adament that this is not their issue but Apple's..... I do appreciate your reply!

  • MQAdapters Not able to push or pull message from Bpel

    Hi All,
    Presently i am working on a Bpel Module which is receiving a jms message and has to push them onto an IBM message Queue. Under the flow I am receiving the error as given,please suggest some solution.
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding:
    "JCA Binding execute of Reference operation 'Enqueue' failed due to:
    JCA Binding Component connection issue.
    JCA Binding Component is unable to create an outbound JCA (CCI) connection.
    GetApprovedSupplierDetails_IMR:SAPPIMQRequest [ Enqueue_ptt::Enqueue(body) ] :
    The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue:
    BINDING.JCA-00001 java.util.MissingResourceException java.util.MissingResourceException
    java.util.MissingResourceException java.util.MissingResourceException
    Please make sure that the JCA connection factory and any dependent connection factories
    have been configured with a sufficient limit for max connections.
    Please also make sure that the physical connection to the backend EIS is available and the backend itself
    is accepting connections. ". The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution

    Thanks for the reply though JMS is not being used out here .
    I am configuring IBM MQ and trying to push messages inside those queues. Both SOA11g and IBM Websphere are installed in my machine and the BPEL 11g just wants to trigger the event to store the message inside the Queue.
    Earlier on i was not able to send across the message to queue and presently i am stuck up with this error.

  • "mail has not been downloaded from the server" messages......

    About 2 weeks ago I started seeing "mail has not been downloaded from the server" messages popping up when I attempt to both new mail and e-mails that I have already read. I usually don't have any problems when I first launch the program, but after a few minutes running I get this message when I try to open any e-mail.
    The message from "---" <[email protected]> concerning “RE: S8-04 pps sample package” has not been downloaded from the server. You need to take this account online in order to download it.
    I know that the program is running online because it continues to show me new e-mails that come in.
    What should I do?

    Your OS detail provided indicates you are running 10.4.7 and Sasso's OS detail provided is 10.3.9.
    The MBOX Breaker script does not work with Tiger mailboxes which are different from the mailbox structure used with previous Mail.app versions and the link you provided includes instructions for Jaguar or Panther Mail, not Tiger Mail. And depending on the size of the mailbox with Jaguar or Panther Mail, the MBOX Breaker Script may not be required.
    If you are getting this message with Tiger Mail, this indicates you upgraded to Tiger from Jaguar or Panther on this Mac.
    If so and if this Sent mailbox is for a POP type account, using the Finder go to Home > Library > Mail > this POP account named folder (named by the user name and incoming mail server for the account) > Sent Messages.mbox.
    List all file and folder names available within the Sent Messages.mbox folder.

  • Lsmw recording does not read Scroll down

    Hi expers.
    This is not MM RElated question but there are more experts here..You may help us
    WE have mass data to introduce by VK11.WE want to use LSMW recording.
    But the problem;
    We input condition type,then we have to select key combination.But we have to scroll down to click key combination.And lsmw does not read sroll down and select the first key combination instead of ours.
    İs the any solution to solve tihis problem..
    Thanks in advance..

    Your BDC in lsmw will look something like this...
                                                  T   VK11     BS AA X   F
    SAPMV13A     0100     X                                                                               
    BDC_CURSOR      RV13A-KSCHL
                                                      BDC_OKCODE      =ANTA
                                                      RV13A-KSCHL      ZCON
    SAPLV14A     0100        X                                                                               
    BDC_CURSOR           RV130-SELKZ(03)
                                                      BDC_OKCODE       =WEIT
                                                      RV130-SELKZ(01)
                                                      RV130-SELKZ(03)      X          <<<<Change this number to the row number of the key combination
    You see the 03, it will put the radio button at row 3, if yours is 9, make it 09 and see.
    Edited by: Jeevan Sagar on Feb 3, 2012 6:01 PM

  • Notification mailer is not able to send mails to Outside domain i.e gmail

    Hi All,
    We are in 12.1.3 EBS application with 11.1.0.7 DB on Aix 64 bit platform:
    resently we configured notification mailer with out any issues
    But the issue is notifications are delivered to with in the domain itself but not to outside the domain i.e gmail and yahoo
    SMTP server host name is owa.craftsmanautomation.com the same we used to configure the Notification mailer
    Even we verified from os level using telnet utility as follows:
    $ telnet owa.craftsmanautomation.com 25
    Trying...
    Connected to 192.168.5.8.
    Escape character is '^]'.
    220 Capl-cas01.CRAFTSMAN.LOCAL Microsoft ESMTP MAIL Service ready at Thu, 12 Jul 2012 14:03:47 +0530
    EHLO CAPL-PROD
    250-Capl-cas01.CRAFTSMAN.LOCAL Hello [192.168.5.12]
    250-SIZE
    250-PIPELINING
    250-DSN
    250-ENHANCEDSTATUSCODES
    250-STARTTLS
    250-X-ANONYMOUSTLS
    250-AUTH NTLM
    250-X-EXPS GSSAPI NTLM
    250-8BITMIME
    250-BINARYMIME
    250-CHUNKING
    250-XEXCH50
    250-XRDST
    250 XSHADOW
    MAIL FROM: [email protected]
    250 2.1.0 Sender OK
    RCPT TO: [email protected]
    250 2.1.5 Recipient OK
    DATA
    354 Start mail input; end with <CRLF>.<CRLF>
    Subject: Test message
    Test message body
    250 2.6.0 <[email protected]> [InternalId=85753] Queued mail for delivery
    quit
    221 2.0.0 Service closing transmission channel
    Connection closed.
    In the above command in place of FROM and TO mail-id's if we use any personal mail-id's getting error message as "Unable to Relay".Please suggest is there any changes we need to done at SMTP server Level or OS level or Application Level.
    Thanks in Advance

    925263 wrote:
    Hi Hussein,
    Thanks Alot for your reply.
    Currently we changed the SMTP Server(mail.craftsmanautomation.com).we used anoth SMTP server to configure Notification Mailer.Because previous one(owa.craftsmanautomation.com) is not able to send mail's to outside domains.
    But in this case we got the below error message while testing.Below error message we captured from the output file of the script Oracle Workflow ATG Support: R12 Java Mailer Setup Diagnostic Test.
    ERROR
    [Nov 10, 2012 1:32:45 PM GMT+05:30]:1352534565017:-1:-1:capl-prod.craftsmanautomation.com:192.168.5.13:-1:-1:1:20420:SYSADMIN(0):-1:Thread[outboundThreadGroup1,5,outboundThreadGroup]:192.168.5.13:84096:1352529863628:11:ERROR:[SVC-GSM-WFMLRSVC-110812-10006 : oracle.apps.fnd.wf.mailer.SMTPOutboundProcessor.send(Message)]:Problem encountered when sending to {[[WFTEST <[email protected]>]]} -> javax.mail.SendFailedException: Invalid Addresses;
    nested exception is:
    class javax.mail.SendFailedException: 554 5.7.1 <[email protected]>: Sender address rejected: Access denied
    Please see these docs.
    Email Not Received javax.mail.SendFailedException: Invalid Addresses [ID 876835.1]
    Workflow Notification Mailer Unable to Send E-Mail Notifications [ID 374804.1]
    Unable to Email Proposal Documents to an 'External Address' [ID 1126223.1]
    How to address Email Center: Outbox Processor Error: Invalid Addresses [ID 1399427.1]
    Thanks,
    Hussein

Maybe you are looking for