File to Mail using Mail Package

Hello,
I have a requirement where we receive a csv file having mutiple columns, one of them being the email address.
I need to get this email address from the file and send this file as an attachment to the same email address.(Dynamic email address)
I have used the Mail xsd and have done graphical mapping to achieve this.
Now,the problem is,if I use Mail package for dynamic email address,I am not able to get the source file as an attachment because the payload here is a mail structure.
If I get source file as an attachment using PayloadSwapBean and MessageTransformBean,I cannot have dynamic email address.
Can anyone please suggest a solution to this?
Thanks in advance for your help.
Regards,
Shweta

Hi Stefan,
Thanks for the reply.
But I think,I am not able to understand the solution mentioned by you.
I can find following fields in ASMA mail adapter:
Meaning
Technical name
User
TServerLocation
Authentication Keys
TAuthKey
Mail header 'from' field
THeaderFROM
Mail header 'to' field
THeaderTO
Mail header 'Cc' field
THeaderCC
Mail header 'Bcc' field
THeaderBCC
Mail header 'subject' field
THeaderSUBJECT
Mail header field for reference to mail which is being replied to
THeaderIN-REPLY-TO
Mail header 'reply to' field
THeaderREPLY-TO
Mail header field for mail client program
THeaderX-MAILER
Mail header field for delivery acknowledgement
THeaderDISPOSITION-NOTIFICATION-TO
Mail header field for priority
THeaderPRIORITY
Mail header field for message importance
THeaderIMPORTANCE
I couldn't find a field related to attachments.
I can see the xml version of file in inbound message in SXI_MONITOR.
But after mapping,I get Mail package structure.
Could you please explain again.Sorry for this.
Thanks.
Regards,
Shweta

Similar Messages

  • Can't send e-mail using Mail.  Entourage works fine with same settings.

    I can't send e-mail using Mail. Using exactly the same settings on Entourage everything works fine.
    Until earlier today (for two days only) I couldn't send either. I was advised to run Keychain Access First Aid which spotted "Item “pop3.freezone.co.uk” is a duplicate; this item's port attribute is not set" and then repaired it (Freezone is the name of my ISP). Now I can send Mail but not receive.
    Even stranger is that until today I could receive Mail on one of my two accounts, while only Mail from one person got through on the other. Now no mail is arriving.
    I tried swapping the plist file for an older version from a backup of my system. That didn't work either.
    I'm tearing my hair out! Any suggestions?

    No.
    I'am sendig email from domain A using SMTP belonging to domain A.
    The emails that's addressis is the same as senders (@grader.ee) are going out. But all others don't.
    If there is wrong outgoing SMTP server even those emails can't send.

  • Can't down load mail using mail app

    Can't down load mail using mail app OS, I already delete the com.apple.mail.plist but didn't work, it can connect to the server and in the progress bar, it appear: incoming messages ex. 39 of 39 but 0kb of transmission. And if I go to the Account info window, I can see the messages on the server, as well as the subject, date received, and the size of them. So, the mail, does connect to the server and see the new mail, but just doesn't download them. I also tried delete the mailbox and create a new one, but the same result.
    If I use web mail I can see the mails.
    Any clue to fix it.

    Hi!
    I have the same problem, when I go on apple store and look for the Netflix app, it won't found it and when I'm on google I'd tape Netflix app, I click on the link which opens AppStore and a message comes saying "your request cannot be found" please help!!! Thank you
    Abi

  • HT5225 unable to send receive mail using Mail 2.1.3

    Ever since iCloud took over, I am no longer able to send/receive mail using Mail 2.1.3 on my 10.4.11 version.  I didn't think it would affect it.  Someone please help as to how I can rectify the issue!

    Hi,
    Please review the following note:
    Note: 371830.1 - Notification Mailer Does Not Start, Remains In Status Starting
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=371830.1
    If the above does not help, I suggest you run "Workflow Diagnostics" test and see if it returns any error/warning messages.
    Note: 274764.1 - Oracle Workflow Cartridge Workflow Java Mailer Setup Test
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=274764.1
    Note: 378281.1 - How Does One Verify The Notification Mailer Is Functioning Properly?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=378281.1
    Regards,
    Hussein

  • Attaching files in a mail using utl_smtp package

    I am using a batch file to automate
    execution of a sql script. The script would generate a .csv file and I now need to mail this file to a user at regular intervals.
    Please suggest a good tool to attach the file and send a mail. I tried utl_smtp package, but its not possible to attach a file and also, the text size should not be more than 1000 characters.
    Thank you,

    http://www.softtreetech.com/
    has a package DB mail.
    Check this out.

  • Error while sending a mail using UTP_MAIL package in Oracle 10g

    Hi,
    We are using UTP_MAIL package to send a mail from Oracle 10g.We have follwed the following steps ...
    SQL> connect sys/password as sysdba
    Connected.
    SQL> @$ORACLE_HOME/rdbms/admin/utlmail.sql
    Package created.
    Synonym created.
    SQL> @$ORACLE_HOME /rdbms/admin/prvtmail.plb
    Package body created.
    SQL > alter system set smtp_out_server = '<mail_server_ip:25>' scope =spfile;
    System altered..
    Now we try the code
    begin
    utl_mail.send(
    sender => 'sender's mail',
    recipients => 'receiver mail',
    CC => 'optional',
    subject => 'Testing utl_mail',
    message => 'Test Mail'
    end;
    But we get the following error...
    ERROR at line 1:
    ORA-29278: SMTP transient error: 421 Service not available
    ORA-06512: at "SYS.UTL_SMTP", line 21
    ORA-06512: at "SYS.UTL_SMTP", line 97
    ORA-06512: at "SYS.UTL_SMTP", line 139
    ORA-06512: at "SYS.UTL_MAIL", line 405
    ORA-06512: at "SYS.UTL_MAIL", line 594
    ORA-06512: at line 2
    We also tried connecting to the mail server through telnet .But it is not getting connected..
    Please help us to solve the issue.

    From your own posting you may have the clue, if you try to access your mail server through telnet and it is not successful, it means the service is down or there are networking issues.
    On pre 10gR2 versions there was a bug 4083461.8. It could affect you if you are on 10gR1
    "Bug 4083461 - UTL_SMTP.OPEN_CONNECTION in shared server fails with ORA-29278 Doc ID:      Note:4083461.8"
    This was fixed on 10gR2 base and on 9.2.0.8.0
    ~ Madrid

  • Sending File as attachment using Mail adapter with naming convention

    Dear All,
    I am working on a scenario in which my sender file adapter is sending one file named 'ABC.ok' in one of the folders in application server. I have to send the same file with the same name  to one of the folders at FTP and also to my customer at his email id.
    I have used File Content onversion at the receiver side and has selected adapter specific attributes due to which the required file is getting generated at FTP folder with the same name as that of the source. But how to send the same file using the mail adapter by keeping same name as "ABC.ok". Kindly guide me out in this.
    Regards,
    NJ

    what you need to do:
    1) Select ASMA in Sender and receiver File CC...already done
    2) Using the Dynamic Config UDF get the sender file name in the field Content-Type...for this you need to have a return statement in your UDF
    3) now before pushing this file name to the Content-Type you have to append (concat)the actual type of the file content (xml, txt)
    so your entire Content-Type node will have something like text/plain; name="abc.ok"
    SAP Note has reference on how to do this:
    https://service.sap.com/sap/support/notes/856599
    From the note:
    Q: How can I set the file name of a mail attachment?
    Regards,
    Abhishek.

  • Mail using utl_smtp package

    can we send attachment with mail by using utl_smtp package.
    i am using form6i with database 9i in 2 tier environment

    Hi,
    read the following:
    Can 9i email utl_smtp send attachments? ,
    Re: sending attchements with utl_smtp
    As an alternative there is also the UTL_MAIL built-in package as well...
    Regards,
    Simon

  • No sounds of new mail using mail.app on iPad

    Hello guys. I have a little trouble here. All the time when i recieve a new mail on my iPad, using mail.app, i do not hear any sounds at all. Only my ME.COM account under push notifications can make a sounds typical for apple new mail. What could it be? This is not a new problem, i had it long time ago, when i bought my iPad. What's strange, on my iPod touch 4G everything was just good. But may be all this stuff could happen to me cause i used my stored iPod backup to a new iPad?
    I have 5 mail accounts, they all use fetch every 15 minutes.
    Thank you!

    Kaynee,
    In that case, I would also recommend that you check out Font Management in Mac OS X Tiger and Panther, by Kurt Lang.
    For the Dock problem, find the com.apple.dock.plist file in your Macintosh HD/Users/yourusername/Library/Preferences Folder, drag it to the Desktop, log out/in or restart and check the Dock for default appearance/behavior.
    ;~)

  • Reading all files on directory using "utl_file" package...

    I need to read all files in directory via PL/SQL. I don't know
    name files (are data dynamics create for automation system),
    only I know your extensions.
    Can I do this using the package "utl_file" or I need to create
    program in another language (C, C++, for example)?
    Any ideas...
    Thanks.

    Hi,
    you can't do that with the UTL_FILE package (it can't retrieve
    file names).
    A very simple solution would be, if you created on OS-level a
    file which contains the filenames of directory and then read this
    file using UTL_FILE. With the information on all file names you
    can enter a loop which opens and reads all files again using
    UTL_FILE.
    A more mundane solution could be to use the features on the iFS.
    Cheers
    Gerald

  • Sending e-mail using Mail on a new AT&T modem

    Since installing a new AT&T (Motorola) DSL modem, I cannot send e-mail using Apple Mail. AT&T tells me that it is a known issue with Apple, and that they will put me on "the list" for Apple to contact me. Has anyone gotten any satisfaction on this issue? Thank you. 

    I have experience the same email-related problem on both my new MacBook Pro and my iPod Touch.
    - There are also times when I will start one or the other device and get a message on the screen that reads, in effect, that another device is using the connection and cannot connect the second. (I thought mutliple devices could use the connection at the same time as long as they had the router's password.)
    - In addition, the connection will frequently disconnect, and I have to restart the modem to reconnect.
    - I have recently installed an Apple Airport Express router (which works just fine), and subsequently had to replace the modem. That's when the troubles started.

  • Can't send or receive mail using mail

    I am posting for a new Mac user. We don't know all the terms so please be patient. She can get to webmail at sbc..... and use but can't use Mail to send or recieve. Help!
    ibook running Tiger 10.4.4
    dialup connection with sbcglobal.....
    can use SBC webmail
    have checked pop and smtp connections with sbc
    Sbc says they can't help don't have mac mail instructions
    Can anyone help? Is there something we are missing?
    What good are they if they can't help?
    rosieag

    Authentication my ISP set to None in Mail---and
    tutorial has no such thing authentication for her in
    server settings? Also, under advanced
    authentication mine is Password and the tutorial has
    ........(for password) I assume. We entered her
    password.
    We know the ports are important. Hers are set to 25
    and 25. SSL is not checked
    Help me keep straight on your setting versus hers. For the sbcglobal, in Advanced the Port should be 110 -- this is for the Incoming POP3 server.
    In the Server Settings for the Outgoing server, the Port should be 25, and the Authentication set to Password, and the Username entry should be the full email address (this is different for some ISP, but SBC instructs to use the full email address), and of course the Password. In both place where Username is required, it should be the entire email address for her sbcglobal.
    Have I missed anything? Do you still have your setup working AOK?
    Ernie
    BTW, I am a 61 year old, grandfather, but perhaps a little geekier than some!

  • TS3276 Why can i suddenly not send out mail using mail through my ntlworld account

    Why can I suddenly not send out mail using Apples Mail. My mail server is Ntlworld. I can send mail by going to Safari and loging into my mail account, but i would prefer to continue using Apples mail and my address book. Does anyone know what my problem could be. I haven't altered any settings.

    Why can I suddenly not send out mail using Apples Mail. My mail server is Ntlworld. I can send mail by going to Safari and loging into my mail account, but i would prefer to continue using Apples mail and my address book. Does anyone know what my problem could be. I haven't altered any settings.

  • Can't get .mac mail using Mail.app under 10.4.7

    hi guys
    this is an odd one - I simply cannot connect to the .mac mail servers using mail.app. I have tried deleting and recreating the accounts, no success.
    Open to suggestions!
    Internet connection is fine, and all other mail comes down fine...
    -- james

    Hello!
    Still having the issue? If yes, please specify the Os & Macmail version you are using.
    Kind Regards,
    Alex

  • Problem Sending Verizon Mail Using Mail Program

    I have not had a problem sending Verizon mail from my Mail program prior to Mavericks.  Now it is giving me fits. I do not have any troubke receiving mail. 
    This is what I get when I try and send mail through my Verizon account.  Do I just check Always Trust and then Connect.  There have been no Certificate issues prior to Maverick.  What is going on?   I did not get anything like this yesterday before I upgraded to Mavericks.

    This is what I get when I try and send an e-mail using my Verizon account in mail.
    Message was edited by: Stamper

Maybe you are looking for