<?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: Not receiving SMS messages in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416161#M280207</link>
    <description>I have received all of my attempts over night. I don’t know what caused it to act this way, but it worked. If anyone knows what could have caused the delayed response ...I like to hear about it.&lt;BR /&gt;&lt;BR /&gt;Thank you Reeza.</description>
    <pubDate>Sat, 25 Nov 2017 19:35:34 GMT</pubDate>
    <dc:creator>HabAM</dc:creator>
    <dc:date>2017-11-25T19:35:34Z</dc:date>
    <item>
      <title>Not receiving SMS messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416087#M280204</link>
      <description>&lt;P&gt;I am trying to set up SMS notification, the problem is am not receiving text. Here is my log (replaced my actual number, and emailhost ID). Any help is greatly appreciated-&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;167&lt;BR /&gt;168&lt;BR /&gt;169 options emailsys =smtp;&lt;BR /&gt;170 options emailauthprotocol = NONE;&lt;BR /&gt;171 options emailhost = smtp.xxx.org;&lt;BR /&gt;172 filename myemail1 EMAIL to="7777777777@tmomail.net";&lt;BR /&gt;173 data _null_;&lt;BR /&gt;174 file myemail1;&lt;BR /&gt;175 put "Test run ";&lt;BR /&gt;176&amp;nbsp;run;&lt;/P&gt;&lt;P&gt;NOTE: The file MYEMAIL1 is:&lt;BR /&gt;E-Mail Access Device&lt;/P&gt;&lt;P&gt;Message sent&lt;BR /&gt;To: "7777777777@tmomail.net"&lt;BR /&gt;Cc:&lt;BR /&gt;Bcc:&lt;BR /&gt;Subject:&lt;BR /&gt;Attachments:&lt;BR /&gt;NOTE: 2 records were written to the file MYEMAIL1.&lt;BR /&gt;The minimum record length was 9.&lt;BR /&gt;The maximum record length was 35.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.13 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;177 filename myemail1 clear;&lt;BR /&gt;NOTE: Fileref MYEMAIL1 has been deassigned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 20:58:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416087#M280204</guid>
      <dc:creator>HabAM</dc:creator>
      <dc:date>2017-11-24T20:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving SMS messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416090#M280205</link>
      <description>&lt;P&gt;Does a hardcoded email to that address receive the text?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 21:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416090#M280205</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-24T21:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving SMS messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416093#M280206</link>
      <description>If your question is- if I have sent an email to this number ....yes. I have tested it prior and it works.</description>
      <pubDate>Fri, 24 Nov 2017 22:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416093#M280206</guid>
      <dc:creator>HabAM</dc:creator>
      <dc:date>2017-11-24T22:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving SMS messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416161#M280207</link>
      <description>I have received all of my attempts over night. I don’t know what caused it to act this way, but it worked. If anyone knows what could have caused the delayed response ...I like to hear about it.&lt;BR /&gt;&lt;BR /&gt;Thank you Reeza.</description>
      <pubDate>Sat, 25 Nov 2017 19:35:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416161#M280207</guid>
      <dc:creator>HabAM</dc:creator>
      <dc:date>2017-11-25T19:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving SMS messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416163#M280208</link>
      <description>&lt;P&gt;Email relays often have safeguards against abuse as a spam transport. It might be that the SAS server was not yet whitelisted, and has been in the meantime.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Nov 2017 19:47:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416163#M280208</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-25T19:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving SMS messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416223#M280209</link>
      <description>&lt;P&gt;Where is the delay happening? Is it with the initial email or is it with the relayed SMS?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would run further tests to confirm if you consistently get time delays or if they are one-offs.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2017 22:45:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/416223#M280209</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-11-26T22:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving SMS messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/417150#M280210</link>
      <description>&lt;P&gt;It was the initial email that delayed for 24 hrs. It's working now. Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 16:59:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/417150#M280210</guid>
      <dc:creator>HabAM</dc:creator>
      <dc:date>2017-11-29T16:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving SMS messages</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/417153#M280211</link>
      <description>&lt;P&gt;Please mark the question as solved.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 17:01:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Not-receiving-SMS-messages/m-p/417153#M280211</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-29T17:01:11Z</dc:date>
    </item>
  </channel>
</rss>

