<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://opensource.com/">
  <channel>
    <title>Email</title>
        <link>https://opensource.com/tags/email</link>
        <description/>
    <language>en</language>
    
    <item>
  <title>Use Django to send emails with SMTP</title>
  <link>https://opensource.com/article/22/12/django-send-emails-smtp</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Use Django to send emails with SMTP&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/sofiiatarhonska" class="username"&gt;sofiiatarhonska&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2022-12-13T03:00:00-05:00" title="Tuesday, December 13, 2022 - 03:00" class="datetime"&gt;Tue, 12/13/2022 - 03:00&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;Django is a Python-based web framework that allows more control for sending emails using functions and expressions.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Numerous professions utilize simple mail transfer protocol (SMTP) to deliver emails to their end users. SMTP also retrieves messages, though that has not been its primary use…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/22/12/django-send-emails-smtp" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/newsletter_email_mail_web_browser.jpg?itok=BZFW3mZh" width="360" height="202" alt="email or newsletters via inbox and browser" title="email or newsletters via inbox and browser" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 13 Dec 2022 08:00:00 +0000</pubDate>
    <dc:creator>sofiiatarhonska</dc:creator>
    <guid isPermaLink="false">70340 at https://opensource.com</guid>
    </item>
<item>
  <title>Travel off the grid and still send emails with putmail</title>
  <link>https://opensource.com/article/22/5/send-email-putmail</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Travel off the grid and still send emails with putmail&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/ksonney" class="username"&gt;ksonney&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2022-05-17T03:00:00-04:00" title="Tuesday, May 17, 2022 - 03:00" class="datetime"&gt;Tue, 05/17/2022 - 03:00&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;Configure your mail client to automatically send emails next time you have an internet connection.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Automation is a hot topic right now. In my day job as an SRE part of my remit is to automate as many repeating tasks as possible. But how many of us do that in our daily, not…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/22/5/send-email-putmail" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/email_chat_communication_message.png?itok=O_NmCEda" width="360" height="202" alt="Chat via email" title="Chat via email" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 17 May 2022 07:00:00 +0000</pubDate>
    <dc:creator>ksonney</dc:creator>
    <guid isPermaLink="false">70021 at https://opensource.com</guid>
    </item>
<item>
  <title>Manage your Gmail filters from the Linux command line</title>
  <link>https://opensource.com/article/22/5/gmailctl-linux-command-line-tool</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Manage your Gmail filters from the Linux command line&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/ksonney" class="username"&gt;ksonney&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2022-05-11T03:00:00-04:00" title="Wednesday, May 11, 2022 - 03:00" class="datetime"&gt;Wed, 05/11/2022 - 03:00&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;The gmailctl command-line tool manages email filters with a simple standards-based configuration file.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Automation is a hot topic right now. In my day job as an SRE part of my remit is to automate as many repeating tasks as possible. But how many of us do that in our daily, not…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/22/5/gmailctl-linux-command-line-tool" hreflang="en"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/newsletter_email_mail_web_browser.jpg?itok=BZFW3mZh" width="360" height="202" alt="email or newsletters via inbox and browser" title="email or newsletters via inbox and browser" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Wed, 11 May 2022 07:00:00 +0000</pubDate>
    <dc:creator>ksonney</dc:creator>
    <guid isPermaLink="false">70006 at https://opensource.com</guid>
    </item>
<item>
  <title>3 new features of the latest OpenPGP.js version</title>
  <link>https://opensource.com/article/21/10/openpgpjs</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;3 new features of the latest OpenPGP.js version&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/twiss" class="username"&gt;twiss&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2021-10-08T03:00:00-04:00" title="Friday, October 8, 2021 - 03:00" class="datetime"&gt;Fri, 10/08/2021 - 03:00&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;OpenPGP.js is a cryptography library that implements the OpenPGP standard, most commonly used for email encryption.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;OpenPGP.js is a cryptography library that implements the OpenPGP standard, most commonly used for email encryption. ProtonMail, Mailvelope, and FlowCrypt all use OpenPGP.js…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/21/10/openpgpjs" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/newsletter_email_mail_web_browser.jpg?itok=BZFW3mZh" width="360" height="202" alt="email or newsletters via inbox and browser" title="email or newsletters via inbox and browser" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Fri, 08 Oct 2021 07:00:00 +0000</pubDate>
    <dc:creator>twiss</dc:creator>
    <guid isPermaLink="false">68361 at https://opensource.com</guid>
    </item>
<item>
  <title>Send and receive Gmail from the Linux command line</title>
  <link>https://opensource.com/article/21/7/gmail-linux-terminal</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Send and receive Gmail from the Linux command line&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/seth" class="username"&gt;sethkenlon&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2021-07-06T03:02:00-04:00" title="Tuesday, July 6, 2021 - 03:02" class="datetime"&gt;Tue, 07/06/2021 - 03:02&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;Use Mutt to send and receive email from your terminal, even if you're using hosted service such as Gmail.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;I'm a Mutt user. I like viewing and composing emails in the convenience of my Linux terminal. With a lightweight and minimal client like Mutt, I know that I can have my email…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/21/7/gmail-linux-terminal" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/lenovo-thinkpad-laptop-window-focus.png?itok=yiwA57VJ" width="360" height="202" alt="woman on laptop sitting at the window" title="young woman working on a laptop" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 06 Jul 2021 07:02:00 +0000</pubDate>
    <dc:creator>sethkenlon</dc:creator>
    <guid isPermaLink="false">67361 at https://opensource.com</guid>
    </item>
<item>
  <title>Use the Alpine email client in your Linux terminal</title>
  <link>https://opensource.com/article/21/5/alpine-linux-email</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;Use the Alpine email client in your Linux terminal&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/dboth" class="username"&gt;dboth&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2021-05-11T03:01:00-04:00" title="Tuesday, May 11, 2021 - 03:01" class="datetime"&gt;Tue, 05/11/2021 - 03:01&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;Configure Alpine to handle your email the way you like it.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;Email is an important communications medium and will remain so for the foreseeable future. I have used many different email clients over the last 30 years, and Thunderbird is…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/21/5/alpine-linux-email" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/email_chat_communication_message.png?itok=O_NmCEda" width="360" height="202" alt="Chat via email" title="Chat via email" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 11 May 2021 07:01:00 +0000</pubDate>
    <dc:creator>dboth</dc:creator>
    <guid isPermaLink="false">66781 at https://opensource.com</guid>
    </item>
<item>
  <title>3 email mistakes and how to avoid them</title>
  <link>https://opensource.com/article/21/1/email-mistakes</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;3 email mistakes and how to avoid them&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/ksonney" class="username"&gt;ksonney&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2021-01-27T03:00:00-05:00" title="Wednesday, January 27, 2021 - 03:00" class="datetime"&gt;Wed, 01/27/2021 - 03:00&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;Automation is wonderful, except when it's not. Be sure your email auto-responds and CCs are properly configured so you don't waste everyone else's time.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;In prior years, this annual series covered individual apps. This year, we are looking at all-in-one solutions in addition to strategies to help in 2021. Welcome to day 17 of…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/21/1/email-mistakes" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/browser_screen_windows_files.png?itok=B2hQMmoM" width="360" height="202" alt="Computer screen with files or windows open" title="Computer screen with files or windows open" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Wed, 27 Jan 2021 08:00:00 +0000</pubDate>
    <dc:creator>ksonney</dc:creator>
    <guid isPermaLink="false">65581 at https://opensource.com</guid>
    </item>
<item>
  <title>3 tips for automating your email filters</title>
  <link>https://opensource.com/article/21/1/email-filter</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;3 tips for automating your email filters&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/ksonney" class="username"&gt;ksonney&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2021-01-22T03:01:00-05:00" title="Friday, January 22, 2021 - 03:01" class="datetime"&gt;Fri, 01/22/2021 - 03:01&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;Trim down that email and make your life easier with these simple suggestions.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;In prior years, this annual series covered individual apps. This year, we are looking at all-in-one solutions in addition to strategies to help in 2021. Welcome to day 12 of…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/21/1/email-filter" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/innovation_lightbulb_gears_devops_ansible.png?itok=Kdcr-tBQ" width="360" height="202" alt="gears and lightbulb to represent innovation" title="gears and lightbulb to represent innovation" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Fri, 22 Jan 2021 08:01:00 +0000</pubDate>
    <dc:creator>ksonney</dc:creator>
    <guid isPermaLink="false">65531 at https://opensource.com</guid>
    </item>
<item>
  <title>3 steps to achieving Inbox Zero</title>
  <link>https://opensource.com/article/21/1/inbox-zero</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;3 steps to achieving Inbox Zero&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/ksonney" class="username"&gt;ksonney&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2021-01-17T03:00:00-05:00" title="Sunday, January 17, 2021 - 03:00" class="datetime"&gt;Sun, 01/17/2021 - 03:00&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;Inbox Zero is a concept that helps you manage and prioritize all that overwhelming email.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;In prior years, this annual series covered individual apps. This year, we are looking at all-in-one solutions in addition to strategies to help in 2021. Welcome to day 7 of 21…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/21/1/inbox-zero" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/coffee_tea_selfcare_wfh_porch_520.png?itok=Qb9Gk5qu" width="360" height="202" alt="Selfcare, drinking tea on the porch" title="Selfcare, drinking tea on the porch" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Sun, 17 Jan 2021 08:00:00 +0000</pubDate>
    <dc:creator>ksonney</dc:creator>
    <guid isPermaLink="false">65411 at https://opensource.com</guid>
    </item>
<item>
  <title>3 email rules to live by in 2021</title>
  <link>https://opensource.com/article/21/1/email-rules</link>
  <description>&lt;span class="field field--name-title field--type-string field--label-hidden"&gt;3 email rules to live by in 2021&lt;/span&gt;
&lt;span class="field field--name-uid field--type-entity-reference field--label-hidden"&gt;&lt;a title="View user profile." href="https://opensource.com/users/ksonney" class="username"&gt;ksonney&lt;/a&gt;&lt;/span&gt;
&lt;span class="field field--name-created field--type-created field--label-hidden"&gt;&lt;time datetime="2021-01-12T03:02:00-05:00" title="Tuesday, January 12, 2021 - 03:02" class="datetime"&gt;Tue, 01/12/2021 - 03:02&lt;/time&gt;
&lt;/span&gt;

            &lt;div class="clearfix text-formatted field field--name-field-article-subhead field--type-text-long field--label-hidden field__item"&gt;  &lt;p&gt;Email is not instant messaging. Prevent email from being a constant interruption by following these rules.&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="clearfix text-formatted field field--name-body field--type-text-with-summary field--label-hidden field__item"&gt;  &lt;p&gt;In prior years, this annual series covered individual apps. This year, we are looking at all-in-one solutions in addition to strategies to help in 2021. Welcome to day 2 of 21…&lt;/p&gt;


&lt;/div&gt;
      
            &lt;div class="field field--name-field-lead-image field--type-entity-reference field--label-hidden field__item"&gt;       &lt;a href="https://opensource.com/article/21/1/email-rules" hreflang="und"&gt;&lt;img loading="lazy" src="https://opensource.com/sites/default/files/styles/article_teaser/public/lead-images/newsletter_email_mail_web_browser.jpg?itok=BZFW3mZh" width="360" height="202" alt="email or newsletters via inbox and browser" title="email or newsletters via inbox and browser" class="image-style-article-teaser"&gt;

&lt;/a&gt;
   &lt;/div&gt;
      </description>
  <pubDate>Tue, 12 Jan 2021 08:02:00 +0000</pubDate>
    <dc:creator>ksonney</dc:creator>
    <guid isPermaLink="false">65356 at https://opensource.com</guid>
    </item>

  </channel>
</rss>
