<?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: Gmail to suspend 3rd party access soon: SAS email alternatives? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798926#M314088</link>
    <description>&lt;P&gt;How would you set up SAS's Email system options to use an App password rather than the ID and password?&lt;/P&gt;</description>
    <pubDate>Sun, 27 Feb 2022 05:15:40 GMT</pubDate>
    <dc:creator>texasmfp</dc:creator>
    <dc:date>2022-02-27T05:15:40Z</dc:date>
    <item>
      <title>Gmail to suspend 3rd party access soon: SAS email alternatives?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798920#M314083</link>
      <description>&lt;P&gt;While learning how to set up SAS to send an email, I had to enable GMAIL to allow less secure, 3rd party access.&amp;nbsp; There is the following note that suggests this avenue will close in a few months.&amp;nbsp; What email client alternatives exist outside of the Gmail SMTP server used by Thunderbird or other clients?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="texasmfp_0-1645931428190.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68976i495829708E3A9DB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="texasmfp_0-1645931428190.png" alt="texasmfp_0-1645931428190.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 03:11:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798920#M314083</guid>
      <dc:creator>texasmfp</dc:creator>
      <dc:date>2022-02-27T03:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Gmail to suspend 3rd party access soon: SAS email alternatives?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798925#M314087</link>
      <description>&lt;P&gt;I don't think this is relevant to SAS too much, so I'll be brief.&lt;BR /&gt;Instead of using a username/password combination, why not use an app password?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.google.com/mail/answer/185833?hl=en" target="_blank"&gt;https://support.google.com/mail/answer/185833?hl=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 04:05:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798925#M314087</guid>
      <dc:creator>japelin</dc:creator>
      <dc:date>2022-02-27T04:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Gmail to suspend 3rd party access soon: SAS email alternatives?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798926#M314088</link>
      <description>&lt;P&gt;How would you set up SAS's Email system options to use an App password rather than the ID and password?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 05:15:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798926#M314088</guid>
      <dc:creator>texasmfp</dc:creator>
      <dc:date>2022-02-27T05:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Gmail to suspend 3rd party access soon: SAS email alternatives?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798930#M314090</link>
      <description>&lt;P&gt;I'm pretty sure this would be an email client configuration and nothing to do with SAS.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 06:28:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798930#M314090</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-02-27T06:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Gmail to suspend 3rd party access soon: SAS email alternatives?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798972#M314106</link>
      <description>&lt;P&gt;Use &lt;A href="https://support.google.com/accounts/answer/185833?hl=en" target="_self"&gt;an App password instead&lt;/A&gt;. You need to enable your Gmail for 2-factor auth first (which you should do anyway). Then use the App password like you would any SMTP password.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;options emailhost=
 (
   "smtp.gmail.com" 
   /* alternate: port=487 SSL */
   port=587 STARTTLS 
   auth=plain 
   /* your Gmail address */
   id="your_address@gmail.com"
   /* optional: encode PW with PROC PWENCODE */
   pw="your_app_password" 
 )
;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2022 14:36:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Gmail-to-suspend-3rd-party-access-soon-SAS-email-alternatives/m-p/798972#M314106</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2022-02-27T14:36:31Z</dc:date>
    </item>
  </channel>
</rss>

