<?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: Trying to send ODS output to mail body in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-send-ODS-output-to-mail-body/m-p/345325#M18228</link>
    <description>&lt;P&gt;Does&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename temp email to="prince.jvk@xxx.com"
subject="testing the email interface"
type="text/html";

data _null_;
file temp;
put "this is a test";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;work?&lt;/P&gt;
&lt;P&gt;You may have to specify more email-related options, like emailport, emailid and emailpw.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Mar 2017 11:26:15 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-03-29T11:26:15Z</dc:date>
    <item>
      <title>Trying to send ODS output to mail body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-send-ODS-output-to-mail-body/m-p/345322#M18227</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to send ods output to my email body, but unfortunatly I am getting &lt;STRONG&gt;ERROR: Email: The connection was refused.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below is my sample code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options emailsys=smtp emailhost="xxxxx.net";&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;filename temp email to="prince.jvk@xxx.com"&lt;/P&gt;&lt;P&gt;subject="testing the email interface"&lt;/P&gt;&lt;P&gt;type="text/html";&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;ods html body=temp;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know your sugegstions on this.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:12:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-send-ODS-output-to-mail-body/m-p/345322#M18227</guid>
      <dc:creator>Banu</dc:creator>
      <dc:date>2017-03-29T11:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to send ODS output to mail body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-send-ODS-output-to-mail-body/m-p/345325#M18228</link>
      <description>&lt;P&gt;Does&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename temp email to="prince.jvk@xxx.com"
subject="testing the email interface"
type="text/html";

data _null_;
file temp;
put "this is a test";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;work?&lt;/P&gt;
&lt;P&gt;You may have to specify more email-related options, like emailport, emailid and emailpw.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 11:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-send-ODS-output-to-mail-body/m-p/345325#M18228</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-29T11:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to send ODS output to mail body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-send-ODS-output-to-mail-body/m-p/345328#M18229</link>
      <description>I have tried this way also..it's also giving same issue.&lt;BR /&gt;I suppose to send a mail to group of people ,in this case what password i needs to give here. Please let me know what other options i can give to execute this mail command..</description>
      <pubDate>Wed, 29 Mar 2017 11:51:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-send-ODS-output-to-mail-body/m-p/345328#M18229</guid>
      <dc:creator>Banu</dc:creator>
      <dc:date>2017-03-29T11:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to send ODS output to mail body</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-send-ODS-output-to-mail-body/m-p/345332#M18230</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134610"&gt;@Banu&lt;/a&gt; wrote:&lt;BR /&gt;I have tried this way also..it's also giving same issue.&lt;BR /&gt;I suppose to send a mail to group of people ,in this case what password i needs to give here. Please let me know what other options i can give to execute this mail command..&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You need to check that with the people who run the SMTP server. Or you consult the configuration of an email client that uses the same SMTP server for sending mail.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Trying-to-send-ODS-output-to-mail-body/m-p/345332#M18230</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-03-29T12:16:52Z</dc:date>
    </item>
  </channel>
</rss>

