Sent Mail with Large Attachments

Hello everyone,
I've noticed that emails I send from Mail on my Mac (which have larger attachments) don't go into my Sent folder.
There is no record of them being sent. However, I know they've been sent because I get replies to them.
Emails with no attachments or small attachments go into the Sent folder fine though.
Does anyone know how to fix this?
Thanks a lot....

meganano wrote:
Yep. It's perfectly legit to not want to save copies of photos, audio files or contracts that I have on my computer when only a record is needed.
So far, this is the most elegant solution I've found. http://www.betalogue.com/2012/11/13/lionmail-removeattachmentsfix/
Fie on you, Apple!
@meganano:
Fie?  They probably won't understand . . . but, thanks for posting that link, seems easy enough to do . . . .  I'll check it out in a few days . . . working on getting another usually buggy linux system running on my MBPro . . . it's a better approach than saying "Fie" . . . .  : - )
e.e.p.

Similar Messages

  • Cannot receive mails with large attachments

    So I have BIS enabled for my BB Curve 8900 and an email account set up on it.
    The email works fine, I receive emails and I can send email messages from my BB. However, I noticed today that I do not receive emails on my BB that have attachments larger than 7 MB. 
    I have the same email account set up in my Thunderbird client and everything works fine with it, I do get all these large emails.
    I contacted my service provider (Orange) and they could not figure this out.
    Can anybody help me on this issue?

    Hi and Welcome to the Community!
    Please see this for helpful information:
    KB15253 Supported native file format attachments in BlackBerry Internet Service
    It may well be that you are right on the cusp of things being above the limits.
    Also...
    flowingstyx wrote:
    I have the same email account set up in my Thunderbird client and everything works fine with it, I do get all these large emails.
    If that TBird client is running also on your BB, then it is not subject to the same limits that is imposed by BIS.
    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

  • Send E-Mails with large attachmenst with exchange 2003 Mailbox

    Hi!
    I have the following setting:
    Exchange 2003 for one Domain an two mailboxes with two different iPhones. One Mailbox/iPhone can send Mails with large attachments (500kB-5000kB) without any problems.
    The other mailbox has the problem, that i can only send with attachments sized about 50 kB. Larger Attachments are blocked by the phone and this mail stays in the Out queue.
    Has anybody a hint for me, where i can change this? I think it must be a user paramter, because one mailbox can send those large attachmenst. The Server it self must be ok - i think.
    Server: Windows 2003 with SP2; Exchange 2003 SP2
    Kind Regards
    Martin

    I agree with you - i think it must be a problem with the mailbox on the server side. But i don't know what to change there?
    I also configed on one iPhone those two mailboxes. One box can send large attachments - the other not.
    Martin

  • Mail only downloads headers of emails with large attachments

    Hi-
    I have Maverick.
    My mail is delivered though an Exchange Server.
    At present emails download fine UNLESS they have a large attachment.
    If they have a large attachment, the email will appear in the central "preview" pane with the address of the sender and the subject line, but will otherwise not download.
    The email will only start to download once I click on the email in the preview pane. This can be laborious if I have 50+ emails with large attachments.
    How do I configure mail so that it will download the emails, irrespective of the size of the attachments.
    Thanks,
    Richard

    Some problems with Exchange mail have been solved by disabling Autodiscovery.

  • Emails with large attachments vanishing

    When I send an email with a large attachment it is not saved in the sent folder. All other emails are saved in the sent folder. The emails are received by the recipients. What is the problem and what is the solution?

    The last time this happened the attachment in question was only 8.7 MB, well below the max of 20, and like I said it was received.  If I had tried to send an attachment that was larger than the limit it would not have gone through.
    I can't say that it only happens with larger attachments as some of my larger attachments have gone through.  In my case it may be a coincidence that I have only noticed this on larger attachments.
    Other people are having similar problems:
    Re: Sent mail disappearing?
    How do I get Apple to support the service that I am paying for?  A message board is a terrible way to address problems.  Maybe with a better system of monitoring problems, say a phone number to call for help with such issues, and Apple could hear about problems before they read about them in the press.
    I need a record of all sent emails.

  • Emails with large attachments not arriving

    We have an open limit on email size but consistently emails with large attachments do not arrive at the destination (even to the same domain). They do go into the clients sent box. Any thoughts on how to trouble shoot? thanks

    John H wrote:
    The command tells me I have 0 message size limit
    The limit in the admin server is set to 1000MB
    For gigabyte-class file transfers, you'll really want to use a different path — that message size is easily approaching a denial-of-service scale message size, if not exceeded it.
    If you really want to try doing attachments of that size and all the intervening SMTP servers support it, then try setting the message size manually via something like the (untested) following commands:
    sudo postconf -c /Library/Server/Mail/Config/postfix  message_size_limit  -e  "message_size_limit = 10485760"
    sudo postfix reload
    Or to whatever specific attachment size you want to try to use.  The unit is in bytes.
    The other Postfix setting that tends to get involved here is mailbox_size_limit, as well as whatever quotes might be in use for the specific users.

  • Sending mail with multiple attachments

    hi.I wrote a code to send mail.but i need to send mail with multiple attachments.here is the code i wrote.what should i do to send the mail with multiple attachments.if i run this code iam able to send mails but not attachments.please help me
    <%@ page import="javax.mail.*,javax.mail.internet.*,java.util.Date,java.io.*,java.net.InetAddress,java.sql.*,java.util.Properties,java.net.*,javax.sql.*,javax.activation.*,java.util.*,java.text.*" %>
    <%@ page import="java.io.*,java.sql.*,java.net.*,java.util.*,java.text.*" %>
    <%
         String Attachfiles1="";
         String Attachfiles2="";
    String Attachfiles3="";
    if("Send".equalsIgnoreCase("send"))
              try
         String subject="",from="",url = null,to="";
         String mailhost = "our local host";
         Properties props = System.getProperties();
         String msg_txt="";
         String strStatus="";
    // byte[] bin=.....;
    //Adds Attechment:
    Multipart multipart = new MimeMultipart();
    BodyPart messageBodyPart = new MimeBodyPart();
    messageBodyPart.setText("Here are my attachments");
    multipart.addBodyPart(messageBodyPart);
    messageBodyPart = new MimeBodyPart();
    //first attachment
    DataSource source = new FileDataSource("C:\\img1.jpg");
    messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setFileName("C:\\Telnor1.jpg");
    multipart.addBodyPart(messageBodyPart);
    //Second attachment
    DataSource source2 = new FileDataSource("C:\\img2.jpg");
    messageBodyPart.setDataHandler(new DataHandler(source2));
    messageBodyPart.setFileName("C:\\Telnor2.jpg");
    multipart.addBodyPart(messageBodyPart);
    //etc...
    message.setContent(multipart);
    Transport.send( message );
    String mailer = "MyMailerProgram";
    to=request.getParameter("to");
    from=request.getParameter("from");
    subject=request.getParameter("subject");
    msg_txt=request.getParameter("message");
    props.put("mail.smtp.host", mailhost);
    Session mailsession = Session.getDefaultInstance(props, null);
    Message message = new MimeMessage(mailsession);
    message.setFrom(new InternetAddress(from));
    message.setRecipients(Message.RecipientType.TO,InternetAddress.parse(to, false));
    message.setSubject(subject);
    message.setHeader("X-Mailer", mailer);
    message.setSentDate(new Date());
    message.setText(msg_txt);
    BodyPart messageBodyPart = new MimeBodyPart();
    BodyPart messageBodyPart2 = new MimeBodyPart();
    Multipart multipart = new MimeMultipart(); // to add many part to your messge
    messageBodyPart = new MimeBodyPart();
    javax.activation.DataSource source = new javax.activation.FileDataSource("path of the file");
    messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setFileName("file_name");
    messageBodyPart2.setText("message"); // set the txt message
    multipart.addBodyPart(messageBodyPart);
    multipart.addBodyPart(messageBodyPart2);
    Transport.send(message);
    out.println("Message Sent");
    catch (Exception e)
    e.printStackTrace();
    if("Attachfiles".equalsIgnoreCase("attachfiles"))
    Attachfiles1=request.getParameter("fieldname1");
    Attachfiles2=request.getParameter("fieldname2");
    Attachfiles3=request.getParameter("fieldname3");
    %>
    <html>
    <body>
    <div class="frame">
         <form action="Composemail.jsp" method="post">
              <b>SelectPosition:</b> <select name="cars" >
    <option value="ABAP">ABAP
    <option value="saab">Saab
    <option value="fiat">Fiat
    <option value="audi">Audi
    </select><br><br>
    <table border="1" cellpadding="2" cellspacing="2">
    <tr><th>Name</th>
    <th>EmailId</th>
    <th>ContactNumber</th>
    <th>Position</th>
    </tr>
    <tr>
    <td>
    </td>
    </tr>
    </table><br>
    <b>SelectUser :</b><select name="cars">
    <option value="Administrator">Administrator
    <option value="saab">Saab
    <option value="fiat">Fiat
    <option value="audi">Audi
    </select>
    <br>
    <b>To :</b>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<input type="text" name="to" size="72"><br>
    <b>From :</b>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<input type="text" name="from" size="72"><br>
    <b>Subject :</b>&nbsp&nbsp&nbsp<input type="text" name="subject" size="72"><br>
    <%=Attachfiles1%><br><%=Attachfiles2%><br><%=Attachfiles3%><br><br>
    <b>Message:</b><br>
    &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<textarea rows="10" cols="50" name="message">
    </textarea> <br><br>
    <b>AttachedFile:</b>&nbsp<input type="file" name="fieldname1" value="filename" size="50"><br><br>
    <b>AttachedFile:</b>&nbsp<input type="file" name="fieldname2" value="filename" size="50"><br><br>
    <b>AttachedFile:</b>&nbsp<input type="file" name="fieldname3" value="filename" size="50"><br><br>
    &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<input type="submit" name="attachfiles" value="Attachfiles">
    <center>
    <input type="submit" name="send" value="Send" >
    </center>
    </form>
    </div>
    </body>
    </html>

    Create a separate MimeBodyPart object for each attachment, rather than reusing
    the same one over and over.

  • Can't delete email with large attachments

    Received two email with large attachments (photos in format that iphone doesn't recognize). Now can't delete or move to trash these two email. They just return to inbox and mail freezes, goes black, or returns to home screen. Clearing out all other mail in trash doesn't help. Reset doesn't help. I can still receive new email to my inbox and delete those just fine, but these two large email with attachments are stuck in my inbox.

    Well, I have the same problem. I tried to delete the specific account and redo it - but the ** email was still there. I've gone to the webmail site for the account, and deleted it there. It's deleted from my laptop, but keeps coming back on my iPhone. So, my iPhone is set to show 25 emails, but I don't understand what you mean by "send yourself 25 messages". Sounds like your solution works, and I'd sure like to try it. Looks like Apple needs to come up with an easier solution too. Thanks.

  • Emails with large attachments failing to download.

    I have a problem downloading emails with large attachments (6500KB plus) in Incredimail which I believe is a McAfee NetProtect Plus conflict. When downloading Incredimail shows "RECEIVING", number of emails and the percentage downloaded. With large files it will hang flashing RECEIVING but not increasing the percentage. Task manager shows Incredimail using lots of CPU and also McAfee coming in and out but no traffic on the network.
    The only way to stop this is to cancel receiving and try again. Sometimes this clears it, after two or three attempts. Sometime I have to log onto BT Yahoo mail and delete the large attachment. A side result is that I get emails duplicated because they are still on the host when I cancel and are thus downloaded again. If I boot in safe mode and just start Incredimail then everything downloads in seconds, so I am convinced that it is McAfee scanning that is causing the problem.
    Any suggestions please?

    You are not alone experiencing problems downloading attachments to MS Outlook etc see:-
    Problem with large email downloads in Outlook Expr... 
    I have just been told by the helpdesk there is a 10MB limit, so you should not have a problem.
    Duplicate e-mails are due to session not completing. I have had this problem as well.

  • Why do e-mails containing large attachments fail to deliver to my inbox?

    Why do e-mails containing large attachments fail to deliver to my inbox?

    This may be a limitation to the size of the attachments your ISP will allow. Please check with your ISP first to see the maximum size attachment they will accomodate.

  • Sending mail with multiple attachments in jsp

    hi .I wrote a code to send a mail in jsp.but now i need to send mails with multiple attachments.how can i send mail with multiple attachment.

    Create a separate MimeBodyPart object for each attachment, rather than reusing
    the same one over and over.

  • Sending mail with 2 attachments

    Hi All,
            I have a requirement where I have to send a mail with 2 attachments. Both attachments should be excel sheets.
    Iam using the function module
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = gd_doc_data
          put_in_outbox              = 'X'
          commit_work                = 'X'
        IMPORTING
          sent_to_all                = gd_sent_all
        TABLES
          packing_list               = it_packing_list
          contents_txt               = it_message
         contents_bin               = it_attachment
          receivers                  = it_receivers
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
    I don't know where to pass another attachment.
    How can it be done?
    Kindly help me.
    Regards,
    Krithika

    Hi,
    Try this code.
    you have to populate both packing_list and contents_bin internal tables before passing to the fm SO_NEW_DOCUMENT_ATT_SEND_API1
    FORM CONVERT_OTF_TO_PDF TABLES OTFTAB STRUCTURE OTF.
      CLEAR: SOOD, W_LINES, CONTENT_IN, CONTENT_OUT.
      REFRESH: CONTENT_IN, CONTENT_OUT.
      DESCRIBE TABLE OTFTAB LINES W_LINES.
      SOOD-OBJLEN = W_LINES.
      REFRESH: CONTENT_IN, CONTENT_OUT.
      CLEAR: CONTENT_IN, CONTENT_OUT.
       CONTENT_IN[] = OTFTAB[].
        CALL FUNCTION 'SX_OBJECT_CONVERT_OTF_PDF'
             EXPORTING
                  FORMAT_SRC      = 'OTF'
                  FORMAT_DST      = 'PDF'
                  DEVTYPE         = 'HPLJ5SI'
    *         FUNCPARA        =
                  LEN_IN          = SOOD-OBJLEN
    *    IMPORTING
    *         LEN_OUT         =
             TABLES
                  CONTENT_IN      = CONTENT_IN
                  CONTENT_OUT     = CONTENT_OUT
             EXCEPTIONS
                  ERR_CONV_FAILED = 1
                  OTHERS          = 2.
      REFRESH OBJBIN. CLEAR OBJBIN.
      IF GV_SUMMARY <> 'X'.
        OBJBIN[] = CONTENT_OUT[].
      ELSE.
        REFRESH CONTENT_OUT.
        CLEAR CONTENT_OUT.
      ENDIF.
      REFRESH: CONTENT_IN, OBJPACK.
      CLEAR: CONTENT_IN, OBJPACK.
      DOC_CHNG-OBJ_NAME = TEXT-003.
      IF SY-SYSID NE 'S4P'.
       IF DOC_CHNG-OBJ_DESCR IS  INITIAL.
          DOC_CHNG-OBJ_DESCR = TEXT-004.
        ELSE.
          IF GV_SUMMARY = 'X'.
           DOC_CHNG-OBJ_DESCR = TEXT-012.
          ENDIF.
        ENDIF.
      ENDIF.
      DESCRIBE TABLE OBJTXT LINES TAB_LINES.
      READ TABLE OBJTXT INDEX TAB_LINES.
      DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    * Fill the fields of the packing_list for the main document:
        CLEAR  OBJPACK.
        DESCRIBE TABLE OBJBIN LINES TAB_LINES.
       OBJPACK-TRANSF_BIN = 'X'.
        OBJPACK-HEAD_START = 1.
        OBJPACK-HEAD_NUM = 0.
        OBJPACK-BODY_START = 1.
        OBJPACK-BODY_NUM = TAB_LINES.
        OBJPACK-DOC_TYPE = 'XLS'.
        OBJPACK-OBJ_NAME = 'Attachment'.
        OBJPACK-OBJ_DESCR = C_PAYER.
        READ TABLE OBJBIN INDEX TAB_LINES.
        DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJBIN ).
        OBJPACK-DOC_SIZE = DOC_SIZE.
        APPEND OBJPACK.
        CLEAR  OBJPACK.
        DESCRIBE TABLE OBJBIN LINES TAB_LINES.
       OBJPACK-TRANSF_BIN = 'X'.
        OBJPACK-HEAD_START = 1.
        OBJPACK-HEAD_NUM = 0.
        OBJPACK-BODY_START = 1.
        OBJPACK-BODY_NUM = TAB_LINES.
        OBJPACK-DOC_TYPE = 'XLS'.
        OBJPACK-OBJ_NAME = 'Attachment'.
        OBJPACK-OBJ_DESCR = C_PAYER.
        READ TABLE OBJBIN INDEX TAB_LINES.
        DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJBIN ).
        OBJPACK-DOC_SIZE = DOC_SIZE.
        APPEND OBJPACK.
        REFRESH RECLIST.
        CLEAR RECLIST.
    ** get E-mail address
          IF NOT P_EMAIL IS INITIAL.
            RECIPIENT_INT-ADDRESS = P_EMAIL.
          ENDIF.
            RECLIST-RECEIVER = RECIPIENT_INT.
            RECLIST-REC_TYPE = 'U'.
            APPEND RECLIST.
    * SEND THE DOCUMENT BY CALLING THE SAPOFFICE API1 MODULE
    * FOR SENDING DOCUMENTS WITH ATTACHMENTS
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           EXPORTING
                DOCUMENT_DATA              = DOC_CHNG
                PUT_IN_OUTBOX              = 'X'
           IMPORTING
                SENT_TO_ALL                = SENT_TO_ALL
           TABLES
                PACKING_LIST               = OBJPACK
                OBJECT_HEADER              = OBJHEAD
                CONTENTS_BIN               = OBJBIN
                CONTENTS_TXT               = OBJTXT
                RECEIVERS                  = RECLIST
           EXCEPTIONS
                TOO_MANY_RECEIVERS         = 1
                DOCUMENT_NOT_SENT          = 2
                OPERATION_NO_AUTHORIZATION = 4
               OTHERS                     = 99.
    Regards,
    Sailaja.

  • Mail with PDF attachments sent, not stored in Sent

    IMAP account, Sent folder configured to point to server's sent mail folder. "Windows friendly attachments" selected.
    If I send a message with multiple PDF attachments, the message will be received, but it won't be written to the Sent folder.
    I can't afford to lose the archive copy of these messages, so I have adopted the habit of bcc'ing myself, but it's a drag.
    Any thoughts?

    I don't think this is a Mail issue, I think it's to do with the receiving ISP and the reason the mail can't be delivered. For example, if the address does not exist the mail will probably bounce back straight away but if the recipient's mail box is full then the server may try later and if it's been emptied, the mail will go through - if not, after a few tries it will bounce. Hence the delay.

  • Mail won't download messages with large attachments

    Mac OS 10.7.5
    Apple Mail 5.3 (1283)
    When someone sends an email to me with an attachment of around 4 or 5 MB or larger (I haven’t quite figured out the size limit…it seems to vary a bit), Mail stops downloading all mail. I have to go into my webmail, remove the message with the attachment, and then all of a sudden Apple Mail will resume downloading e-mails from the server. Other computers in our office do not exhibit this behaviour, although they are using identical network, mail server (at Siteground, not managed by us), version of Mail, version of OS, etc.
    When Mail exhibits this, I can ‘Get Info’ the account and I can see all the messages marked as from ‘Unknown sender’ and the e-mail sizes.
    How do I resolve this?

    Try AttachedIn to send large attachments!
    Very quick, easy to use and secured!

  • Javax.mail behaving strangely with large attachments

    My application seems to have trouble sending large attachments on some POP3 and IMAP servers that appear to accept the same attachments from Outlook or Outlook express. Also some Exchange servers work and others do not. The error is "message is too big and cannot be appended". Is there anyone who might be able to point me to some docs that might help figure this out?
    Thanks,
    Mike Bergstrom
    IBM

    Hi,
    Here is the exception....it does seem to be coming from the SMTP server:
    154[11/5/04 10:12:47:324 EST] 5ce0cea8 SystemErr R javax.mail.MessagingException: A4 NO This message is too big and can not be appended.;
    nested exception is:
    com.sun.mail.iap.CommandFailedException: A4 NO This message is too big and can not be appended.
    [11/5/04 10:12:47:324 EST] 5ce0cea8 SystemErr R at com.sun.mail.imap.IMAPFolder.appendMessages(IMAPFolder.java:1154)

Maybe you are looking for