Reference app_image from htmldb_mail.send

Hi all,
I'm using html_db to send the users a confirmation email.
I was wondering if it is possible to reference the uploaded images when sending the mail.
I would like to avoid making clobs, by just referencing the image directly thru app_image in htmldb_mail.send procedure.
Is this possible? If yes, what's the syntax?
Thanx,
Pim

Hi,
This might help
http://download.oracle.com/docs/cd/E14373_01/apirefs.32/e13369/apex_mail.htm#CHDDAAJE
In email HTML body use img tag like
<img src="http://myserver:port/i/my_image.gif" alt ="" />Br,Jari

Similar Messages

  • Distribute by Reference Data from Sender to Recipient planning function?

    Hi all;
    I’m trying to use the planning function “Distribute by Reference Data from Sender to Recipient” to distribute the reference data by material to plan data.
    This is:
    Reference Data:
    Version: 001
    0vtype: 010
    Material: M1; M2; M3
    Sub-brand: SB1;
    Price Group: PG1;
    Customer: C1;
    Area Manager: AM1;
    Exercise/Period: 001.2008; 002.2008; 003.2008
    Quantity: 100; 200; 300 -> 600
    Plan Data 1:
    Version: 002
    0vtype: 02
    Material: #
    Sub-brand: SB1;
    Price Group: #
    Customer: C1;
    Area Manager: AM1
    Exercise/Period: #
    Quantity: 1000
    I want to distribute the 1000 according with the material reference data. The plan doesn’t consider the Price Group and Exercise/Period.
    Goal:
    Plan Data 2:
    Version: 002
    0vtype: 02
    Material: M1; M2; M3
    Sub-brand: SB1;
    Price Group: #
    Customer: C1;
    Area Manager: AM1
    Exercise/Period: #
    Quantity: 167; 333; 500
    M1 = 100 / 600 * 1000
    In the planning function I had use:
    Fields for change:
    Material: 0 - ZZ
    Fields for conditions:
    0vtype: 020
    Exercise: 2008
    Key figure: quantity
    Version: 002
    Old material: #
    Reference characteristics:
    0vtype: 010
    Exercise: 2008
    Material: (I didn’t fill because it doesn’t allow all the material items)
    Key figure: quantity
    Version: 001
    When I execute the function a message appears:
    “No reference data”
    Can anyone help me?
    Regards;
    Ricardo

    Hi,
    price group is missing in your reference data
    D

  • Using htmldb_mail.send from a job

    Hi , I'm trying to use the htmldb_mail.send from sqldeveloper, but I dont see it in APEX mail queue and I dont get the mails . I tried from all users (flows_020000,htmldb_public_user) without sucesses, what am I doing wrong ?
    p.s.
    i'm trying to create a job that will send email regulary .
    regards,
    sagsag

    declare
    tomail varchar2(30):='[email protected]';
    frommail varchar2(20):='[email protected]';
    text varchar2(30) :='mail from htmldb_public_user';
    begin
    htmldb_mail.send(
    p_to => tomail,
    p_from => frommail ,
    p_body => text,
    p_subj => text);
    end;

  • HTMLDB_MAIL.SEND to AOL addresses

    Many of my apps engage the HTMLDB_MAIL.SEND procedure to send automated e-mail notifications. I've found that e-mails sent via this procedure do not reach aol.com addresses. I looked on AOL's web site and found the following policy:
    America Online, Inc. ("AOL") does not authorize the use of its proprietary computers and computer network (the AOL Network") to accept, transmit or distribute unsolicited bulk e-mail sent from the Internet to AOL members. In addition, Internet e-mail sent, or caused to be sent, to or through the AOL Network that makes use of or contains invalid or forged headers, invalid or non-existent domain names or other means of deceptive addressing will be deemed to be counterfeit.
    I am guessing that the headers coming out of HTML DB are invalid. Any one have any ideas as to how I can change the header and pass muster with AOL? I'm thinking if I change the "from" line it could solve the problem.
    Thanks.
    Bill

    By the way, this is a header from an HTML DB email. Anyone know what the phrase "misconfigured sender" means?
    Received: from rhdev10g.mycompany.com (unknown[209.234.83.168](misconfigured sender))
    by rwcrmxc22.comcast.net (rwcrmxc22) with ESMTP
    id <20050816170645r22001eft3e>; Tue, 16 Aug 2005 17:06:55 +0000
    X-Originating-IP: [209.234.83.168]
    Received: from localhost (localhost.localdomain [127.0.0.1])
         by rhdev10g.mycompany.com (8.12.11/8.12.11) with SMTP id j7GHPiCr019616;
         Tue, 16 Aug 2005 12:25:44 -0500
    Date: Tue, 16 Aug 2005 12:25:44 -0500
    Message-Id: <[email protected]>
    MIME-Version: 1.0
    To: [email protected]
    From: [email protected]
    Subject: AOL Test
    Reply-To: [email protected]
    Content-Type: text/plain; charset=utf-8

  • Htmldb_mail sending

    Hi All,
    I want one solution,Actually i need to know how can i send an email from my apex application on date on which user enters in tab,i have procedure htmldb_mail.send() but i need to send email on the day on which user enters by selecting in calender.
    Thanks

    Hi There.
    Well, I am using Oracle 10g.
    They have a new, slightly more user friendly, utility which I forgot to mention. I think this is a replacement for DBMS_JOB. It's called DBMS_SCHEDULER.
    The following is from http://tahiti.oracle.com
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB(
       job_name          =>  'job1',
       job_type          =>  'PLSQL_BLOCK',
       job_action        =>  'INSERT INTO employees VALUES (7935, ''SALLY'',
         ''DOGAN'', ''[email protected]'', NULL, SYSDATE,''AD_PRES'', NULL,
          NULL, NULL, NULL);');
       start_date        =>  SYSDATE,
       repeat_interval   =>  'FREQ = DAILY; INTERVAL = 1');
    END;
    /If you take a look at the following url you should find all the information you need but if you struggle, please reply with your code and we can take a look.
    http://tinyurl.com/5dvvlm
    Kind regards
    Simon Gadd

  • HTMLDB_MAIL.SEND smtp username/password setting

    I use HTMLDB_MAIL.SEND to send email from apex interface.
    But how i can define userneme, password and smtp server ??
    thank's a lot.
    Bye

    In Apex Instance Administration page (login to Internal workspace as admin),
    Under Home>Manage InstanceInstance>Settings menu, there is an Email section.
    You can specify the following items:
    SMTP Host Address      
    SMTP Host Port      
    SMTP Authentication Username      
    SMTP Authentication Password      
    Administration Email Address      
    Notification Email Address      
    Maximum Emails per Workspace
    If you do not have right to acces it, ask your DBA for help.

  • '!' while using the HTMLDB_MAIL.SEND package

    Hi,
    Someone please help me,
    I have this link that I send in my mail through htmldb.
    Now I call the mail package in the procedure as follows :
    HTMLDB_MAIL.SEND(
    P_TO => '[email protected]',
    P_FROM => '[email protected]',
    P_BODY => v_adm_html||l_body_html,
    P_BODY_HTML => v_adm_html||l_body_html,
    P_SUBJ => 'Request Number: '||v_req_id||' created ');
    but there is this exclamation mark that gets added in the link....
    I dont know how it got generated....
    Can someone help me here
    Thanks,
    DJ

    A similar 'effect' I experience is that somewhere in the html_bodytext, not regular, not always, now and then, also '!' do pop up.
    I have no idea why: resending the same body-text: either no '!' at all or... on different place(s) in the mail.
    Mail is send from Oracle-XE with APEX 2.1 (standard version supplied by Oracle) running on a Windows-XP machine.
    Any help is welcome.
    Jan.

  • Iphone mail app not receiving e-mail from 1 sender

    The Mail app on my iPhone 6/iOS 8.3 is not receiving e-mail from one sender sent to my Outlook e-mail account. This sender's e-mail address is "[email protected]". It is a notification of digital magazines available from Zinio. I know the mail app is not receiving the e-mail because Outlook 2013 on my desktop and Outlook.com do receive these e-mails. How can I get the mail app on my iPhone to receive these e-mails from this address?

    Initially it sounds like something with your backup data caused the issue with your new device but if you restored your device again without using the backup and the issue still exists it wouldn't appear to be the issue at all. Since the problem seems to only be with one person are you sure it's not an issue on their end and with their network that is stopping you from receiving the messages? Have you tried *228 option 2 to see if that helps?

  • In Mail can I change my "To" field to From or sender

    In Mail my inbox shows 3 fields "To, Subject, Date Recieved" Can I change the "to" field to from or sender. I know who the mail is to, it's always to me after all it's my mail I'm checking. I would like to know the sender so I can better decide which mail to open and read. Sometimes I'm looking for a response from a paticular person.

    Hi Ubettergetit: Actually it is quite easy to get rid of that little annoyance. With mail open, Right (Control) Click on one one of the headings in Mail. (To, From, Subject....). This will bring up a menu that allows you to select which headings you would like to see, change it as required.
    Enjoy
    Stedman

  • How to reject ACK/NACK from other Send Ports to Orchestration

    Hi Everyone,
    I have a below scenario, Please let me your ideas how can we avoid ACK from other send ports (If there is any failures), in my current scenario getting issues or conflicts because of this
    AckRequired.
    Key points in my scenarios
    SendPort_A is pointing to SAP
    SendPort_B is pointing to SQL
    Flow
    Receive MessageA and Transform to MessageB format, send MessageB to SendPort_A which directly bind to orchestration with transmitted property enabled.
    SendPort_B subscribes the same message, output of map with message type as filter condition (we are not expecting any Acknowledge from sendPort_B, because it’s a generic send port for some scenario).
    Problem
    When I see the context properties both send ports has AckRequired
    Property to true (so getting ACK/NACK from both send ports).
    I want acknowledgement only form SendPort_A which is bind to orchestration with transmitted property enabled, but not from the SendPort_B which subscribes just with message type.
    I have tried the below points but no luck
    Created custom pipeline with custom pipeline component to set / overwrite
    AckRequired Property to false (Pipeline component is working fine, but nothing is overwriting in context, getting acknowledge back to orchestration for any failure in SendPort_B)
    #region IComponentUI
    public IBaseMessage Execute(IPipelineContext pContext, IBaseMessage pInMsg)
    pInMsg.Context.Write("AckRequired", "http://schemas.microsoft.com/BizTalk/2003/system-properties", false);
    return pInMsg;
    #endregion
    Below images gives some info on the same scenario.
    Appreciate your suggestions.
    Thanks, SMS Vikas K

    Hi Vikas,
    Let me know if I understood correctly.
    SendPort_B subscribes the same message, output of map with message type as filter condition (we are not expecting any Acknowledge from sendPort_B, because it’s a generic send port for some scenario).
    Problem
    You have a send port B which is subscribing to the same message using the message type.
    You can set additional filters to ignore Acknowledgement-
    Ex- Mgtype= "" AND
    AckRequired!=True OR
    AckRequired!=False 
    Thanks,
    Prashant
    Please mark this post accordingly if it answers your query or is helpful.

  • How do I select multiple messages from one sender in mobile email to delete them all at once?

    I know how to select all of the new messages and mark as read. Now how would I do that if I wished to delete all from one sender or have the same subject, after I search the sender or subject?

    Hey Koyster,
    Great question. Utilizing iCloud.com, we may be able to purge these emails in a much faster way:
    iCloud: Delete email
    http://support.apple.com/kb/PH2651
    Delete messages
    - On your Mac, Shift-click to select multiple adjacent messages or Command-click to select multiple nonadjacent messages.
    - On your Windows computer, Shift-click to select multiple adjacent messages or Control-click to select multiple nonadjacent messages.
    Thanks,
    Matt M.

  • In mail how do I stop messages from the same sender from showing up when I select the most recent message from a sender?

    on my iMac, when I view messages there is a grey number at the top of the message. This number denotes the amount of  messages from that sender and when I view the most recent message in my mailbox (from that sender) all of the older messages load with it and this takes a while for the message to become moarked as "read." I know that I can turn this off because I have mountain lion on my air and i do not have this issue. how can i turn it off?
    thanks

    thanks so much, that fixed it! before I posted this quiestions I kept looking in the mail preferences but I dind't think to look on the View menu.

  • How to send mails in HTML format from the send mail step of workflow?

    Hi,
    I have a requirement where I need to send mails in the html format from the send mail step of the workflows.
    But what I found out that the html tags are not renderd and as such the output is in plain text.
    I know that there is an alternative of using an activity step and use my own custom code from within there,But due to certain business constraints, I need to use the send mail step only.
    My SCOT settings are all right.
    Please let me know how it can be done.
    Thanks,
    Samrat.

    Samrat,
    It can't be done, you have to use your own activity step.
    What are these constraints that refrain you from doing that?
    Rgds,
    Patrick

  • A3 Reference masters from fat 32 to Mac OS Extended (Journaled)

    I have A3 and all of my photos are organized as referenced masters on a Fat 32 formated external. The A3 library (where all my alterations are) is on my imac pictures folder on the imac HD. My Vault is on my current MAc OS extended (journaled) external. (I have two externals- 1 Mac formattd--1 fat 32)
    A3 has multple problems when updating etc with Fat 32. I will be reformatting my current fat 32 to Mac OS or getting a new external and formatting it to MAc OS extended (journaled).
    Here is my question:
    How do I move my current reference files from the fat 32 external into the new external formatted in Mac OS extended (journaled) and still have my A3 read off the reference files? As stated above my A3 library is on my imac HD in the picures folder. It is currently pulling the reference masters off my fat 32 formatted external.
    My idea is to have the vault on one of my mac formatted externals and the reference files on another. I am just trying to get away from fat 32 as 100% of my mulitmudia stuff is mac based.
    thanks

    Will going to: File>Relocate Masters do what you want. Allan

  • The same filename from a sender to a receiver file adapter

    Michal has provided us with a brilliant <a href="/people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14.  I guess a lot of people have been waiting to do this. However, I have a slightly different scenario. In this case, XI is used as a medium to transfer a PDF file from one directory to another directory. There is not transformation or mapping involved.
    The message is send by File Sender Adapter and received by File Receiver Adapter. Message type is created as a simply type hexBinary. The file is supposed to be picked up as a PDF and received as a PDF, retaining the same file name. As such, the file name is neither stored in the source structure nor the target structure.
    Once the PDF file is transfered into target directory, it should be able to be open by using Acrobat directly without further conversion.
    We might add a file name file into the target structure but would that rendered the PDF non-readable upon being received by the File Receiver Adapter?
    Any feedback is highly appreciated.

    Hi
    >>We might add a file name file into the target structure but would that rendered the PDF non-readable upon being received by the File Receiver Adapter?
    No, adding file name would not hamper the properties. You can name *.pdf or something else.
    For that matter any file pdf, word, .msg format etc can be transferred by this approach. We have tried it.
    Earlier to SP14 you cannot give the same name to outgoing file without writing a Adapter module. But things are easy with SP14.
    Cheers,
    satish

Maybe you are looking for

  • Why would a URL not be formatted as a clickable link?

    I run a service that sends A2P SMS messages that provide a link to weekly content. This week, a user reported to me that the URL was displayed but it was not a clickable link. AFAIK, there was no difference in the message except the exact link. I've

  • Strange system behaviour.....Collective Billing ...Pls Help

    Hi Frens, I am doing collective billing for almost 20 deliveries. Each delivery has same material as single line item with same delivering plant - No Batch item). During Billing, 5 line items are passed on to accounting while rest 15 line items are n

  • New IMAC w/Parallels Windows

    Unable to load windows programs ? When going to "My Computer" in windows mode, the CD Drive does not appear. There is shown a 31/2 floppy drive, which of course, in not on an IMAC ? From the internet while speaking to a Macaphee representative, I was

  • Problem transferins clips from Sony DCR-SX41 to imovie!!! Please, Help me!!

    I'm having a really hard time in transferring the videos from my camcorder to iMovie 09. The computer do not recognize the camera. A folder appear on desktop, but can not open. The filo on my camcorder is .MPEG2, Every time I try, a window pop up wit

  • Some iTunes not available anymore?

    When I go to my playlist, some of the selections are not available. A prompt comes up asking if I would like to locate the selection. Meanwhile, other selections are readily available to play. How can I get the selections back on my play list?