<?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 emails from SAS (keep a copy - OVH) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sending-emails-from-SAS-keep-a-copy-OVH/m-p/486021#M126360</link>
    <description>&lt;P&gt;I've already done it before sending the question and it didn't help.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Aug 2018 09:35:36 GMT</pubDate>
    <dc:creator>xxformat_com</dc:creator>
    <dc:date>2018-08-11T09:35:36Z</dc:date>
    <item>
      <title>Sending emails from SAS (keep a copy - OVH)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-emails-from-SAS-keep-a-copy-OVH/m-p/485450#M126130</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to this post I've been able to send email using Hotmail and everything works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/Base-SAS-Programming/sending-emails-from-sas/m-p/247128" target="_blank"&gt;https://communities.sas.com/t5/Base-SAS-Programming/sending-emails-from-sas/m-p/247128&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've now tried to adapt the code to send email from my OVH account. The email is sent properly but no copy of the sent email is put on my Sent folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you have any recommendation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options emailsys = smtp
emailid   = 'myname@mydomaine.com'
emailpw   = 'mypassword'
emailhost = 'ssl0.ovh.net'
emailport = 25    EMAILACKWAIT=300;

options emailhost=("ssl0.ovh.net"
                   SSL auth=LOGIN
                   id="myname@mydomaine.com"
                   pw="mypassword" port=465);
filename f_email email to = 'test@hotmail.com'
                       from = 'myname@mydomaine.com'
                       subject = 'Sending an email from mydomain to hotmail';

data _null_;
file f_email;
put 'This is a test email sent from mydomain to hotmail.';
run;
filename f_email;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Aug 2018 12:55:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-emails-from-SAS-keep-a-copy-OVH/m-p/485450#M126130</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2018-08-09T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sending emails from SAS (keep a copy - OVH)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-emails-from-SAS-keep-a-copy-OVH/m-p/485987#M126342</link>
      <description>&lt;P&gt;This isn't a SAS problem, it is an email configuration problem. Try googling OVH configuration to find an answer.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2018 00:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-emails-from-SAS-keep-a-copy-OVH/m-p/485987#M126342</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-08-11T00:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sending emails from SAS (keep a copy - OVH)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sending-emails-from-SAS-keep-a-copy-OVH/m-p/486021#M126360</link>
      <description>&lt;P&gt;I've already done it before sending the question and it didn't help.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Aug 2018 09:35:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sending-emails-from-SAS-keep-a-copy-OVH/m-p/486021#M126360</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2018-08-11T09:35:36Z</dc:date>
    </item>
  </channel>
</rss>

