<?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: Sending an email to an email address that contains an ampersand in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-to-an-email-address-that-contains-an-ampersand/m-p/885326#M349824</link>
    <description>&lt;P&gt;Hi:&lt;BR /&gt;This may be a question for Tech Support. A few questions that may help you debug the issue:&lt;BR /&gt;1) if you send a single email from your system to the receivers system (not using a program -- just using the COMPOSE function of your email system), do they get the email?&lt;BR /&gt;2) has the receiver checked their mail application to see whether the programmatically sent mail was misdirected to their junk or spam folder?&lt;BR /&gt;3) if you send mail from your program to an address that does NOT contain an ampersand, does the receiver get this mail?&lt;BR /&gt;4) Are you sure that all of your system options related to email are correct?&lt;BR /&gt;&lt;BR /&gt;Other than running those tests to get some more context on the scope of the issue, I think your best option for resolving this is for you to open a track with SAS Tech Support.&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2023 17:37:51 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2023-07-18T17:37:51Z</dc:date>
    <item>
      <title>Sending an email to an email address that contains an ampersand</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-to-an-email-address-that-contains-an-ampersand/m-p/885292#M349811</link>
      <description>&lt;P&gt;I am sending an email from SAS within an rsubmit.&amp;nbsp; Unfortunately, the receivers email contains an ampersand and is not receiving the email even though the log has no errors.&amp;nbsp; Any recommendations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rsubmit;&lt;BR /&gt;filename mymail email&lt;BR /&gt;to='send&amp;amp;email@somewhere.com'&lt;BR /&gt;subject="test email";&lt;BR /&gt;data _null_;&lt;BR /&gt;file mymail;&lt;BR /&gt;put "This is a test";&lt;BR /&gt;run;&lt;BR /&gt;endrsubmit;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 15:30:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-to-an-email-address-that-contains-an-ampersand/m-p/885292#M349811</guid>
      <dc:creator>elsga</dc:creator>
      <dc:date>2023-07-18T15:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sending an email to an email address that contains an ampersand</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-to-an-email-address-that-contains-an-ampersand/m-p/885326#M349824</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;This may be a question for Tech Support. A few questions that may help you debug the issue:&lt;BR /&gt;1) if you send a single email from your system to the receivers system (not using a program -- just using the COMPOSE function of your email system), do they get the email?&lt;BR /&gt;2) has the receiver checked their mail application to see whether the programmatically sent mail was misdirected to their junk or spam folder?&lt;BR /&gt;3) if you send mail from your program to an address that does NOT contain an ampersand, does the receiver get this mail?&lt;BR /&gt;4) Are you sure that all of your system options related to email are correct?&lt;BR /&gt;&lt;BR /&gt;Other than running those tests to get some more context on the scope of the issue, I think your best option for resolving this is for you to open a track with SAS Tech Support.&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 17:37:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-to-an-email-address-that-contains-an-ampersand/m-p/885326#M349824</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-07-18T17:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sending an email to an email address that contains an ampersand</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-to-an-email-address-that-contains-an-ampersand/m-p/885330#M349828</link>
      <description>&lt;P&gt;I think that there are several systems that have problems processing an email address with an ampersand. In this case the problem could be SAS or your email SMTP server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Usually such addresses are actually aliases for another address that won't have the special character. Any chance that your recipient can supply you with that?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 17:55:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-to-an-email-address-that-contains-an-ampersand/m-p/885330#M349828</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2023-07-18T17:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sending an email to an email address that contains an ampersand</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-to-an-email-address-that-contains-an-ampersand/m-p/885331#M349829</link>
      <description>&lt;P&gt;This depends on the policy of the outgoing mail server and the mail server at the receiving end.&lt;BR /&gt;So more than the SAS code it is the mail server policy. As a first step consult your outgoing mail server administrator.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 17:59:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-an-email-to-an-email-address-that-contains-an-ampersand/m-p/885331#M349829</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2023-07-18T17:59:25Z</dc:date>
    </item>
  </channel>
</rss>

