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.

Similar Messages

  • Sending attachments with emails in Javamail

    I'm trying to send attachments with emails using Javamail. Following is the code through which I'm trying to achieve that. It works as expected on a JRE1.6 environment. But on JRE1.5, the content of the file gets added to the mail body as text.I want the file to be sent as an attachment.
    Any pointers on the observed difference in behavior would be highly appreciated!
    String msgText = mailInfo.getMessage();
            String attachmentFileName = mailInfo.getFileName();
            MimeBodyPart mimeBodyPart = new MimeBodyPart();
            mimeBodyPart.setText(msgText);
            // create the second message part
            MimeBodyPart attachmentBodyPart = new MimeBodyPart();
            // attach the file to the message
            FileDataSource fileDataSource = new FileDataSource(attachmentFileName);
            attachmentBodyPart.setFileName(fileDataSource.getName());
            attachmentBodyPart.setDataHandler(new DataHandler(fileDataSource));
            // create the Multipart and add its parts to it
            Multipart multipart = new MimeMultipart();
            multipart.addBodyPart(mimeBodyPart);
            multipart.addBodyPart(attachmentBodyPart);
            message.setContent(multipart);The email in case of JRE1.5 is as follows
    {color:#0000ff}------=_Part_0_33189144.1233078680250
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    Hi...Test Mail
    ------=_Part_0_33189144.1233078680250
    Content-Type: application/octet-stream; name=corba_architecture.pdf
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename=corba_architecture.pdf
    Content-ID: Attachment
    JVBERi0xLjIgDSXi48/TDQogDTggMCBvYmoNPDwNL0xlbmd0aCA5IDAgUg0vRmlsdGVyIC9GbGF0
    ZURlY29kZSANPj4Nc3RyZWFtDQpIiUWPW07DMBBFV+A93E9QlWBP/Kj5awt8USFRbyBKnTQIkshK
    YfvYcQoaybrSzDkzFhCxQgemeWkUyKTXEIeSHMGjZXvHSFBJCpXUpQLcE+NIlbCHFw4pUxeuZQUv
    ueY25gYxk9mKmH9wtwvNpZ99M1+jc2wxXzxweHvf73AP9xGFhaIsTyC3/w6ZDYfxaxoHP8w4jmf/
    ------=_Part_0_33189144.1233078680250-- {color}

    Following is the debug trace obtained on running the program on 1.5.
    +12:45:57,218 INFO [MailerThread] EmailManager:306 - Sending message {toAddress [email protected],+
    +replyTo =null,+
    +cc =null,+
    +message =Hi...Test Mail,+
    +subject =test mail,+
    +contentType =null fileName =C:\docs\cbe\dist computing\A.txt }+
    Loading javamail.default.providers from jar:file:/C:/docs/cbe/lib/mail-1.4.jar!/META-INF/javamail.default.providers
    DEBUG: loading new provider protocol=imap, className=com.sun.mail.imap.IMAPStore, vendor=Sun Microsystems, Inc, version=null
    DEBUG: loading new provider protocol=imaps, className=com.sun.mail.imap.IMAPSSLStore, vendor=Sun Microsystems, Inc, version=null
    DEBUG: loading new provider protocol=smtp, className=com.sun.mail.smtp.SMTPTransport, vendor=Sun Microsystems, Inc, version=null
    DEBUG: loading new provider protocol=smtps, className=com.sun.mail.smtp.SMTPSSLTransport, vendor=Sun Microsystems, Inc, version=null
    DEBUG: loading new provider protocol=pop3, className=com.sun.mail.pop3.POP3Store, vendor=Sun Microsystems, Inc, version=null
    DEBUG: loading new provider protocol=pop3s, className=com.sun.mail.pop3.POP3SSLStore, vendor=Sun Microsystems, Inc, version=null
    DEBUG: getProvider() returning provider protocol=smtp; type=javax.mail.Provider$Type@77eaf8; class=com.sun.mail.smtp.SMTPTransport; vendor=Sun Microsystems, Inc
    DEBUG SMTP: useEhlo true, useAuth false
    DEBUG SMTP: trying to connect to host "10.16.68.131", port 25, isSSL false
    +220 mailhost5.vmware.com ESMTP Postfix (mailhost5)+
    DEBUG SMTP: connected to host "10.16.68.131", port: 25
    EHLO sbanerjee
    +250-mailhost5.vmware.com+
    +250-PIPELINING+
    +250-SIZE 26800000+
    +250-VRFY+
    +250-ETRN+
    +250-ENHANCEDSTATUSCODES+
    +250-8BITMIME+
    +250 DSN+
    DEBUG SMTP: Found extension "PIPELINING", arg ""
    DEBUG SMTP: Found extension "SIZE", arg "26800000"
    DEBUG SMTP: Found extension "VRFY", arg ""
    DEBUG SMTP: Found extension "ETRN", arg ""
    DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
    DEBUG SMTP: Found extension "8BITMIME", arg ""
    DEBUG SMTP: Found extension "DSN", arg ""
    DEBUG SMTP: use8bit false
    MAIL FROM:<[email protected]>
    +250 2.1.0 Ok+
    RCPT TO:<[email protected]>
    +250 2.1.5 Ok+
    DEBUG SMTP: Verified Addresses
    DEBUG SMTP:   [email protected]
    DATA
    +354 End data with <CR><LF>.<CR><LF>+
    ------=_Part_0_3278348.1233126957281
    Content-Type: text/plain; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    Hi...Test Mail
    ------=_Part_0_3278348.1233126957281
    Content-Type: text/plain; charset=us-ascii; name=A.txt
    Content-Transfer-Encoding: 7bit
    Content-Disposition: attachment; filename=A.txt
    Content-ID: Attachment
    adasdasdd
    ------=_Part_0_3278348.1233126957281--
    +.+
    +250 2.0.0 Ok: queued as 5BE5BDC100+
    +12:45:59,125 INFO [MailerThread] EmailManager:331 - Message {toAddress [email protected],+
    +replyTo =null,+
    +cc =null,+
    +message =Hi...Test Mail,+
    +subject =test mail,+
    +contentType =null fileName =C:\docs\cbe\dist computing\A.txt } sent to the SMTP server successfully+

  • Attachments with emails are a PROBLEM!

    Boy...I just dread having to send attachments with emails. Even a simple, one page flyer in pdf form! I have high speed internet connection - but no matter what size the attachment the emails just won't send. They repeatedly time out and/or have the drop down menu pop up to select another server (have three different email addresses/servers). No matter what server I use the emails will sit in the "outbox" all day and sometimes more than one day before they actually get sent. Does this happen to anyone else? Ideas to fix? THANKS!!

    I am referring to new email messages, generated by me - sending to a recipient - that include attachments (usually pdf's) from my MacBook Pro. It is quite frustrating.... Thanks for your interest in helping me with this!

  • 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?

  • 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 .

  • Attachments with email submission receipt?

    Based on response to check boxes, I would like to send an attachment with email submission receipt. The attached file would be condistional. For example, with response A, the submitter would get the attachment docA.pdf, with response B, the submitter would get the attachment docB.pdf, etc.
    Is this possible? Thank you.

    Sorry this is not possible. We don not support sending attachments with the email receipts. Also, you can't even have conditional email body message.
    Gen

  • I have  Mac os x 106. When I try to send an attachment with email it won't send.  Please could someone help? Thank you.

    I have a Mac OS X 10.6 When I try to send an attachment with email it won't send - keeps saying 'fail'.  Please could someone help? Thank you.

    Hi lllaass! I replied to your post with the information you required but haven't heard from you since. If you don't, or can't help any further please would you let me know. Thanks.

  • IPhone does not forward attachments with emails

    My iPhone does not forward attachments with emails.

    Make sure you open the email and fully download the attachments before trying to forward them.  Large attachments are often only partially downloaded unless you tap the option to fully download the.

  • Can not send attachments with emails on Me and aol Imap??

    I have an aol and MobileMe imap accounts set up with my mac mail, but I can not send any email with attachemnts no matter how small the smallest I have tried is 152Kb. I have been reeding the threads about not being able to send any email, but I can send and recive emails(with attachments) just not send with attachments.I have been able to send attachments with my aol Imap account before.
    I have recently signed up to Mobile me and created the Me Imap account, this is the first time I have had to send an attachment. Is it something to do with the Mobile me?? Any help much appreciated
    still relitivly new to Mac....

    Hi Kursten, and a warm welcome to the forums!
    Have you tried Port 587 instead of 25 for the .me account anyway?
    Mail>Preferences>Accounts>Outgoing SMTP>Server Settings...

  • Why can I not send attachments with emails?

    Since updating to Maverick have been unable to send attachments to emails. WHY?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • How to send a ttachment with email.

    Dear all ,
    i have written the below code to send mails ..it is workiing fine
    my problem is data to be shown in the mail is contained in itab
    mailtxt77 .... but i want the data contained in this itab
    to be sent as attachment ... how to do dat.
    *& Report  ZTRANSPORTER_EMAIL                                          *
    REPORT  ZTRANSPORTER_EMAIL                      .
    data: maildata type sodocchgi1.
    data: entries like sy-tabix.
    data: newid like sofolenti1-object_id.
    data: sent like sonv-flag.
    data: BEGIN OF mailtxt OCCURS 0,
          LINE(300),
          END OF MAILTXT.
    data: mailrec  type table of SOMLRECI1 WITH HEADER LINE .
    DATA : MAILREC1 type table of SOMLRECI1.
    *data: mailrec type string.
    data: lt_transporter like ztransporter occurs 0 with header line.
    data: begin of lt_transporter2 occurs 0,
          transporter(18),
          end of lt_transporter2.
    DATA : MAILTXT1(10),
    MAILTXT2(30),
    MAILTXT3(4),
    MAILTXT4(18),
    MAILTXT5(10),
    MAILTXT6(35),
    MAILTXT7(30),
    MAILTXT8(40),
    MAILTXT9(10),
    MAILTXT10(5),
    MAILTXT11(8),
    MAILTXT12(10),
    mail1 type string,
    mail2 type string,
    mail3 type string,
    mail4 type string,
    mail5 type string,
    mail6 type string,
    mail7 type string,
    mail8 type string,
    mail9 type string,
    mail10 type string,
    mail11 type string,
    mail12 type string.
    DATA : MAILTXT77 TYPE TABLE OF SOLISTI1 WITH HEADER LINE.
    data: begin of lt_transporter1 occurs 0,
          Sr_no(10),
          transporter(30),
          plant(4),
          material(18),
          VENDOR(10),
          vendor_name(35),
          vendor_place(30),
          material_desc(40),
          sched_agreement(10),
          sched_line_item(5),
          delivery_date(8),
          delivery_qty(10),
          end of lt_transporter1.
    data: lt_email like ztrans_email occurs 0 with header line.
    DATA: BEGIN OF MAILTXT13 OCCURS 0 ,
    LINE(300),
    END OF MAILTXT13.
    data: var1 type i,
          var2 type i,
          var3 type i,
    var4 type i,
    var5 type i,
    var6 type i,
    var7 type i,
    var8 type i,
    var9 type i,
    var10 type i,
    var11 type i,
    var12 type i.
    start-of-selection.
      clear:    maildata, mailtxt,  mailrec.
      refresh:  mailtxt. "mailrec.
    select * from ztransporter into table lt_transporter.
    select distinct transporter from ztransporter into table lt_transporter2
    loop at lt_transporter.
    move-corresponding lt_transporter to lt_transporter1.
    append lt_transporter1.
    clear lt_transporter1.
    endloop.
    if not lt_transporter[] is initial.
    select * from ztrans_email into table lt_email
    for all entries in lt_transporter
    where transporter = lt_transporter-transporter.
    endif.
    loop at lt_transporter2.
      maildata-obj_name = 'TEST'.
      maildata-obj_descr = 'Test'.
      maildata-obj_langu = sy-langu.
    MAIL1 = 'SR NO-'.
    MAIL2 = '---TRANSPORTER--
    mail3 = 'plant'.
    mail4 = '---material---'.
    mail5 = '-vendor'.
    mail6 = '--vendor_name--
    mail7 = '--vendor_place--
    mail8 = '--material_desc--
    mail9 = 'sched_agrt'.
    mail10 = 'item-'.
    mail11 = 'del. date'.
    mail12 = '-del. qty-'.
    concatenate mail1 ',' mail2 ',' mail3 ',' mail4 ',' mail5 ',' mail6 ','
    mail7 ',' mail8 ',' mail9 ',' mail10 ',' mail11 ',' mail12  into
    mailtxt77-line
    separated by space.
    *mailtxt = '  Srno  Transporter  plant  material  vendor  vendorplace
    *materialdesc  schedagreement  LINEITEM  DELIVERYDATE  DELIVERYQTY'.
      append mailtxt77.
      clear mailtxt77.
    loop at lt_transporter1 where transporter = lt_transporter2-transporter.
    *MOVE  LT_TRANSPORTER1+(10) TO MAILTXT(10).
    MAILTXT1 = LT_TRANSPORTER1+(10).
    *MAILTXT33 = '  '.
    var1 = strlen( mailtxt1 ).
    var1 = 10 - var1.
    shift mailtxt1 right by var1 places.
    MAILTXT2 = LT_TRANSPORTER1+10(30).
    var2 = strlen( mailtxt2 ).
    var2 = 30 - var2.
    shift mailtxt2 right by var2 places.
    *concatenate mailtxt1 mailtxt2 into mailtxt13-line respecting blanks.
    MAILTXT3 = LT_TRANSPORTER1+40(4).
    var3 = strlen( mailtxt3 ).
    var3 = 4 - var3.
    shift mailtxt3 right by var3 places.
    MAILTXT4 = LT_TRANSPORTER1+44(18).
    var4 = strlen( mailtxt4 ).
    var4 = 18 - var4.
    shift mailtxt4 right by var4 places.
    MAILTXT5 = LT_TRANSPORTER1+62(10).
    var5 = strlen( mailtxt5 ).
    var5 = 10 - var5.
    shift mailtxt5 right by var5 places.
    MAILTXT6 = LT_TRANSPORTER1+72(35).
    var6 = strlen( mailtxt6 ).
    var6 = 35 - var6.
    shift mailtxt6 right by var6 places.
    MAILTXT7 = LT_TRANSPORTER1+107(30).
    var7 = strlen( mailtxt7 ).
    var7 = 30 - var7.
    shift mailtxt7 right by var7 places.
    MAILTXT8 = LT_TRANSPORTER1+137(40).
    var8 = strlen( mailtxt8 ).
    var8 = 40 - var8.
    shift mailtxt8 right by var8 places.
    MAILTXT9 = LT_TRANSPORTER1+177(10).
    var9 = strlen( mailtxt9 ).
    var9 = 10 - var9.
    shift mailtxt9 right by var9 places.
    MAILTXT10 =  LT_TRANSPORTER1+187(5).
    var10 = strlen( mailtxt10 ).
    var10 = 5 - var10.
    shift mailtxt10 right by var10 places.
    MAILTXT11 = LT_TRANSPORTER1+192(8).
    var11 = strlen( mailtxt11 ).
    var11 = 8 - var11.
    shift mailtxt11 right by var11 places.
    MAILTXT12 = LT_TRANSPORTER1+200(10).
    var12 = strlen( mailtxt12 ).
    var12 = 10 - var12.
    shift mailtxt12 right by var12 places.
    *CONCATENATE LT_TRANSPORTER1(10) LT_TRANSPORTER112(30)
    *LT_TRANSPORTER142(4) LT_TRANSPORTER148(18)
    *LT_TRANSPORTER166(10) LT_TRANSPORTER178(35)
    *LT_TRANSPORTER1115(30) LT_TRANSPORTER1147(40)
    *LT_TRANSPORTER1189(10) LT_TRANSPORTER1201(5)
    *LT_TRANSPORTER1208(10) LT_TRANSPORTER1220(10) INTO MAILTXT-LINE.
    CONCATENATE MAILTXT1 ',' MAILTXT2 ',' MAILTXT3 ',' MAILTXT4 ','
    MAILTXT5 ','
    MAILTXT6 ',' MAILTXT7 ',' MAILTXT8 ',' MAILTXT9 ',' MAILTXT10 ','
    MAILTXT11
    ',' MAILTXT12 INTO MAILTXT77-LINE SEPARATED BY SPACE.
    mailtxt = lt_transporter1.
      append mailtxt77.
       clear mailtxt77.
    endloop.
    clear lt_email.
    read table lt_email with key transporter = lt_transporter2-transporter.
    if sy-subrc = 0.
      mailrec-receiver = lt_email-main_email.
      mailrec = lt_email-main_email.
      mailrec-rec_type  = 'U'.
    mailrec-com_type = 'INT'.
    mailrec-notif_del = 'X'.
    mailrec-notif_ndel = 'X'.
      append mailrec.
    *perform email.
       clear mailrec.
       if not lt_email-email2 = ''.
      mailrec-receiver = lt_email-email2.
      mailrec-rec_type  = 'U'.
       mailrec-com_type = 'INT'.
    mailrec-notif_del = 'X'.
    mailrec-notif_ndel = 'X'.
    *mailrec = lt_email-email2.
    perform email.
      append mailrec.
       clear mailrec.
       endif.
       if not lt_email-email3 = ''.
      mailrec-receiver = lt_email-email3.
      mailrec-rec_type  = 'U'.
       mailrec-com_type = 'INT'.
    mailrec-notif_del = 'X'.
    mailrec-notif_ndel = 'X'.
      append mailrec.
    *mailrec = lt_email-email3.
    perform email.
       clear mailrec.
       endif.
        if not lt_email-email4 = ''.
      mailrec-receiver = lt_email-email4.
      mailrec-rec_type  = 'U'.
       mailrec-com_type = 'INT'.
    mailrec-notif_del = 'X'.
    mailrec-notif_ndel = 'X'.
      append mailrec.
    *mailrec = lt_email-email4.
    perform email.
       clear mailrec.
       endif.
       if not lt_email-email5 = ''.
      mailrec-receiver = lt_email-email5.
      mailrec-rec_type  = 'U'.
      append mailrec.
    mailrec = lt_email-email5.
    perform email.
       clear mailrec.
       endif.
    endif.
        call function 'SO_NEW_DOCUMENT_SEND_API1'
             exporting
                  document_data              = maildata
                  document_type              = 'RAW'
                  put_in_outbox              = 'X'
                  commit_work                = 'X'
             importing
                  sent_to_all                = sent
                  new_object_id             = newid
             tables
                  object_content             = mailtxt77
                  receivers                  = mailrec
             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.
        if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        endif.

    dear all,
      i  am now able to get attachments with the mail
      but there are 2 attachments
      1.     . raw
      2.     .ali -  this attachment shows junk characters
    i need only one .html file as attachement
    if you can kindly find the fault in this code
    *& Report  ZTRANSPORTER_EMAIL                                          *
    REPORT  ZTRANSPORTER_EMAIL                      .
    data: maildata type sodocchgi1.
    DATA:
    l_datum(10),
    ls_docdata TYPE sodocchgi1,
    lt_objpack TYPE TABLE OF sopcklsti1 WITH HEADER LINE,
    lt_objhead TYPE TABLE OF solisti1 WITH HEADER LINE,
    lt_objtxt TYPE TABLE OF solisti1 WITH HEADER LINE,
    lt_objbin TYPE TABLE OF solisti1 WITH HEADER LINE,
    lt_reclist TYPE TABLE OF somlreci1 WITH HEADER LINE,
    lt_listobject TYPE TABLE OF abaplist WITH HEADER LINE,
    l_tab_lines TYPE i,
    l_att_type LIKE soodk-objtp.
    data: entries like sy-tabix.
    data: newid like sofolenti1-object_id.
    data: sent like sonv-flag.
    data: BEGIN OF mailtxt OCCURS 0,
          LINE(300),
          END OF MAILTXT.
    data: mailrec  type table of SOMLRECI1 WITH HEADER LINE .
    DATA : MAILREC1 type table of SOMLRECI1.
    *data: mailrec type string.
    data: lt_transporter like ztransporter occurs 0 with header line.
    data: begin of lt_transporter2 occurs 0,
          transporter(18),
          end of lt_transporter2.
    DATA : MAILTXT1(10),
    MAILTXT2(30),
    MAILTXT3(4),
    MAILTXT4(18),
    MAILTXT5(10),
    MAILTXT6(35),
    MAILTXT7(30),
    MAILTXT8(40),
    MAILTXT9(10),
    MAILTXT10(5),
    MAILTXT11(8),
    MAILTXT12(10),
    mail1 type string,
    mail2 type string,
    mail3 type string,
    mail4 type string,
    mail5 type string,
    mail6 type string,
    mail7 type string,
    mail8 type string,
    mail9 type string,
    mail10 type string,
    mail11 type string,
    mail12 type string.
    DATA : MAILTXT77 TYPE TABLE OF SOLISTI1 WITH HEADER LINE.
    data: begin of lt_transporter1 occurs 0,
          Sr_no(10),
          transporter(30),
          plant(4),
          material(18),
          VENDOR(10),
          vendor_name(35),
          vendor_place(30),
          material_desc(40),
          sched_agreement(10),
          sched_line_item(5),
          delivery_date(8),
          delivery_qty(10),
          end of lt_transporter1.
    data: lt_email like ztrans_email occurs 0 with header line.
    DATA: BEGIN OF MAILTXT13 OCCURS 0 ,
    LINE(300),
    END OF MAILTXT13.
    data: var1 type i,
          var2 type i,
          var3 type i,
    var4 type i,
    var5 type i,
    var6 type i,
    var7 type i,
    var8 type i,
    var9 type i,
    var10 type i,
    var11 type i,
    var12 type i.
    start-of-selection.
      clear:    maildata, mailtxt,  mailrec.
      refresh:  mailtxt. "mailrec.
    select * from ztransporter into table lt_transporter.
    select distinct transporter from ztransporter into table lt_transporter2
    loop at lt_transporter.
    move-corresponding lt_transporter to lt_transporter1.
    append lt_transporter1.
    clear lt_transporter1.
    endloop.
    if not lt_transporter[] is initial.
    select * from ztrans_email into table lt_email
    for all entries in lt_transporter
    where transporter = lt_transporter-transporter.
    endif.
    loop at lt_transporter2.
      maildata-obj_name = 'TEST'.
      maildata-obj_descr = 'Test'.
      maildata-obj_langu = sy-langu.
    MAIL1 = 'SR NO-'.
    MAIL2 = '---TRANSPORTER--
    mail3 = 'plant'.
    mail4 = '---material---'.
    mail5 = '-vendor'.
    mail6 = '--vendor_name--
    mail7 = '--vendor_place--
    mail8 = '--material_desc--
    mail9 = 'sched_agrt'.
    mail10 = 'item-'.
    mail11 = 'del. date'.
    mail12 = '-del. qty-'.
    concatenate mail1 ',' mail2 ',' mail3 ',' mail4 ',' mail5 ',' mail6 ','
    mail7 ',' mail8 ',' mail9 ',' mail10 ',' mail11 ',' mail12  into
    mailtxt77-line
    separated by space.
    *mailtxt = '  Srno  Transporter  plant  material  vendor  vendorplace
    *materialdesc  schedagreement  LINEITEM  DELIVERYDATE  DELIVERYQTY'.
      append mailtxt77.
      clear mailtxt77.
    loop at lt_transporter1 where transporter = lt_transporter2-transporter.
    *MOVE  LT_TRANSPORTER1+(10) TO MAILTXT(10).
    MAILTXT1 = LT_TRANSPORTER1+(10).
    *MAILTXT33 = '  '.
    var1 = strlen( mailtxt1 ).
    var1 = 10 - var1.
    shift mailtxt1 right by var1 places.
    MAILTXT2 = LT_TRANSPORTER1+10(30).
    var2 = strlen( mailtxt2 ).
    var2 = 30 - var2.
    shift mailtxt2 right by var2 places.
    *concatenate mailtxt1 mailtxt2 into mailtxt13-line respecting blanks.
    MAILTXT3 = LT_TRANSPORTER1+40(4).
    var3 = strlen( mailtxt3 ).
    var3 = 4 - var3.
    shift mailtxt3 right by var3 places.
    MAILTXT4 = LT_TRANSPORTER1+44(18).
    var4 = strlen( mailtxt4 ).
    var4 = 18 - var4.
    shift mailtxt4 right by var4 places.
    MAILTXT5 = LT_TRANSPORTER1+62(10).
    var5 = strlen( mailtxt5 ).
    var5 = 10 - var5.
    shift mailtxt5 right by var5 places.
    MAILTXT6 = LT_TRANSPORTER1+72(35).
    var6 = strlen( mailtxt6 ).
    var6 = 35 - var6.
    shift mailtxt6 right by var6 places.
    MAILTXT7 = LT_TRANSPORTER1+107(30).
    var7 = strlen( mailtxt7 ).
    var7 = 30 - var7.
    shift mailtxt7 right by var7 places.
    MAILTXT8 = LT_TRANSPORTER1+137(40).
    var8 = strlen( mailtxt8 ).
    var8 = 40 - var8.
    shift mailtxt8 right by var8 places.
    MAILTXT9 = LT_TRANSPORTER1+177(10).
    var9 = strlen( mailtxt9 ).
    var9 = 10 - var9.
    shift mailtxt9 right by var9 places.
    MAILTXT10 =  LT_TRANSPORTER1+187(5).
    var10 = strlen( mailtxt10 ).
    var10 = 5 - var10.
    shift mailtxt10 right by var10 places.
    MAILTXT11 = LT_TRANSPORTER1+192(8).
    var11 = strlen( mailtxt11 ).
    var11 = 8 - var11.
    shift mailtxt11 right by var11 places.
    MAILTXT12 = LT_TRANSPORTER1+200(10).
    var12 = strlen( mailtxt12 ).
    var12 = 10 - var12.
    shift mailtxt12 right by var12 places.
    *CONCATENATE LT_TRANSPORTER1(10) LT_TRANSPORTER112(30)
    *LT_TRANSPORTER142(4) LT_TRANSPORTER148(18)
    *LT_TRANSPORTER166(10) LT_TRANSPORTER178(35)
    *LT_TRANSPORTER1115(30) LT_TRANSPORTER1147(40)
    *LT_TRANSPORTER1189(10) LT_TRANSPORTER1201(5)
    *LT_TRANSPORTER1208(10) LT_TRANSPORTER1220(10) INTO MAILTXT-LINE.
    CONCATENATE MAILTXT1 ',' MAILTXT2 ',' MAILTXT3 ',' MAILTXT4 ','
    MAILTXT5 ','
    MAILTXT6 ',' MAILTXT7 ',' MAILTXT8 ',' MAILTXT9 ',' MAILTXT10 ','
    MAILTXT11
    ',' MAILTXT12 INTO MAILTXT77-LINE SEPARATED BY SPACE.
    mailtxt = lt_transporter1.
      append mailtxt77.
       clear mailtxt77.
    Create receiver list
    **LOOP AT s_name.
    *lt_reclist-receiver = s_name-low.
    **lt_reclist-rec_type = 'B'.
    **APPEND lt_reclist.
    **ENDLOOP.
    Send Message
    endloop.
    submit zreport with transporter = lt_transporter2-transporter
       exporting list to memory and return.
    *REFRESH LT_LISTOBJECT.
       CALL FUNCTION 'LIST_FROM_MEMORY'
    TABLES
    listobject = lt_listobject
    EXCEPTIONS
    not_found = 1
    OTHERS = 2.
    IF sy-subrc <> 0.
    Error in function module &1
    MESSAGE ID '61' TYPE 'E' NUMBER '731'
    WITH 'LIST_FROM_MEMORY'.
    ENDIF.
    Because listobject is of size RAW(1000)
    and objbin is of size CHAR(255) we make this table copy
    CALL FUNCTION 'TABLE_COMPRESS'
    TABLES
    in = lt_listobject
    out = lt_objbin
    EXCEPTIONS
    compress_error = 1
    OTHERS = 2.
    IF sy-subrc <> 0.
    Error in function module &1
    MESSAGE ID '61' TYPE 'E' NUMBER '731'
    WITH 'TABLE_COMPRESS'.
    ENDIF.
    ls_docdata-obj_name = 'USERS_LIST'.
    CONCATENATE 'List of Users' sy-sysid '-' l_datum "#EC *
    INTO ls_docdata-obj_descr SEPARATED BY space.
    Main Text
    lt_objtxt = 'List of Users According to Logon Date' &
    ' and Password Change'. "#EC *
    APPEND lt_objtxt.
    Write Packing List (Main)
    DESCRIBE TABLE lt_objtxt LINES l_tab_lines.
    READ TABLE lt_objtxt INDEX l_tab_lines.
    ls_docdata-doc_size = ( l_tab_lines - 1 ) * 255 + STRLEN( lt_objtxt ).
    CLEAR lt_objpack-transf_bin.
    lt_objpack-head_start = 1.
    lt_objpack-head_num = 0.
    lt_objpack-body_start = 1.
    lt_objpack-body_num = l_tab_lines.
    lt_objpack-doc_type = 'RAW'.
    APPEND lt_objpack.
    Create Message Attachment
    Write Packing List (Attachment)
    l_att_type = 'ALI'.
    DESCRIBE TABLE lt_objbin LINES l_tab_lines.
    READ TABLE lt_objbin INDEX l_tab_lines.
    lt_objpack-doc_size = ( l_tab_lines - 1 ) * 255 + STRLEN( lt_objbin ).
    lt_objpack-transf_bin = 'X'.
    lt_objpack-head_start = 1.
    lt_objpack-head_num = 0.
    lt_objpack-body_start = 1.
    lt_objpack-body_num = l_tab_lines.
    lt_objpack-doc_type = l_att_type.
    lt_objpack-obj_name = 'ATTACHMENT'.
    lt_objpack-obj_descr = 'List_of_Users'. "#EC *
    APPEND lt_objpack.
    clear lt_email.
    read table lt_email with key transporter = lt_transporter2-transporter.
    if sy-subrc = 0.
      mailrec-receiver = lt_email-main_email.
      mailrec = lt_email-main_email.
      mailrec-rec_type  = 'U'.
    mailrec-com_type = 'INT'.
    mailrec-notif_del = 'X'.
    mailrec-notif_ndel = 'X'.
      append mailrec.
    *perform email.
       clear mailrec.
       if not lt_email-email2 = ''.
      mailrec-receiver = lt_email-email2.
      mailrec-rec_type  = 'U'.
       mailrec-com_type = 'INT'.
    mailrec-notif_del = 'X'.
    mailrec-notif_ndel = 'X'.
    *mailrec = lt_email-email2.
    perform email.
      append mailrec.
       clear mailrec.
       endif.
       if not lt_email-email3 = ''.
      mailrec-receiver = lt_email-email3.
      mailrec-rec_type  = 'U'.
       mailrec-com_type = 'INT'.
    mailrec-notif_del = 'X'.
    mailrec-notif_ndel = 'X'.
      append mailrec.
    *mailrec = lt_email-email3.
    perform email.
       clear mailrec.
       endif.
        if not lt_email-email4 = ''.
      mailrec-receiver = lt_email-email4.
      mailrec-rec_type  = 'U'.
       mailrec-com_type = 'INT'.
    mailrec-notif_del = 'X'.
    mailrec-notif_ndel = 'X'.
      append mailrec.
    *mailrec = lt_email-email4.
    perform email.
       clear mailrec.
       endif.
       if not lt_email-email5 = ''.
      mailrec-receiver = lt_email-email5.
      mailrec-rec_type  = 'U'.
      append mailrec.
    mailrec = lt_email-email5.
    perform email.
       clear mailrec.
       endif.
    endif.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data = ls_docdata
    put_in_outbox = ''
    commit_work = 'X'
    TABLES
    packing_list = lt_objpack
    object_header = lt_objhead
    contents_bin = lt_objbin
    contents_txt = lt_objtxt
    receivers = MAILREC
    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.
    IF sy-subrc = 0.
    Document sent
    MESSAGE ID 'SO' TYPE 'S' NUMBER '022'.
    ELSE.
    Document <&> could not be sent
    MESSAGE ID 'SO' TYPE 'S' NUMBER '023'
    WITH ls_docdata-obj_name.
    ENDIF.
    kindly help..
    APT POINTS WILL BE GIVEN..

  • 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

  • Problems sending via 3rd party email SMTP

    Hi,
    I've recently had BT broadband set up and for the first couple of days all worked fine with emails however all of a sudden I am unable to send emails from my work email address which is associated with my website. (this works fine while I am in the office so it can't be a problem with my email account. Additionally, this is affecting my husband's email account which is on a seperate domain but SMTP is set up through same server as mine, however he can send via a gmail account) There is no error message, I am using mac mail and it simply says that all SMTP accounts are offline when I go into the settings, and the email just sits in my outbox until i connect to a different wifi. 
    I have got a bt email address which BT set up when i signed up for broadband although i have no log in details. I don't need or want to use this account, as i need emails to come from my work domain name.
    I have found some other posts on this but can't quite understand what i need to do to fix this, can anyone help pleeease?
    thanks!!

    You may have to verify the email address that you are sending from before BTYahoo will allow it through. See this link which shows you how to do this.
    http://bt.custhelp.com/app/answers/detail/a_id/38595/c/346/session/L2F2LzEvdGltZS8xMzYzNDQ1NTAyL3NpZ...

  • 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.

  • Why I receive Winmail.Dat instead of list of attachments with Email?

    I am receiving Winmail.DAT file as an attachment with email that contain large attachments. I can not view the Attachments, nor can I reterive this .dat file. How can I change the settings in MAIL. Any body can guide plz.?

    Mac OS X Mail: What is a winmail.dat attachment? : Apple ...
    Download TNEFs Enough for Mac - Extract winmail.dat ...
    Winmail.dat | OfficeforMacHelp.com
    How to Open Winmail.dat Files | Mac|Life

Maybe you are looking for

  • Lightroom 5 to CC problems

    My computer crashed and I rebuilt my Motherboard, CPU and Graphics card. My old system had Lightroom 5 and before I cleared my C drive, I backed up all my photos and Lightroom Catalogs. After the rebuild, since I bought the Lightroom 5 online, I didn

  • 3 levels on TLN

    Hi all, I have to customize the TLN, to a 3 level  pattern. There are lot of blogs on 2 level but nothing is found for 3 levels. Please help me in this if somebody has already achieved this requirement. How can i change the source TLN that the TLN  w

  • Tab folder problem

    Hi folks, We are dynamically building tab folders in a couple of windows and find that the vertical height of the folder is always much taller than each of the tabs within. It looks like the more tabs you add in, the taller the entire folder gets. Th

  • Failed to read the table scslmthresh: error = 113

    I'm continously getting the above error (Failed to read the table scslmthresh: error = 113) on a new sun cluster 3.2 on two T5240s with a 2540 as their storage. I've searched for this error but I cannot find any information on it. Anyone know what th

  • Is there any way to sync iPod calendar with google calendar?

    I have ipod touch 4th gen and would like to have my calendar sync with google calendar. any suggestions would be much appreciated.