<?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 how to send a text message to cell phone when report finished running? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-send-a-text-message-to-cell-phone-when-report-finished/m-p/88858#M25332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;HI enclose is the script that will send a text to my sprint phone .once report runs&amp;nbsp; but I get a box asking for me to ALLOW&amp;nbsp; or DENY. How can I bypass ? if i select ALLOw it does send the text message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;filename myemail EMAIL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;SPAN style="font-style: inherit;"&gt;to="&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:##########@messaging.sprintpcs.com" style="font-style: inherit; text-decoration: underline;"&gt;##########@messaging.sprintpcs.com&lt;/A&gt;&lt;SPAN style="font-style: inherit;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;SPAN style="font-style: inherit;"&gt;from="&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:first.last@domain.com" style="font-style: inherit;"&gt;first.last@domain.com&lt;/A&gt;&lt;SPAN style="font-style: inherit;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;SPAN style="font-style: inherit;"&gt;sender="&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:first.last@domain.com" style="font-style: inherit;"&gt;first.last@domain.com&lt;/A&gt;&lt;SPAN style="font-style: inherit;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;subject="SAS ";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;data _null_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;file myemail;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;put "SAS ";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;put "Seattle, Washington";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;put "April 11-14";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;filename myemail clear;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;The script below allows me to send an email with out having to select allow or deny. i change it up where my number would be a person email address. The a error I get is email is invalid. Thanks for your assistance on this&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;options&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;EMAILHOST=mailhost.business.email.net emailsys=smtp emailpw={ EMAILPORT=&lt;STRONG style="font-style: inherit;"&gt;25&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;SPAN style="font-style: inherit;"&gt;filename mymail email to="&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:##########@messaging.sprintpcs.com" style="font-style: inherit;"&gt;##########@messaging.sprintpcs.com&lt;/A&gt;&lt;SPAN style="font-style: inherit;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;subject="Tuesday";&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG style="font-style: inherit;"&gt;data&lt;/STRONG&gt; _null_; file myemail;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;put "This file is automated";&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;put "Please Let me know if anything looks wrong"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG style="font-style: inherit;"&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 04:13:25 GMT</pubDate>
    <dc:creator>BETO</dc:creator>
    <dc:date>2013-07-25T04:13:25Z</dc:date>
    <item>
      <title>how to send a text message to cell phone when report finished running?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-send-a-text-message-to-cell-phone-when-report-finished/m-p/88858#M25332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;HI enclose is the script that will send a text to my sprint phone .once report runs&amp;nbsp; but I get a box asking for me to ALLOW&amp;nbsp; or DENY. How can I bypass ? if i select ALLOw it does send the text message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;filename myemail EMAIL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;SPAN style="font-style: inherit;"&gt;to="&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:##########@messaging.sprintpcs.com" style="font-style: inherit; text-decoration: underline;"&gt;##########@messaging.sprintpcs.com&lt;/A&gt;&lt;SPAN style="font-style: inherit;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;SPAN style="font-style: inherit;"&gt;from="&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:first.last@domain.com" style="font-style: inherit;"&gt;first.last@domain.com&lt;/A&gt;&lt;SPAN style="font-style: inherit;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;SPAN style="font-style: inherit;"&gt;sender="&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:first.last@domain.com" style="font-style: inherit;"&gt;first.last@domain.com&lt;/A&gt;&lt;SPAN style="font-style: inherit;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;subject="SAS ";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;data _null_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;file myemail;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;put "SAS ";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;put "Seattle, Washington";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;put "April 11-14";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;filename myemail clear;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;The script below allows me to send an email with out having to select allow or deny. i change it up where my number would be a person email address. The a error I get is email is invalid. Thanks for your assistance on this&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;options&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;EMAILHOST=mailhost.business.email.net emailsys=smtp emailpw={ EMAILPORT=&lt;STRONG style="font-style: inherit;"&gt;25&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;SPAN style="font-style: inherit;"&gt;filename mymail email to="&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:##########@messaging.sprintpcs.com" style="font-style: inherit;"&gt;##########@messaging.sprintpcs.com&lt;/A&gt;&lt;SPAN style="font-style: inherit;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;subject="Tuesday";&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG style="font-style: inherit;"&gt;data&lt;/STRONG&gt; _null_; file myemail;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;put "This file is automated";&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;put "Please Let me know if anything looks wrong"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG style="font-style: inherit;"&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal"&gt;&lt;SPAN style="font-style: inherit; background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG style="font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 04:13:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-send-a-text-message-to-cell-phone-when-report-finished/m-p/88858#M25332</guid>
      <dc:creator>BETO</dc:creator>
      <dc:date>2013-07-25T04:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to send a text message to cell phone when report finished running?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-send-a-text-message-to-cell-phone-when-report-finished/m-p/88859#M25333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pop-up behavior is quit normal with Windows. The goal is help in preventing spamming/botnets.&lt;/P&gt;&lt;P&gt;Get into the microsoft questions: &lt;A href="http://msdn.microsoft.com/en-us/library/office/aa168346(v=office.11).aspx" title="http://msdn.microsoft.com/en-us/library/office/aa168346(v=office.11).aspx"&gt;Avoiding Excessive Security Warnings when Sending Automated E-mail Messages&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you configure an other mail-server. ...&lt;BR /&gt;SMTP has by default no security setup/layer most of it solved by the mail server and routers/firewalls.&lt;BR /&gt;At home it rather easy to receive mails from every mail-provider (pop3 mapi) sending mails however is mostly blocked. Using SMTP poort 25 is often filtered by their routers. Having a mailprovider offering secured sending mail you could use that. The required configuration settings may be slightly different (mapi and mapiport). An in house mailserver is able to configure to allow mail. Often it is called "bulkmail". Why this all? Same reason preventing spamming/botnets.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 06:43:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-send-a-text-message-to-cell-phone-when-report-finished/m-p/88859#M25333</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-07-25T06:43:31Z</dc:date>
    </item>
  </channel>
</rss>

