Include HTML file to E-Mail Notification body GRC AC 10.0?

Hello Experts,
i have already created an own email notification tempate and i'm trying to edit the body by using TA SE61. Within this transaction i see only very limited possibilities to change the text formatting (only given styles). During some tests and i saw the possibility to download the template as a html file.
to my question:
is there any opportunity to upload a html file to the email notification instead of using the ms word formatting (not ITF /RTF/ ASCII)?
or is it possible to change color, size (except using styles) of the text or add tables to the body etc?  and if its possible how do i change it within the ms word editor?
Thank you in advance !!!
Alice

Hello Alessandro,
yes sure. For explanation: i retained all HMTL tags, because it didnt work either without.
I also deleted all my content and inserted the code of Sai. Additionally i tried only <strong> text </strong> but again without any results.
<HTML><BODY>
<P style='margin-bottom:12.0pt'><span style='font-size:20.0pt;font-family:CorpoS;color:#0F2749'> XXX TSS Company </span><span style='font-size:19.0pt;font-family:"Arial Black","sans-serif";color:#00B5ED'> IDENTITY MANAGEMENT</span></p>
</td></tr>
<tr style='mso-yfti-irow:1'>
  <td style='padding:0cm 0cm 0cm 0cm'>
  <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width="100%"
   style='width:100.0%;mso-cellspacing:0cm;mso-yfti-tbllook:1184;mso-padding-alt:
   0cm 0cm 0cm 0cm'>
   <tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes'>
    <td style='border-top:#00B6ED;border-left:#0F2749;border-bottom:#00B6ED;
    border-right:#0F2749;border-style:solid;border-width:2.25pt;background:
    #0F2749;padding:3.75pt 7.5pt 3.75pt 7.5pt'>
    <p class=MsoNormal><span style='font-size:13.5pt;font-family:"Arial","sans-serif";
    color:white'>User account expiration caused by position change<o:p></o:p></span></p>
    </td>
   </tr>
  </table>
  </td>
</tr>
<tr style='mso-yfti-irow:2;mso-yfti-lastrow:yes'>
  <td style='padding:0cm 0cm 0cm 0cm'>
<P>Dear %REQUESTER_NAME%,</P>
<P>your <STRONG> request number </STRONG> :  %REQNO%  has been approved.</P>
<P></P>
<P>Kind regards,</P>
<P>Access Control Administrator</P>
<P></P>
</BODY></HTML>
Regards,
Alice

Similar Messages

  • Workflow- sending a html file in a mail(outlook)

    Hi Guys,
      i want to send a html file in a mail(outlook) in workflow. whenever enduser click that file its open automatically sap inbox.
    html file belongs to a logo, if we click on that file it will automatically opens the SAP INBOX.
    this is the my requirement.
    give me suggestion for this requirement or any other solution.
    we appriciate your reply.
    Thanks
    Sankar.
    Message was edited by: sankar surya

    Unless you are prepared to zip and email every folder and
    file related to
    the page,
    exactly as it is on your computer, it would be wiser to
    upload it all to
    your hosting
    server, and send a link to the recipient.
    "2start" <[email protected]> wrote in
    message
    news:erat61$h8m$[email protected]..
    >I need to email a frame page I have created in
    DreamWeaver.. How can I do
    >that?

  • How include html file ?

    Hi to everybody.
    regarding including html file
    I write by myself html file and I want include this file in javadoc documentation
    could give me the easiest way to do that
    many many thanks
    Fausto

    Create a directory in the source tree named "doc-files" in the package directory of the class, then put file.html in that directory. Then create a link to that file from the class. When you run javadoc, the file will be copied to the -d directory and the link will work.
    Look at the example here:
    http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#unprocessed
    -Doug

  • Include Attachments Option with E-Mail Notifications

    Under Options > E-Mail Notifications in addtion to "include submitted data" and "include empty fields" it would be nice to have a check option for "include attachments."
    We have clients who occasionally attach photos to our forms.  It would streamline productivity to have the option to receive the attachment via the e-mail notification instead of a requirement to log in to forms central and download the file seperately.
    Thank you.

    For some reason, the system won't let me create a new Idea.  I've tried submitting a few times and I get the following error message when I try to submit:
    "It appears you're not allowed to view what you requested. You might contact your administrator if you think this is a mistake."
    I have submitted ideas in the past, I'm not sure why I can't now.
    Thanks,
    Ryan

  • Include an image in e-mail notification

    Hello,
    I would like to include an image (our company’s logo) in an e-mail notification generated with a workflow… do you have any idea about how I can do that?
    Cheers
    Joann

    Its not possible - not even in R17. CRMOD has to start supporting HTML formatting for this to occur, as of now i have not heard when that is in the roadmap

  • How to include HTML file in JSP using HTML elements or Javascript?

    Hi,
    I have around 15000 static html files one for each item which we display each upon invoking an item.The HTML file should be part of a JSP file.
    Please note that the name of the HTML file is determined dynamically
    Placing all the HTML files within the web application does not give us good performance so i would like to put all of them in the webserver.
    I am not able to include the file in the JSP using the jsp:include attribute if i place the HTML files in the webserver ,
    in order to do that i think should use either HTML element or javascript to include the HTML in the JSP.is there any alternative to <Jsp:include>
    Does anyone have an idea how to include the HTML file and take advan tage of webserver?
    Any ideas are appreciated

    What you need to do is simply read the HTML file from the disk and dump it out to the outputstream. It really is that simple.
    There's no reason you need to include all 15000 files in the actual WAR, you can place those files any place handy that is easy for the application to see (in another directory, or accessible from a file server if you have multiple front ends).
    Then, just write a utiility function that takes the output stream (i.e. the 'out' JSP variable), and the file name, read the file, and write it to the stream.
    If you start noticing performance issues, then you can try doing some caching, but truth is your OS should be doing that for you.
    But, truth be told that's the only practical way to do it.
    Another solution would be to use JavaScriipt and XMLHttpRequest (i.e "AJAX") to load the file at the client side, and simply replace a tag with the results.
    That's also pretty trivial to write, any web site talking about AJAX should give you hint there.
    Of course, that won't work for folks who have JavaScript turned off, or some other incompatible browser, whereas the server side solution obviously works everywhere.

  • Including HTML file

    Hi,
    I have a HTML file. I would like to include it on a UIX page. If I use the
    <urlInclude source="file://c:\example.html"/>
    tag, after the rendering of the UIX page the mentioned HTML file does not appear. How can I include this HTML file, or what is wrong?
    Thanks,
    Andras

    Andras,
    Please try
    <urlInclude source="file://c:/example.html"/>
    That ought to work.
    Hope this helps,
    Ryan Pollock
    UIX Team

  • How to include html files in another html files?

    Hello,
    I am wondering if there is any way of including content (html code) inside another html page..
    I've tried:
    - iframe - it's working fine but IE7 doesn;t like it.
    I am looking for something similar with:
    - Server Site Include <!--#include virtual="/directory/included.html" -->
    but without to have to change the portal settings.
    Any idea?
    Thank you
    Anca

    HI did u try using the omniportlet? on Portlet builders

  • Include HTML file

    Hi
    I am using JBoss 3.2.2 application server and Apache web server.
    In my application I have to include static HTMLs outside from context root .
    for eg context root is e:\jboss\server\deploy\MyApplication.
    and static html path is "e:\test\"
    1) When I add <%@ include file="E:\test\test1.html" %> in my JSP file it gives me following exception even if test1.html exists in test folder.
    org.apache.jasper.JasperException: /jsp/website/testing.jsp(1,0) File "E:\test\test1.html" not found
    2) When I add <jsp:include page="e:\test\test1.html" />
    gives me same exception as in first case.
    Can any one please help me....
    Quick reply is appreciate....ITs urgent....
    thanks in advance
    ashish

    you can only specify relative paths to include or forward I'm afraid (so an URL like http://somesite.com/myinclude.jsp is also not going to work). You could simulate this behavior by opening the file yourself and dumping the content to the browser using the regular java File / FileReader classes.

  • Include html file into servlet

    Hi.
    I try to include an static html into my servlet application.
    example.
    booolean var=false
    HttpServletResponse resp;
    if(var)resp.print("head.html");
    else resp.print("other.html")is there anyway to do it??
    thaks...

    String target = "";
    if(var)
    target = "head.html";
    else
    target = "other.html";
    RequestDispatcher rd;
    rd = getServletContext().getRequestDispatcher(target);
    rd.forward(_req, _res);                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to include HTML-Files / Temlplates in Servlets ?

    Yep, that's what i need to know.
    In JSP there is the include-Command, but with Servlets this Command doesn't work. It's for something else, i think.
    I wanna include a header- and a footer-Template within the most of my Servlets.
    Thx for Help
    Tobias

    You can use the request's dispatcher to include the contents of a template in your response:
    request.getRequestDispatcher("header.jsp").include(request, response);
    request.getRequestDispatcher("template1.jsp").include(request, response);
    if(...)
      request.getRequestDispatcher("template2.jsp").include(request, response);
    request.getRequestDispatcher("footer.jsp").include(request, response);This enables your Servlet to dynamically construct the view.
    Typically you'd decide which template to forward to in your Servlet and then just use the include directive in your JSP. However, sometimes the decision about what to include can only be resolved by the controller.
    There are various other ways of achieving the same result such as passing flags from the Servlet to the top-level JSP template via the request to instruct the JSP to include another template.
    Use whichever approach you feel most comfortable with.
    Hope this helps.

  • How to send a message with Send-MailMessage cmdLet powershell exchange which uses a html file as a parameter

    Before the mailboxes migration E2003 toward E2010 SP2, I have to send a mail which body already exists as a html file.
    Here the powershell I currently use :
    import-csv d:\path\TestLot.csv  | foreach {Send-MailMessage -To $_.PrimarySmtpAddress -From
    [email protected] -Subject "Migration " -body "Your mailbox Migration will start in 2 days." -SmtpServer servXXX}
    And it is allright !
    But, I was asked to use an existing html file instead of my poor : -body "Your mailbox Migration will start in 2 days." 
    Does anybody know the way to do this ?
    Thank you for your help
    PATMOY
    BOAT

    Hi,
    I have the html code in a variable so i can personalize the mails:
    $htmlcode = '<html><body style="background:#FFFFFF"><head><title>Activaion email</title></head>'
    $htmlcode += '<style type="text/css">'
    $htmlcode += '#HLine { font-size:20px; font-family:Verdana; font-weight: bold; }'
    $htmlcode += '#txt { font-size:12px; font-family:Verdana;}'
    $htmlcode += '</style>'
    $htmlcode += '<img src="/img/HBPMAN0aGcc.gif" width="52" height="52" />&nbsp;&nbsp;&nbsp;<br />'
    $htmlcode += '<h1 id="HLine">Your BlackBerry account has been created ...</h1>'
    $htmlcode += '<div id="txt"><strong>... Your User Data:</strong><br />'
    $htmlcode += '&nbsp;&nbsp;&nbsp;<br /><table border="0" id="txt"><tr><td>&nbsp;&nbsp;<strong>Username:</strong></td><td>'+$UsrData.Email+'</td></tr>'
    $htmlcode += '<tr><td>&nbsp;&nbsp;<strong>Activation Password:</strong></td><td>'+$UsrData.pass+'</td></tr></table><br />'
    $htmlcode += '<strong>The activation credentials are valid for just 5 days after receipt of this email!</strong><br /><br/ >'
    $htmlcode += '<strong>... Next Steps: </strong><br /><br />'
    $htmlcode += '<a href= "/bb/doc/EN.pdf">- Activate your Device</a>&nbsp;<br />'
    $htmlcode += '&nbsp;&nbsp;To be able to use your new BlackBerry you need to complete this steps.<br /><br />'
    $htmlcode += '<a href= "/bb/doc/Tips.pdf">- Tips and Tricks for your Device</a><br />'
    $htmlcode += '&nbsp;&nbsp;Tips and Tricks to make your Device experience a success.<br /><br />'
    $htmlcode += '<strong>... in case you require technical support:</strong><br /><br />'
    $htmlcode += 'If you experiance problems with your Device, please contact your local IT-Support.<br /><br />'
    $htmlcode += 'Thank You.'
    $htmlcode += '<br/><div></body></html>'
    Send-MailMessage -to $UsrData.Email -From $from -Body $htmlcode -SmtpServer $smtp -Subject $subject -BodyAsHtml
    If you want to make sure the mail is displayed as a HTML Mail add to the send-mailmessage the option
    -BodyAsHtml
    Regards
    Dan

  • PLSQL Clob Document in Oracle Apps Workflow throwing "Numeric or value Error " in the Notification Body

    I’m Using PLSQL Clob Document for printing data in HTML table format in the Notification Body,even PL/SQL Clob variable is capable of storing data up to 4gb ,when I’m trying to print the data greater than 32767bytes (32kb) it is throwing error “Numeric or value Error” .Please help me out to print data >32kb in the notification using document type attribute in oracle workflow.Appreciated for the Solution.
    Thanks,
    Kishore.

    Please see if these docs help.
    How to Write CLOB Data > 32K Out to a File? (Doc ID 358641.1)
    How To Write Out Multiple Clob Fields > 32k To A File in 4K chunks? (Doc ID 358781.1)
    Thanks,
    Hussein

  • Include External File

    Hi,
    I'm using RequestDispatcher include method to include HTML files in my servlet. What I want to do however is include HTML files situated on a separate server in a separate domain. However even though I preface the address with http://xxxx/myfile.html it still searches for the file from the doc root. Does anyone know how I can get it to include a file from an external server. (I am using iPlanet 4.1 btw).
    Thanks,
    Sean

    If you read Javadoc for javax.servlet.RequestDispatcher and the various methods that one can use to get an instance of an object implementing this interface, it will be clear that it can be used only if the target resource is on the sane server as the one in which you are running your code in the first place.
    For your purpose, you would have to use the facilities provided by java.net.URL, java.net.URLConnetion and java.net.HttpURLConnection to gather content from the remote resource and then place that contents into your own resource's HTML being generated yourself.

  • AppleScript: Change an order of texts and HTML file in the body of Mail

    I would like to know how to insert a HTML file below the Signature in the body of Email.
    This is my code,,,,
    set the clipboard to (read (choose file) as «class RTF »)
    set theBody to "Hello"
    tell application "Mail"
    activate
      set theMessage to make new outgoing message with properties {content:theBody, visible:true, subject:"mysubject"}
    end tell
    tell application "System Events"
      tell process "Mail"
      set focused of UI element 1 of scroll area 1 of window 1 to true
      keystroke "v" using command down
      end tell
    end tell
    What I would like to do is an order of body going like
    From the top:
    Body
    Signature
    HTML rtf file
    Please teach me how to do!
    Cheers,

    Hi,
    murrayshimada wrote:
    Wondering how about inserting a HTML between body and signature? If you have a free time, please give me a tip again. Anyway, thank you for your help. Cheers,
    You can set the order like this:
    set the clipboard to (read (choose file) as «class RTF »)
    set theBody to "Hello" & return & return -- need two return character to paste the clipboard after the body
    tell application "Mail"
        activate
        set theMessage to make new outgoing message with properties {content:theBody, visible:true, subject:"mysubject"}
        my pasteToEnd()
        delay 0.6 -- need a delay to not remove the pasted text.
        set message signature of theMessage to signature 1 -- this put the signature after the text
    end tell
    on pasteToEnd()
        tell application "System Events"
            tell process "Mail"
                set focused of UI element 1 of scroll area 1 of window 1 to true
                key code 125 using command down -- (arrow down + command down) to set the insertion point to the end of text 
                keystroke "v" using command down
            end tell
        end tell
    end pasteToEnd
    Here's another example, the order =  the HTML, the body and the signature:
    set the clipboard to (read (choose file) as «class RTF »)
    set theBody to "Hello"
    tell application "Mail"
        activate
        set theMessage to make new outgoing message with properties {content:"theBody", visible:true, subject:"mysubject"}
        my pasteAtBeginning() -- at beginning
        delay 0.6 -- need a delay to not remove the pasted text.
        set message signature of theMessage to signature 1 -- this put the signature after the text
    end tell
    on pasteAtBeginning()
        tell application "System Events"
            tell process "Mail"
                set focused of UI element 1 of scroll area 1 of window 1 to true -- this set the insertion point at beginning
                keystroke "v" using command down
                keystroke return & return -- to put a blank line between the RTF and the body
            end tell
        end tell
    end pasteAtBeginning

Maybe you are looking for