Sending Original Attachments with Reply

How do I send original attachments along with reply to preserve the "string" of emails?

John,
Just as with Send Windows Friendly, and the new Always Insert Attachments at End of Message (a good feature, btw) the setting persists until clicked again. It does not have to be done with each reply.
Ernie

Similar Messages

  • On my imac, All of a sudden I am unable to send original emails with any attachments.  I can attach the file but when I try to send it, it won't send.  Also, if I am emailing back and forth as it gets longer, it no longer transmits

    On my imax, all of a sudden I am unable to send original emails with attachments of any size.  I can attached the file but when I try to transmit, it will not go.
    Also, if I am emailing back and forth, once there gets to be several threads, it will no longer transmit.  Any suggestions. I am using gmail in the apple mail system

    Mike,
    Are any of your other applications going wonky, or is it just Logic?
    I'm afraid I've never heard of this particular problem before, but if it were happening to me the first thing I would do is delete my "com.apple.logic.express.plist" file in Library>Preferences, then repair permissions in Disc Utility, and finally restart my computer.  Then I would launch Logic and see if the problem has been corrected.  It's amazing how much these two steps can accomplish.
    If that doesn't resolve the issue I would launch Logic and go to Preferences>Audio Units Manager to see if all my plug-ins are properly validated.

  • Iam unable to send multiple attachments with a mail using JavaMail?

    Hai to all,
    Iam unable to send multiple attachments with a email,see
    iam have succeeded in sending one attachment with a email.
    when iam tring to add two or more attachments to a mail,
    it is giving a Exception like this:
    javax.mail.MessagingException: IOException while sending message;
    nested exception is:
    java.io.IOException: No content
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:577)
    at javax.mail.Transport.send0(Transport.java:151)
    at javax.mail.Transport.send(Transport.java:80)
    at AttachFilesModified.sendMail(AttachFilesModified.java:185)
    at AttachFilesModified.main(AttachFilesModified.java:43)
    this is my code snipnet:
    BodyPart messageBodyPart = new MimeBodyPart();
    Multipart multipart = new MimeMultipart();
    if(body != null)
    messageBodyPart.setText(body);
    multipart.addBodyPart(messageBodyPart);
    /*if(attachments != null)
    for(int i = 0; i < attachments.length; i++)
    String filename="D:\\nagaraju\\apachi\\axis-bin-1_3.zip";
         //String s[]=filename.split("\\");
         //System.out.println(s);     
              //String s1=s[1];
              //String filename1=s[s.length-1];
    messageBodyPart = new MimeBodyPart();
    DataSource source = new FileDataSource(filename);
         messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setFileName(filename);
    multipart.addBodyPart(messageBodyPart);
         //second file attaching
         /*String filename1="C:\\nagadoc.txt";
         BodyPart messageBodyPart1=new MimeBodyPart();
         DataSource source1=new FileDataSource(filename1);
         messageBodyPart.setDataHandler(new DataHandler(source1));
         messageBodyPart.setFileName(filename1);
         multipart.addBodyPart(messageBodyPart1);
    mess.setContent(multipart);
    Address[] allRecips = mess.getAllRecipients();
    if(toStdOut)
    System.out.println("done.");
    //System.out.println("Sending message (\"" + mess.getSubject().substring(0,10) + "...\") to :");
    System.out.println("Sending message................");
    for(int i = 0; i < allRecips.length; i++)
    System.out.print(allRecips[i] + ";");
    System.out.println("...");
    Transport.send(mess);
    if(toStdOut)
    System.out.println("done.");
    return 0;
    What's wrng with that code snipnet?
    Nagaraju G.

    This works fine with me, try it or compare it if you want.
    public void sendEmail( String from, String to,
    String subject, String body) {
    fMailServerConfig.put("mail.smtp.host", " <<mail server>>");
    Session session = Session.getDefaultInstance( fMailServerConfig, null );
    MimeMessage message = new MimeMessage( session );
    try {
    message.setFrom(new InternetAddress(from));
    message.setRecipient(Message.RecipientType.TO,
    new InternetAddress(to));
    message.setSubject( subject);
    message.setText( body);
    //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 );
    }catch (MessagingException e){
    System.err.println("Cant send mail. " + e);
    The error on your code might be:
    BodyPart messageBodyPart1=new MimeBodyPart();
    DataSource source1=new FileDataSource(filename1);
    messageBodyPart.setDataHandler(new DataHandler(source1));
    messageBodyPart.setFileName(filename1);
    multipart.addBodyPart(messageBodyPart1);
    You don't need to create a new BodyPart, and apart from that you'r seting values on "messageBodyPart" but adding "messageBodyPart1" to your multipart :P
    Well see u and have a good one!
    p.s. i know it's a little late from the day you posted, but at least it might help somebody else :D .

  • Problem sending small attachments with email

    I used to be able to send small attachments with Verizon very easily, such as .pdf and .doc files.  What I sent as Resume.pdf or Resume.doc was received as Resume.pdf or Resume.doc.  Even when I used the accent marks, what I sent as Résumé.pdf or Résumé.doc was received as Résumé.pdf or Résumé.doc
    However, lately some of the recipients of my emails with attachments (who use a range of different email programs and ISPs, so the problem is not on the recipient's end) have told me that they can't see the attachments (the rest haven't responded at all).
    Even when I don't use the accent marks, what I send as Resume.pdf or Resume.doc now gets received as something like 347560586083560.dat...which looks much less professional when I send a cover letter and résumé to apply for a job.
    How can I fix this problem and go back to sending files such as Résumé.pdf and Résumé.doc, or at least Resume.pdf and Resume.doc, so that they are received properly?
    I use Eudora instead of webmail because
    I can back up files on my hard drive, including all my Eudora folders, to an external hard drive for backup
    I need to have my job applications come from my third party (alumni) address instead of my Verizon address.  It's an issue similar to what lucycat mentioned on http://forums.verizon.com/t5/High-Speed-Internet-DSL-and-Dial/Port-25-587-and-third-party-email-acco...
    Here are the tech specs:
    Eudora 7.1.0.9
    Its "Sending Mail"  options are:
    SMTP Server
    SMTP Relay Personality
    Allow authentication [yes or no] 
    Immediate send [yes or no]
    Send on check [yes or no]
    Use submission port (587) [yes or no]
    Secure Sockets when Sending [Never; If Available, STARTTLS; Required, STARTTLS; Required, Alternate Port]
    Thank you in advance for your help!

    This is normally a problem with Outlook users that are using rich text to send their emails.  Rich text causes a problem like you are describing, and their fix is to use plain text to send their emails instead.
    I am not sure if your fix would be the same, but give it a try and let us know.
    Send Plain Text Emails Only in Eudora
    To have Eudora generate and send plain text emails only:
    Select Tools | Options from the menu.
    Go to the Styled Text category.
    Make sure Send plain text only is selected under When sending mail with styled text (HTML):.
    Turn Ask me each time off.Optionally, also uncheck Show formatting toolbar.
    Click OK.

  • How to send multiple attachments with the mail in jsp

    hi.I wrote a code to send mail.but i need to send mail with multiple attachments.when i run this code iam able to send message but not files.i want to send files as attachments with the message.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 = "localhost";
    Properties props = System.getProperties();
    String msg_txt="";
    String strStatus="";
    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>�����������<input type="text" name="to" size="72"><br>
    <b>From :</b>�������<input type="text" name="from" size="72"><br>
    <b>Subject :</b>���<input type="text" name="subject" size="72"><br>
    <%=Attachfiles1%><br><%=Attachfiles2%><br><%=Attachfiles3%><br><br>
    <b>Message:</b><br>
    ������������<textarea rows="10" cols="50" name="message">
    </textarea> <br><br>
    <b>AttachedFile:</b>�<input type="file" name="fieldname1" value="filename" size="50"><br><br>
    <b>AttachedFile:</b>�<input type="file" name="fieldname2" value="filename" size="50"><br><br>
    <b>AttachedFile:</b>�<input type="file" name="fieldname3" value="filename" size="50"><br><br>
    ������������<input type="submit" name="attachfiles" value="Attachfiles">
    <center>
    <input type="submit" name="send" value="Send" >
    </center>
    </form>
    </div>
    </body>
    </html>

    Most likely you're not specifying the path of a file on the server machine.

  • How to add attachments with replying emails

    I  synced my gmail with iphone. I am replying to an email by using reply / reply all option, how do i add an attachment(photos/pdf inside the phone) to this email being replied.

    You can't add an attachment in Mail, you can send photos within the photo app or send PDFs within apps like Docs toGo.

  • Send a mail with reply message

    how can i use javamail to implement function like this:
    when receiver open a mail ,auto send a mail or message to sender ,
    give a reply for sender , tell him he has received the mail already .
    just like outlook:Request Read Receipt

    Already discussed here:
    http://forum.java.sun.com/thread.jspa?threadID=731111

  • MacMail question: How do you turn off (uncheck) the feature under Edit/Attachments that says "Include Original Attachments in Reply"? and Does it affect Forwards?

    Where can I find info regarding creation of ads for email posting to email distribution lists? I need to know what standard iMac app to use that saves to formats that are good for this purpose. Someone suggested Mac Pages. And, I'd like to know how to attach these to the email so that the receiver sees the ad in their email...no attachments to open. The receivers will be PC and Mac users. I will add a line at the top of the email message to change the format on their computer to HTML for viewing. Your tips and ideas will be most appreciated!

    Hi viafax,
    We have forwarded your comments to the forum administrators.

  • Problem sending big attachments through mail - E72

    I've tried both profimail & the built-in client but most of the time it gives error like 'connection timeout or 'unable to send'. Is anyone else experiencing this problem ? This happens when the file size is around 2-3 MB.

    I just tried sending myself a 3.5 MB mp3 file on my E73, and then again a 3.6 MB mp3.  Both sent and downloaded smoothly with no issues.  But I don't do this very often, so my results could be different next time...  Have you tried upgrading to the new Nokia Email 3.09.0 client?  Your phone's layout may be different, but I upgraded through Control Panel -> Phone -> SW Update.  I don't think the older 3.05 beta from the Betalabs site mentioned large attachment problems, but it's worth a try.
    If that doesn't help, I wonder if this could be a network problem or a mail server problem.  Do you ever have trouble downloading large files from the web, streaming audio or video, etc.?  Do you get strong 3G coverage?  If you use a desktop computer, do you ever have trouble sending large attachments with this email account?  (Avoid testing with webmail, if at all possible.)  Does the file send eventually?

  • Cannot send MP3 attachments in e-mail though no problem if I use SAFARI.

    for about 2+ years..unable to send mp3 attachments with my e-mails if I use FIREFOX browser. MP3 files are always under to size restrictions. If I access my account in SAFARI..bingo..attached and sent..no problem. wrote about this over a year ago. NO RESPONSES.

    Mp3 file will always attach. When I hit send..the sending message will activate..then the e-mail will just sit there with the little spinning dots and say sending for as long as 10minutes or more and eventuall it will stop trying to send and have some kind of error message saying 'We encountered a problem'. This has been going on for over 2 years and several 'FireFOX' upgrades.
    I switch over to Safari and use the same -email' and bingo..it sends in a few seconds.

  • Cant use attachments with hotmail, have silverlight as they specified but they said check my browser which is firefox. pls help

    since hotmail updated their facilities. i am unable to send any attachments with my emails. several other people are having the same problem in their forum and they all use a firefox browser on their pc. i have silverlight installed and enabled in internet explorer tools, but windows has suggested i ask my browser supplier if there is anything they know about or how to check settings with firefox.

    See if this helps you:
    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • Problem with replies in Maverick's mail.  Originating emails send fine.  When replying to an email (various addresses) the reply is hung up and can not be sent.  Option becomes put in draft, delete, etc.  Any suggestions would be helpful

    Problem with replies in Maverick's mail.  Originating emails send fine.  When replying to an email (various addresses) the reply is hung up and can not be sent.  Option becomes put in draft, delete, etc.  Any suggestions would be helpful.  Mid 2013 iMac.

    I don't know how rare this is.  I went a week or so without a problem, and now it's starting to recur.  Also, in some instances, an email will look unsent (remain in the outbox on the Treo), but it has been sent, and recipients are replying while I'm trying to figure out what is going on.  Further, it will send the same email over and over during this madness.
    This is a show stopper.  If there isn't a software fix soon, I may chuck this phone in the garbage.
    Post relates to: Treo 800w (Sprint)
    UPDATE:  The problem comes and goes.  The next day, no changes to the treo, everything workeds.  Now i'm suspecting the sprint server, and how it/the phone responds from failing to send while roaming.  I've since turned off roaming, and haven't had a problem for several days.
    Message Edited by slrichardson on 12-22-2008 01:12 PM

  • When I forward or reply to the email from Mail, the receiver gets it as multiple attachments with no content in the mail., When I forward or reply to the email from Mail, the receiver gets it as multiple attachments with no content in the mail.

    When I forward or reply to the email from Mail, the receiver gets it as multiple attachments with no content in the mail., When I forward or reply to the email from Mail, the receiver gets it as multiple attachments with no content in the mail.

    That's probably because the message is in HTML format. Send the reply as plain text.

  • Howto send a mail with 2 attachments

    hi experts,
    i have to realise the following scenario:
    - a customer sends us invoice-data via webservice
    - sap-pi has to copy the payload
    - sap-pi adds some default-values the new payload
    - at the end i have to send an email with the original payload and the modified payload
      (every payload as a separate attached file)
    is this possible??
    could anyone describe me the steps i have to do?
    thx in advance,
    dieter

    thx for your answer - we solved our problem with a bean that we implemented in the communications channel of the sender.
    our next problem is that we want to rename the attachments. we made the following settings in the communications channel of the receiver:
    1     localejbs/AF_Modules/MessageTransformBean     Local Enterprise Bean     1
    2     localejbs/AF_Modules/PayloadSwapBean     Local Enterprise Bean     swap
    3     localejbs/AF_Modules/MessageTransformBean     Local Enterprise Bean     2
    4     sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean     Local Enterprise Bean     mail
    1     Transform.ContentDescription     untitled.xml
    1     Transform.ContentDisposition     attachment;filename="original.xml"
    1     Transform.ContentType     text/xml;name="original.xml"
    swap     swap.KeyName     payload-name
    swap     swap.KeyValue     attachment-1
    2     Transform.ContentDescription     invoice
    2     Transform.ContentDisposition     attachment;name="invoice.xml"
    2     Transform.ContentType     text/xml;name="invoice.xml"
    the message looks like this:
    <SAP:Manifest xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-manifest-5CABE13F5C59AB7FE10000000A1551F7">
    - <SAP:Payload xlink:href="cid:original-ID.xml">
      <SAP:Name>attachment-1</SAP:Name>
      <SAP:Description>attachment</SAP:Description>
      <SAP:Type>ApplicationAttachment</SAP:Type>
      </SAP:Payload>
    - <SAP:Payload xlink:href="cid:payload-8687af70bfd611dfb3f700e000c5720c<at>sap.com">
      <SAP:Name>MainDocument</SAP:Name>
      <SAP:Description>Main XML document</SAP:Description>
      <SAP:Type>Application</SAP:Type>
      </SAP:Payload>
      </SAP:Manifest>
    in our mail, the payload maindocument is an attachment with the name "invoice.xml" -> this works
    but the second attachment in the mail is named "untitled.xml" and it's not possible for us to rename this attachment to "original.xml"
    any ideas???
    thx in advance

  • I send out emails with proper grammar.  People would reply returning my email and I would notice the grammar has changed and doesn't make sense.  What's causing this problem?

    I send out emails with proper grammar.  People would reply returning my email and I would notice the grammar has changed and doesn't make sense.  What's causing this problem?

    Have you actually compared what you sent (in your Sent Mail Folder) with what is in the reply?
    Note that Auto Correction can often change what you think that you are typing.
    Are you sure that the return message has your original message intact and not edited by the recipient?
    Bottom line: if the recipient does a simple reply to your message with the original message attached the system is not going to edit your message.

Maybe you are looking for

  • Itunes 11.0.2.26 keeps crashing when playing videos

    I've tried removing and reinstalling. Still Crashes!

  • How to print out page number

    I want to print page number with every page how it possible..... So that I would come to know how many printed documents are left.... Please reply soon

  • Error while uploading the general maintenance task list with LSMW

    Hi friends, I am uploading the general maintenance task list with the help of Standard Batch/Direct input method in LSMW. I am using the internal number range for task list. First task list is getting created properly, but while creating second task

  • UME to CUA(ABAP) user data replication for custim attribute.

    Hi All, We have planned that Users will be created in portal and from there user data will flow to CUA(ABAP) and from CUA it will flow to r3,BW,CRM ..etc . I have configured the UME(portal) so that when ever I create user in Portal it flows to CUA (A

  • How to select dates by year?

    Hi, Lets say I have a table(itemID, datePurchase, itemPrice) and I want to list the sum of itemPrice based on the year of datePurchase. eg. I want the total amount spent in the year 2007 DATEPURCHASE ITEMPRICE 04-OCT-07 300 07-NOV-07 250 17-JAN-08 12