<?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 Email Reports to end users in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726651#M225820</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME output EMAIL
SUBJECT= "Sales summary report 1"
FROM= "anandsasjobs@gmail.com"
TO= "anandsasjobs@gmail.com";
ODS HTML BODY=output STYLE=sasweb;
TITLE JUSTIFY=left
 "Total Sales by Country and Product type as of %sysfunc(date(),yymmdd10.)";
PROC REPORT DATA=sashelp.class NOWD	;
COLUMNS NAME SEX AGE;
DEFINE NAME /DISPLAY;
DEFINE SEX /DISPLAY;
DEFINE AGE/DISPLAY ;

RUN;
ODS HTML CLOSE;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anandkvn_0-1615884862403.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55988iEFED39380644EAA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anandkvn_0-1615884862403.png" alt="Anandkvn_0-1615884862403.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Mar 2021 08:54:50 GMT</pubDate>
    <dc:creator>BrahmanandaRao</dc:creator>
    <dc:date>2021-03-16T08:54:50Z</dc:date>
    <item>
      <title>Email Reports to end users</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726651#M225820</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME output EMAIL
SUBJECT= "Sales summary report 1"
FROM= "anandsasjobs@gmail.com"
TO= "anandsasjobs@gmail.com";
ODS HTML BODY=output STYLE=sasweb;
TITLE JUSTIFY=left
 "Total Sales by Country and Product type as of %sysfunc(date(),yymmdd10.)";
PROC REPORT DATA=sashelp.class NOWD	;
COLUMNS NAME SEX AGE;
DEFINE NAME /DISPLAY;
DEFINE SEX /DISPLAY;
DEFINE AGE/DISPLAY ;

RUN;
ODS HTML CLOSE;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anandkvn_0-1615884862403.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55988iEFED39380644EAA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anandkvn_0-1615884862403.png" alt="Anandkvn_0-1615884862403.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 08:54:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726651#M225820</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2021-03-16T08:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Email Reports to end users</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726658#M225823</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) try to add:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;CONTENT_TYPE='text/html'&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;to the filename definition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) check if you google account has enabled "acces by less secure applications"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 09:21:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726658#M225823</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2021-03-16T09:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Email Reports to end users</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726671#M225831</link>
      <description>&lt;P&gt;Check with your SAS administrator which originating email addresses are allowed by the mail agent configured in SAS. If in doubt, omit the FROM option.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 09:55:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726671#M225831</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-03-16T09:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Email Reports to end users</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726673#M225832</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename output email
subject= "sales summary report 1"
from= "anandsasjobs@gmail.com"
to= "anandsasjobs@gmail.com"
content_type= "text/html"  ;
ods html body=output style=sasweb;
title justify=left
 "total sales by country and product type as of %sysfunc(date(),yymmdd10.)";
proc report data=sashelp.class nowd	;
columns name sex age;
define name /display;
define sex /display;
define age/display ;
run;
ods html close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;same error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anandkvn_0-1615888559627.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/55994i079515C763B3ED90/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anandkvn_0-1615888559627.png" alt="Anandkvn_0-1615888559627.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 09:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726673#M225832</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2021-03-16T09:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Email Reports to end users</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726771#M225887</link>
      <description>&lt;P&gt;Please see the sasnotes&amp;nbsp;&lt;A href="https://support.sas.com/kb/19/767.html" target="_blank"&gt;https://support.sas.com/kb/19/767.html&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&amp;nbsp;&lt;A href="https://support.sas.com/kb/41/961.html" target="_blank"&gt;https://support.sas.com/kb/41/961.html&lt;/A&gt;&amp;nbsp;.&lt;BR /&gt;Check if from address can be a gmail address from your email / system admin.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 14:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Email-Reports-to-end-users/m-p/726771#M225887</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-03-16T14:16:32Z</dc:date>
    </item>
  </channel>
</rss>

