Multiple Mail  Attachments Using Oracle

Hi
I am using oracle for scenting mail from my application.At present we can only attach a single attachment with the mail.
Did anybody knows the procedure for attaching more than one attachment with the mail.
Thanks in Advance
Jim

Hi
I am using oracle for scenting mail from my application.At present we can only attach a single attachment with the mail.
Did anybody knows the procedure for attaching more than one attachment with the mail.
Thanks in Advance
Jim

Similar Messages

  • Sending mails with attachments using oracle 8i

    Hi,
    Could anybody please send a sample code for sending mails
    with attachments using oracle 8i.
    Thanks in advance

    For oracle8i there is an example package from OTN:
    http://www.oracle.com/technology/sample_code/tech/pl_sql/htdocs/Utl_Smtp_Sample.html
    You have to re-write the package a bit to work it with BLOBs instead of RAW attachments, but that should be no problem
    Hop this helps,
    Michiel

  • Sending Attachments using Oracle Alerts

    Hi All,
    I am working on Oracle Alerts. I have to send an output of the report to the client, is it possible to send using Oracle Alerts.
    Thanks in Advance,
    Venky.

    Hi,
    To send attachments using Oracle Alert, you can follow below mentioned steps:
    1) While defining Oracle alert Action, Select 'Action Level' as 'Summary'
    2) In Action Details, select 'Action Type' as 'Operating System Script'
    3) Select 'Text' radio button
    4) Write following code : uuencode <Name of the file along with the path> <Name of the attachment in the mail>|mailx -c &cc_mail_id,&to_mail_id -s "<Subject of the Mailer>" &to_mail_id.
    5) You can use mail or sendmail command also instead of mailx command.
    6) Save Alert details
    Thanks and regards,
    Indira

  • Send multiple email attachments using FM SO_NEW_DOCUMENT_ATT_SEND_API1.How?

    Hi All,
    I have a requirement to send email to an external ID for which I am using FM SO_NEW_DOCUMENT_ATT_SEND_API1.Can anyone give a sample code to send multiple excel attachments using this function module.
    Points would be rewarded.
    Thanks
    Archana.

    Check the Thread,,
    Re: more than 1 attachements/sheets in SO_DOCUMENT_SEND_API1

  • How to send mail attachments using java mail

    can any one help how to create mails attachments using java mail

    you can do it like this:
    Message msg = new MimeMessage(session);
    String fileAttachment = "c:/test.txt";
    Multipart mp = new MimeMultipart();
    BodyPart bp = new MimeBodyPart();
    FileDataSource fds = new FileDataSource(fileAttachment);
    bp.setDataHandler(new DataHandler(fds));
    bp.setFileName(fds.getName());
    mp.addBodyPart(bp);
    msg.setContent(mp);
    ...

  • How to send mail to multiple mail address using mail pkg?

    Hi All,
    How to send a mail to multiple mail addresses using Mail package. I tried by giving multiple mail addresses separated by semicolon(as well as comma) to the To field of the Mail Package structure, it gives Invalid Address error in Message Monitoring. But if i give a single mail address it works. How to address multiple email addresses.
    Regards,
    Sundar

    HI,
    With semicolon for mulitple email ids it worked for me (long back). Anyway cross check with this aprt of SAP help-
    http://help.sap.com/saphelp_nw04/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm
    Regards,
    Moorthy

  • Multiple mail attachments sending to Outlook/Exchange

    Hi,
    Does anyone know how to solve the problem where many attachments show up in Outlook when sending from OS X Mail to Outlook (via Exchange) if at least one attachment is present in the message?
    The problem has been hanging around for quite a while in my organisation with a few Mac users experiencing the ire of the Windows community with the prevalence of multiple attachments.  The problem is certainly worse if you use a jpg in your signature file as that effectively means every message has an attachment (so I stopped that )
    Windows clients are Outlook 2010 on Windows 7.
    Mac clients are Mail 6.5 on OS X 10.8.4.
    Mail Server is Exchange 2007 for both Windows and Mac clients.
    Any help much appreciated... pretty close to being forced back to Outlook....
    Steve

    See this note and try Fix C:
    http://homepage.mac.com/thgewecke/woutlook.html

  • Multiple mail attachments

    I received mail with multiple attachments. Now I want to forward some of those attachments to one recipient and other attachments from original mail to other recipient. Also want to add one my attachment to the second forwarded mail. Is it possible that from iOS?

    I noticed you posted in another thread with a similar title. The answers to your questions are all there but perhaps obscured by many posts and side-discussion.
    In a nutshell - you can't "attach" directly in the iOS Mail-app.
    You can cut and paste images into the body of the email – hold your finger on an image "copy" from either Safari or iOS Photos App, then paste in the email.
    You can't do the same with "docs" created in other iOS Apps.
    As suggested in the other thread – use a 3rd-party app. My favourite is GoodReader (GR). To use:
    Open each individual attachment in the Mail app and use the option "open-in" GR.
    In GR navigate back from the open document to the file management view.
    Tap on "Manage Files"
    Tap on the empty circles next to the documents you want to attach to select them.
    Tap on "E-Mail" and complete the other details of your message (ie. address, subject, spiel).
    Send.
    GR is worth taking the time to understand. It is so useful when you want to file all your iOS documents into one logical filing system – not spread about all the different apps you use to create your docs.
    I don't create "docs" in GR, but after creating-completing them in other apps, I transfer them to GR.

  • Is anyone using PAM for archiving e-mail? I am having trouble opening archived e-mail attachments using Firefox. I know the reason for this is part of the url gets left out when using Firefox. Works fine with Internet Explorer.

    This part of the path https://mail.domain.org/owa/ (see below) when place in allows Firefox to open the attachment.

    Autodiscover service on Exchange seems to be ok from the result of testing. We might change our mind and check if this is a network issue.
    If you are using Windows 7 or higher version OS, try to run the following command in CMD to disable the Autotuning function:
    Netsh interface tcp set global autotuning=disabled
    For more information, please visit here:
    http://slowpctexpert.blogspot.com/2010/12/speed-up-windows-7-disable-autotuning.html
    Tony Chen
    TechNet Community Support

  • Creating multiple mail accounts using 10.5's mail program

    Just bought a MacBook, my first, so I'm sort of stupid regarding Mac stuff. I'm having a problem with E-mail aliases, I have a main BT E-mail account and several aliases where I use 1 username and 1 password to retrieve ALL the mail, I cannot create multple alias accounts on the Mac using the main account name and password, any ideas?

    Larry,
    thanks for replying, I have tried that but it only allows me to send using the aliases, not retrieving my mail. Basically I have 1 account with several sub accounts all using the main account username and password, I get the main mailbox mails but no others, if I use the webmail facility I can read all the sub account mail in the inbox but it does not get delivered to my Mac and it does not search for any new mail other than my main account
    Mark

  • POP3 OVER SSL using Oracle service using E-mail Transport

    Hi All,
    I am trying to connect an e-mail inbox using Oracle service bus . But i am trying to use POP3 over SSL .
    using POP3 i am able to connect . Any help .
    Thanks
    Phani

    Please refer -
    How to send email from OSB with Mail server that requires SSL or STARTTLS
    Regards,
    Anuj

  • How to process a text file (mail attachment) using the sender mail adapter?

    Hi guys,
    Is it possible to process mail attachments using the sender mail adapter? Let's say I have a structured text file (attachment) which needs to be mapped and sent to target system.
    Post please any thoughts or experience.
    Thanks,
    Olian

    Hi Olian,
    Have a look at these helpful links -
    1. http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/9e6c7911-0d01-0010-1aa3-8e1bb1551f05&overridelayout=true
    2. http://www.riyaz.net/blog/xipi-configuring-the-sender-mail-adapter/
    3. http://help.sap.com/saphelp_nw70/helpdata/en/23/c093409c663228e10000000a1550b0/content.htm
    Regards,
    Sunil Chandra

  • Rename mail attachments

    Hi,
    How can I rename mail attachments using the subject line of the email as part of the name.  I have filtered the emails to a specific folder and ceated an automator action to extract the attachment and move it to another folder then rename it but automator only allows date, time, sequencial numbering, text, and or ?? 
    Is there an automator way of renameing the attachments using the sujbect line as part of the attachments new name.? or is there a secipt somewhere I can uset to do this.
    I have OX 10.8.4 - and all software is up to date. 
    Thank you ,
    Jerry

    Maybe these will help.
    Automator Script to Rename Files
    Automator Script to Rename Files (2)

  • Mail Sender Adapter with multiple sMIME attachments

    Hi!
    I 'm using XI 3.0 SP 15.
    I have problems with my Mail-Sender-Adapter.
    The mails, I fetch, contain a certificate and multiple xml-attachments. The xml's represent an IDOC-structure (INVOIC.INVOIC02).
    The task is to first check the certificate, and then to send each of the XML attachments separately to an SAP-System.
    1) We have twelve partner which use this e-Invoicing interface. How do I administer the certificates and do I have to create for each partner a "Sendervereinbarung"?
    2)
    The second problem is, that I have multiple payloads which have to be processed separately. How can this be done?
    kind regards and thanks a lot for your help
    MArtin

    As we have multiple xml-attachments, I guess we have a major problem anyway.
    I guess Certificate verification in the sebder agreement is done after the Module Processing of the email-adapter isn't it?
    Due to the multiple attachments we have to write a customer specific Module for the email-adapter anyway.
    I guess the only way is that the module validates the certificate against the J2EE KeyStore and then extracts the various xml attachments to a file share.
    A File sender adapter then polls the file share and the sender aggreement / receiver agreement /mapping ... process starts.
    The only question is if the file adapter works also without a sender agreement, so that the xml's are stored on the file share
    Do you have an idea, if this works? or do you see any alternatives?
    thanks alot for your help!!
    MArtin

  • Multiple (mail) destinations for one report using distribution list

    I would like to email a report to multiple destinations using a distribution list.
    Environment:
    Oracle reports: 10.1.2.3
    OS: Windows 7
    Database:Oracle 11g(11.2.0.2)
    This is the content of the distribution file:
    <destinations>
      <foreach>
        <mail id="a1" from="[email protected]" to="&amp;&lt;mail_to&gt;" subject="Invoice">
          <body srcType="text" format="ascii">Invoice attached
          </body>
          <attach srcType="report" name="invoice.pdf" format="pdf" instance="this">
             <include src="report"/>
          </attach>
        </mail>
        <mail id="a2" from="[email protected]" to="[email protected]" subject="Invoice sent to &amp;&lt;mail_to&gt; ">
          <body srcType="text" format="ascii">Attached invoice was sent to the customer
          </body>
          <attach srcType="report" name="invoice.pdf" format="pdf" instance="this">
             <include src="report"/>
          </attach>
        </mail>
      </foreach>
    </destinations>
    When I run this using the following URL:
    http://testserver.our_servers.local:7778/reports/rwservlet?server=rep_dev&report=VKR0030.rdf&userid=myuser/test123@ORCL&distribute=yes&destination=VKR0030.xml&onfailure=rollback&onsuccess=commit
    I get the following error: REP-34304: Distribution failed to complete, please review the distribution lists
    When I remove one mail element, it works fine.
    One mail tag with multiple email addresses in the "to" parameter isn't possible because I have to use 2 different mail templates(subject and body differ).
    According to the documentation(https://docs.oracle.com/html/B14048_02/pbr_dist.htm#i1005830), it should be possible to use multiple mail elements.
    Required/Optional
    Optional. You can have as many mail elements as you require.
    What am I doing wrong?

    Found the solution.
    When putting each mail element in a foreach, it works.

Maybe you are looking for

  • Metadata Extraction query modification

    Hi, I have extracted metadata in Parent child format by doing some modifications through the query provided on following link http://camerons-blog-for-essbase-hackers.blogspot.com/2011/09/stupid-planning-queries-5-dimension.html Now i want output in

  • SUPPLIER WISE DELIVERY PLAN

    hi ABAPers, Plz help me to make this report whose Input Fields are : 1. Delivery Date 2. Supplier Output Fields are : 1. Item Group 2. Item Description 3. Item Code 4. Planned Qty. as per PO for every day 5. Actual Qty. as per delivered GRN ( Goods R

  • My MacBook Pro will not start up and it is just showing the grey screen?

    My Apple Mac book pro is not starting up ,the screen is grey

  • Migrating from an Older PC to a NEW PC

    This tutorial will help you move your programs, files and so on from an older PC running WIndows xp, Vista, 7 and 8 to a new PC. Limitations: A windows 7 PC can be restored to a new windows 7, 8 and 8.1 A windows 8 PC can be restored to a new windows

  • Detection Rule for MSI Version failes

    Hello @ll, A few month ago I created an application to install Adobe Reader Version 11.0.07. The detection rule is very simple "MSI Product Code = {xxxx} and MSI Version Greater or Equal 11.0.07". Due a small mistake, some clients have installed an u