<?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: Email Address with single quote in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Email-Address-with-single-quote/m-p/776473#M246967</link>
    <description>Using %quote("M'ma.E.Smith@gmail.com") and problem solved</description>
    <pubDate>Tue, 26 Oct 2021 13:22:18 GMT</pubDate>
    <dc:creator>claridad123</dc:creator>
    <dc:date>2021-10-26T13:22:18Z</dc:date>
    <item>
      <title>Email Address with single quote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Email-Address-with-single-quote/m-p/776427#M246939</link>
      <description>&lt;PRE&gt;I would like to send the email to multiple user, while one email address has a single quote in it: M'ma.E.Smith@gmail.com. Put double quote like M''am.E.Smith@gmail.com does not work.&lt;BR /&gt;Much appreciated the help!&lt;BR /&gt;&lt;BR /&gt;%let email_out='Adam.X.Smith@gmail.com'&lt;BR /&gt;		'Barbara.C.Smith@gmail.com' &lt;BR /&gt;	        'Cyndi.D.Smith@gmail.com'&lt;BR /&gt;	      'M''ma.E.Smith@gmail.com');&lt;BR /&gt;		&lt;BR /&gt;filename mymail email &lt;BR /&gt;         	subject="Automated Report: Test"&lt;BR /&gt;			TYPE='text/html';&lt;BR /&gt;&lt;BR /&gt;			data _null_;&lt;BR /&gt;				file mymail&lt;BR /&gt;				from=('Test@gmail.com')&lt;BR /&gt;			 	to=( &amp;amp;email_out);&lt;BR /&gt;			   put 'Test Program';&lt;BR /&gt;			 run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 11:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Email-Address-with-single-quote/m-p/776427#M246939</guid>
      <dc:creator>claridad123</dc:creator>
      <dc:date>2021-10-26T11:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Email Address with single quote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Email-Address-with-single-quote/m-p/776428#M246940</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;... does not work&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;You have a parenthesis at the end of the value of macro variable &amp;amp;email_out, which won't work. What happens after you remove the parenthesis?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When code doesn't work, show us the LOG, all of the LOG for this portion of code, every single line in the LOG for this portion of code. Do not chop parts of out the LOG for this portion of code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 12:12:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Email-Address-with-single-quote/m-p/776428#M246940</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-26T12:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Email Address with single quote</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Email-Address-with-single-quote/m-p/776473#M246967</link>
      <description>Using %quote("M'ma.E.Smith@gmail.com") and problem solved</description>
      <pubDate>Tue, 26 Oct 2021 13:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Email-Address-with-single-quote/m-p/776473#M246967</guid>
      <dc:creator>claridad123</dc:creator>
      <dc:date>2021-10-26T13:22:18Z</dc:date>
    </item>
  </channel>
</rss>

