Try to mix plain text with HTML text in mail forms

Hi,
I'm working with CRM 2005, and I want to build a mail form with Multi-Mime text type, but with a "html text" block and a "plain text" block in first page. I can do it but when I access to my mail form via PCUI a error occurs telling me that the mail form is defined improperly.
Thanks a lot,
Nuno Moreira

Hi Nuno,
if the mail is sent correctly and it is only a display problem in PC-UI I would suggest that you open a OSS message to ask SAP to solve this problem.
Regards
Gregor

Similar Messages

  • Is it possible to create greeting card,so that added as plain text in mails

    Hi,
    I want know wether i can create a greeting card, such that I can add as plain text in mail id to send in java.If it is possible can u guide me how.By using what can we do.If not can any one tell in which language it is possible.

    Take a look at JavaMail:
    http://java.sun.com/products/javamail/index.jsp
    http://java.sun.com/developer/onlineTraining/JavaMail/index.html

  • Plain Text Control in Form - Add carriage return in text

    Hi, I'm trying to output a carriage in a Plain Text Control.  I've tried several combinations like CHR('13'), but can't get it to work.   Anyone know how to do this?
    Thanks,
    Ken Murray

    Hi Kenneth,
    did you try "\n" ? Like:
    "Entering a \n new line"
    HTH,
    Carsten

  • Issue with HTML Editor of XML Form Builder.??

    Hi All,
    We are using HTML Editor of XML Form Builder to enter the Content. This content will be displayed to teh User by parsing these XML Files generated by the XML Form Builder Application.
    But, when we parse the XML, the other field values are coming properly, except HTML Editor field Content.
    This is working fine, only when I enter a Single line Text. If I enter some Spaces, New lines, Paragraphs, etc. the XML Parsing is not returning any Content..
    And also when I use Text Area, the total content is returning as a Single Paragraph, Even if I enter multiple lines, spaces,.
    If anyone has Idea on this, Please Help me to solve this Issue ASAP.
    Thanks&Regards||
    Ashok Kumar M.

    Hi Bala,
    It is already mapped correctly. If I enter a single line Text in HTML Editor, I am getting the same Text after Parsing. But If I enter multiple lines, spaces, new lines, etc., then the Problem.
    Thanks||
    Ashok M.

  • Print HTML in marketing mail forms

    Hi, as plain text editor is a poor formatting editor, we want to use HTML code not only for email marketing output, but also for printing. (if not, how can we use tables, checkboxes, etc. in plain text format?)
    How can we use HTML to print marketing mail forms? (if we send html code to printer, no "rendering" is done and html tags are also printed).
    Thank you in advance.

    Hi,
    We have a similar requirement.  Have you integrated with any other software to enable this?
    Thanks.
    JP

  • Problems with graphics inside fax & mail form

    Hi everybody.
    I've a problem with compiling some mail forms.
    I've to load a logo inside a mail form that can be sent also as a fax.
    I tried insert a .bmp image in different ways : graphic node, intranet URL, web URL, but I have always the same problems:
    1)When I send the fax , even if the preview shows me the logo, the fax is always sent without logo.
    2) Sometimes the preview doesn't load the image.
    Somebody could help me?
    Thanks everybody
    Regards

    Hi,
    e-mail, fax or paging/SMS via SMTP configured in the SAP Web Application Server & Which prerequisites and settings are required outside the SAP system?
    Brodly there are five steps to configure
    1. Profile parameters
    2.User administration (transaction SU01)
    3. Client assignment (transaction SICF)
    4.SAPconnect administration (transaction SCOT)
    5. Settings on the mail server (SAP-external configuration)
    For step by step visit smtp configuration guide at
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/ea000fb4b31a71e10000000a422035/content.htm
    <b>Rewards point if helpfull</b>
    Thanks
    Pankaj Kumar

  • Plain text and attachment in Mail Adapter (Receiver)

    Hello,
    we have to generate a mail in the mail-adapter with a specific text and an attachment.
    The attachment is a document in pdf-format, that is generated inside an adapter-module out of the payload-document.
    An additional text has to be added to the mail for the receiver in plain-text-format, like "Dear customer ... enclosed you will find ...".
    Is it possible to mix plain-text and attachments in the mail adapter? Does anybody know how we can do that?
    Regards,
    Thorsten

    Hi,
    yes you can do it very easily inside the adapter module
    if you're already using the adapter module then
    you can just enhance it a little bit
    you can add the pdf to the attachment section and
    leave dear customer in the standard payload
    you can even make it a little bit more dynamic
    and create a module that will take the input from
    the communication channel config (modules tab) - for example xml tag name in which you will specify
    the dear customer (or any other text) and after this
    the pdf creating can use the xml without this tag...
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

  • Rich text versus plain text when sending to Outlook

    I've notice some strange behavior with Mail today. I've been sending some attachments to people who use Outlook on an Exchange server. When I send the mail in Rich Text Format, they receive the mail but the text and the signature are included as attachments as well. This is not the case if I send the same message with no attachment. Also, if I change the message format to Plain Text, the mail appears normal both with and without the attachment.
    Does anyone have a similar issue? Are there any know solutions? I'd really prefer to use RTF vs. Plain Text.
    Cheers,
    Barry
    Message was edited by: BAField

    Read the attached link and the link to the microsoft site to better understand what may be happening.
    http://docs.info.apple.com/article.html?artnum=304245
    If the attachment is plain text it should not be sent as a windows friendly attachment.
    If the attachment is recognized as having rich text content it should be sent a as a windows friendly attachment.
    The linked Microsoft document in the attached link has a Common Scenarios section which shows the Solution settings for Outlook based on the Problem experienced by the recipient.

  • Trouble with xhtml text in adobe forms

    Hellow!
    I try to show xhtml text in adobe forms
    I pass string as text value to element like this::
    <html  xmlns="http://www.w3.org/1999/xhtml"
    xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"
    xfa:APIVersion="2.4.5325.0">
    <body> <p>Hellow, world!</p></body></html>
    Next, in Initialization text element event I do next: 
    $.value.#exData.loadXML($)
    So In adobe form I see text "Hellow world", it means that html support works.
    But
    If a Pass Next text
    <html  xmlns="http://www.w3.org/1999/xhtml"
    xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"
    xfa:APIVersion="2.4.5325.0">
    <body> <p><strong>Hellow
    </strong>world!</p></body></html>
    I see only "world!". Text between <stromg></strong> tag dosn't display.
    What I do wrong? Why xhtml text works, but it don't understand <strong></strong> text?
    (The value I get from WEB DynPro application)
    Edited by: Mordyasov Petr on Jul 16, 2010 9:43 PM

    Use
    <b>
    instead of
    <strong>
    See http://partners.adobe.com/public/developer/en/xml/xfa_spec_2_5.pdf -> Part 3 -> Rich Text Reference for a list of supported xhtml tags.
    Sebastian

  • Is it possible to create greeting card,so that added as plain text in mai

    Hi,
    I want know wether i can create a greeting card, such that I can add as plain text in mail id to send in java.If it is possible can u guide me how.By using what can we do.If not can any one tell in which language it is possible.

    Hello,
    I am not sure to understand what you are trying to do.
    If the question is can I send mail from J2EE application/JSP sure you can you just need to use the JavaMail API that is part of the J2EE specifications.
    - http://java.sun.com/products/javamail/
    You will find lot of samples over the web explaining how to use it.
    Regards
    Tugdual Grall

  • Can't compose plain text messages in Mail 7

    For some reason, I cannot seem to compose messages in plain text in Mail 7. I have the compose preference set for Plain Text, but it still typesets it in Rich Text. Any ideas?

    I can't do group text any longer either. Everyone else in my group call can. Some are on PC's and some on MAC's. I am using MAC OS 10.9.4 and have the latest version of Skype. Since I use it for business, I really need to find a fix for this and it seems that Skype support doesn't care. At least that's how it looks in the post threads. 

  • Output text in table form

    Hi all,
    I have a short little applescript that does some math and then outputs a mix of the results and plain text in tabular form, and copies it into a Word document. (I'm a complete novice at AS, this is maybe my third script).
    At present, the script essentially hand-writes the table by including the tabs and returns, e.g. this excerpt:
    set gradingScale to "A+" & tab & Aplus & return & "A" & tab & Astraight & return
    Is there a more efficient way to tell AS to output as a table? Like say, listing everything that belongs in column 1, or somesuch?
    thanks, Daiya

    table_result starts out at the top of the script as a blank string variable. In the example my repeat loop will run three times (the length of column_a) with the integer x. On each successive run x increases by 1, so we'll get the first, then second, then third items of column_a and column_b. Because we are fed these values one at a time, we must concatenate them to the values that we already got on previous runs through the repeat loop. By setting the value of table_result to itself, plus a bunch of new data, we can thus build the table line by line.
    The result term is just a convenient way to get the result of the previous line of code. Here are a few more examples.
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">set x to 1
    repeat 3 times
    say x
    set x to x + 1
    end repeat
    repeat with z from 3 to 1 by -1
    say z
    end repeat
    "Go AppleScript!"
    say result
    </pre>

  • Email with html body and a pdf attachment

    Hi,
    i try to send a email with html body and one attach in pdf
    in release 4.6c using the SO_DOCUMENT_SEND_API1.
    I've put the html in the txt table and the pdf in bin table but i obtain the following situation:
    1) with only the html in the body i see a right email in html
    2) with the html body AND the pdf attach i obtain a empty mail with two attach.
    what can i do ? I's possible to do this.
    Thanks in advance.

    Contact my basis guy is a problem !!
    maybe a need a function similar to SX_OBJECT_CONVERT_RAW_TXT to convert raw (containing html text) into real html ?
    my view V_SXCONV contain:
    ALI     HTM     2     SX_OBJECT_CONVERT_ALI_HTM
    ALI     PS     4     SX_OBJECT_CONVERT_ALI_PRT
    ALI     RAW     1     SX_OBJECT_CONVERT_ALI_RAW
    ALI     TXT     2     SX_OBJECT_CONVERT_ALI_TXT
    ICS     RAW     8     SX_OBJECT_CONVERT_ICS_RAW
    INT     RAW     8     SX_OBJECT_CONVERT_INT_RAW
    OBJ     HTM     2     SX_OBJECT_CONVERT_OBJ_HTM
    OTF     PCL     3     SX_OBJECT_CONVERT_OTF_PRT
    OTF     PDF     1     SX_OBJECT_CONVERT_OTF_PDF
    OTF     PS     2     SX_OBJECT_CONVERT_OTF_PRT
    OTF     RAW     9     SX_OBJECT_CONVERT_OTF_RAW
    RAW     SCR     6     SX_OBJECT_CONVERT_RAW_SCR
    RAW     TXT     7     SX_OBJECT_CONVERT_RAW_TXT
    SCR     OTF     1     SX_OBJECT_CONVERT_SCR_OTF
    TXT     INT     7     SX_OBJECT_CONVERT_TXT_INT
    URL     HTM     2     SX_OBJECT_CONVERT_OBJL_HTM
    thanks a lot.

  • Why when i try to update an app whith my new e-mail, it asks for the password of the old e-mail?

    I recently changed my e-mail because I moved to U.S.A. so I could have the U.S.A. store. When I try to update some apps with my new e-mail, it asks me the password of the old e-mail, ahd that e-mail doesn't work because its not from U.S.A.

    Apps are tied to the Apple ID that was used to purchase them and you will always need to use that ID and password in order to update them.
    Saying that you do get to update them on your new details makes no sense at all.

  • JEditorPane with text/html content-type still displaying as plain-text?

    Hello all,
    I recently started work on a very basic HTTP GET program that gets the HTML source of a page and, using a JEditorPane, displays the page as normal (i.e. like a browser would).
    Anywhoo, the HTTP GET is fine, and the source is loaded into a String called "html". Then I do this:
    displayArea.createEditorKitForContentType("text/html");
                        displayArea.setText(html);However the content appears in the editor pane as plain-text (i.e. the HTML code appears as-is, not in a 'compiled' form).
    Any ideas why this is?
    Thanks,
    Tristan

    Thanks for the replies, however the setContentType didn't work either. When I changed the code to what you suggested, nothing got inserted into the editor pane at all (i.e. no HTML - nor plain-text?). More of the code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;
    import java.net.Socket;
    import java.util.Scanner;
    public class ClassName extends JFrame implements ActionListener
         public JTextField urlIn, pageIn;
         public JButton go;
         public JScrollPane scrollPane;
         public JEditorPane displayArea;
         public JPanel topPanel;
         public String url, page, html;
         public int index;
         public ClassName()
              setSize(1230,680);
              setLayout(new BorderLayout());
              JPanel topPanel = new JPanel();
              topPanel.setLayout(new FlowLayout());
              urlIn = new JTextField(18);
              pageIn = new JTextField(18);
              JButton go = new JButton("Go!");
              topPanel.add(urlIn);
              topPanel.add(pageIn);
              topPanel.add(go);
              add(topPanel, BorderLayout.NORTH);
              displayArea = new JEditorPane();
              displayArea.setEditable(false);
              add(displayArea, BorderLayout.CENTER);
              go.addActionListener(this);
              urlIn.addActionListener(this);
              setVisible(true);
         public static void main(String args[])
              new ClassName();
         public void actionPerformed(ActionEvent e)
              if( e.getActionCommand() == "Go!" )
                   url = urlIn.getText();
                   page = pageIn.getText();
                   if (url != null && page != null )
                        try
                             final int HTTP_PORT = 80;
                             Socket s = new Socket(url, HTTP_PORT);
                             InputStream inStream = s.getInputStream();
                             OutputStream outStream = s.getOutputStream();
                             Scanner in = new Scanner (inStream);
                             PrintWriter out = new PrintWriter(outStream);
                             out.print("GET " + page + " HTTP/1.0\n\n");
                             out.flush();
                             while( in.hasNextLine() )
                                  String input = in.nextLine();
                                  html = html + input;
                             s.close();
                        catch (Exception exception)
                             System.out.println("Error: " + exception);
                        displayArea.setContentType("text/html");
                        displayArea.setText(html);
                        urlIn.setText("");
                        pageIn.setText("");
                 else
                      System.out.println("Please enter something!");
    }Am baffled as to what the problem is? :-(
    Thanks,
    Tristan

Maybe you are looking for

  • Error 109C ImportProcessServer.exe while importing a .mp4 clip in PPRO CS4 ver 4.2.1

    I just purchase Adobe Premiere Pro a few days ago - and subsequently updated it to Ver 4.2.1.  A started a new project - I tried to import some video footage I just shot with a GOPro Hemet Cam while skiing at our local mountain.  I can easlily see th

  • Change PHY Mode, max speed is 54mbps

    Hi Guys One of my partners is having trouble configuring his first AP-1042 in standalone mode. Having some issues configuring our first AP-1042N. I am not sure how to change the PHY mode; it seems to be currently set to 802.11a and are only achieving

  • Aligning whole web page for browser in Dreamweaver CS4

    Hi, I am trying to align my web page so that it is central on screen when viewed in a browser? Can any one help??! Thanks. Andrew.

  • Iphone software update fails consistently

    It seems like every time I try and update either my iPhone 5s or my iPhone 4 to the latest iOS version, I have problems.  Here are my two most recent experiences: I connected my iPhone 5s to iTunes, and was prompted that a software update was availab

  • Resolving Gambit-C and Ghostscript /usr/bin/gsc conflict

    Ghostscript and Gambit Scheme Compiler both want to use /usr/bin/gsc. I already have Gambit Scheme. How can I resolve this conflict to have a working Ghostscript as well (right now the pacman -S ghostscript terminates with an error about /usr/bin/gsc