<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Alignment issue in email in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-issue-in-email/m-p/8313507#M1636693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the mails are sent out using the system commands as mentioned above, they are recieved as plain text and not in HTML format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the Outlook settings, we tried this with external email clients like Gmail but the issue still persists. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rinkesh Doshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2011 12:23:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-15T12:23:44Z</dc:date>
    <item>
      <title>Alignment issue in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-issue-in-email/m-p/8313504#M1636690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing alignment issue while sending out the email through SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The existing program uses the system commands to send out an email .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*Construct the UNIX command
    MOVE '"Deposit Notice from XXXXXX Corp"'
          TO l_subject.

    CONCATENATE 'mailx -s' l_subject INTO l_command.
    CONCATENATE l_command '-g_sender_id' g_email_id
                INTO l_command SEPARATED BY ' '.
    CONCATENATE l_command '&amp;lt;' INTO l_command SEPARATED BY ' '.
    CONCATENATE l_command g_output INTO l_command SEPARATED BY ' '.
    CALL 'SYSTEM' ID 'COMMAND' FIELD l_command
                  ID 'TAB'     FIELD l_res[].
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where g_email_id is the email id of the user to whom mail is to be sent and &lt;/P&gt;&lt;P&gt;           g_sender_id is the email id of the sender&lt;/P&gt;&lt;P&gt;           g_output is file on the UNIX application server which contains the content to be sent in email body.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem is, when the mail is sent to some user id which has Outlook 2007 installed the alignment is perfectly fine. Whereas for other email clients like Outlook 2010 and Gmail the alignment is appearing distorted/disturbed i.e. heading and line items are not aligned,even though mails are sent in Plain text format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some Outlook setting which controls the same. If yes then where these settings are maintained. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for few threads on SDN which suggest to send the data in HTML format. But I need to deal with the existing code (which uses system commands to send email) and hence is there a way out through which this behaviour can be controlled in existing code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rinkesh Doshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 06:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-issue-in-email/m-p/8313504#M1636690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T06:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment issue in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-issue-in-email/m-p/8313505#M1636691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help / suggestions on the above mentioned issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rinkesh Doshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 10:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-issue-in-email/m-p/8313505#M1636691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T10:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment issue in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-issue-in-email/m-p/8313506#M1636692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be some issue on your outlook server end. Please check if you are displaying the documents as HTML format in your outlook and see if this problem still exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 12:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-issue-in-email/m-p/8313506#M1636692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T12:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment issue in email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-issue-in-email/m-p/8313507#M1636693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the mails are sent out using the system commands as mentioned above, they are recieved as plain text and not in HTML format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the Outlook settings, we tried this with external email clients like Gmail but the issue still persists. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rinkesh Doshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 12:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment-issue-in-email/m-p/8313507#M1636693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-15T12:23:44Z</dc:date>
    </item>
  </channel>
</rss>

