<?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: Emailing from SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57248#M12337</link>
    <description>From what you shared in the error message, there is a period character generated *BEFORE* the "@" in your EMAIL address.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Wed, 22 Jul 2009 14:13:06 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2009-07-22T14:13:06Z</dc:date>
    <item>
      <title>Emailing from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57247#M12336</link>
      <description>I have a SAS job which emails a report to a number of internal e-mail addresses which has been running succesfully, but now I also need to send the report to an external email address which is causing problems.&lt;BR /&gt;
&lt;BR /&gt;
I seem to able to send the report to reciepients where the address is of the type 'myemail@domain.com', but not if it is of type 'my.email@domain.com' - for this type of address I get a 'Message Status - undeliverable' message from my e-mail client saying &lt;BR /&gt;
&lt;I&gt;&lt;BR /&gt;
The message that you sent was undeliverable to the following:&lt;BR /&gt;
&lt;BR /&gt;
	my.mail.@whatever.com (501 5.5.4 Invalid Address)&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
i.e. it looks like the first character after the first '.' in the email address is being dropped, and an extra '.' is being added before the '@'.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I'm using SAS 9.1.3 SP4 with settings&lt;BR /&gt;
&lt;BR /&gt;
 EMAILAUTHPROTOCOL=NONE&lt;BR /&gt;
 EMAILHOST=LOCALHOST&lt;BR /&gt;
 EMAILID&lt;BR /&gt;
 EMAILPORT=&lt;BR /&gt;
 EMAILPW&lt;BR /&gt;
 EMAILDLG=NATIVE  &lt;BR /&gt;
 EMAILSYS=MAPI     &lt;BR /&gt;
&lt;BR /&gt;
and using Groupwise 7.0 as email client.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Any help would be greatly appreciated,&lt;BR /&gt;
Ben</description>
      <pubDate>Wed, 22 Jul 2009 13:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57247#M12336</guid>
      <dc:creator>bfenton</dc:creator>
      <dc:date>2009-07-22T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57248#M12337</link>
      <description>From what you shared in the error message, there is a period character generated *BEFORE* the "@" in your EMAIL address.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 22 Jul 2009 14:13:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57248#M12337</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-07-22T14:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57249#M12338</link>
      <description>I'm able to send mail to firstname.lastname@gmail.com with these options:&lt;BR /&gt;
&lt;BR /&gt;
-emailhost=usenet.xxxxxx.ca&lt;BR /&gt;
-emailsys=SMTP&lt;BR /&gt;
&lt;BR /&gt;
where "xxxxx" also happens to be the name of our domain.</description>
      <pubDate>Wed, 22 Jul 2009 14:48:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57249#M12338</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2009-07-22T14:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57250#M12339</link>
      <description>Exactly - so if I hard code&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Email ("benfenton@whatever.com")&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
then Groupwise succesfully delivers the mail, but if I hard code&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;Email ("ben.fenton@whatever.com")&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
then Groupwise tries to send the mail to &lt;B&gt;ben.enton.@whatever.com&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Ben</description>
      <pubDate>Wed, 22 Jul 2009 14:50:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57250#M12339</guid>
      <dc:creator>bfenton</dc:creator>
      <dc:date>2009-07-22T14:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Emailing from SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57251#M12340</link>
      <description>The outgoing EMAIL recipient's address should be clearly listed in your SAS log -- so if it is missing the trailing period as generated by SAS, I would say that you have some non-SAS issue - do you agree?  My suggestion is to check your SAS code and SAS log very closely to ensure that the error is not being generated by your code -- then if all looks well as the EMAIL leaves SAS, it's time to discuss the problem with your EMAIL system techies.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 22 Jul 2009 15:00:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Emailing-from-SAS/m-p/57251#M12340</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-07-22T15:00:37Z</dc:date>
    </item>
  </channel>
</rss>

