[evolution] help: Cover how to modify the outgoing email method



commit eb88134de207c3aea9763a35a3009d6e94598a95
Author: Andre Klapper <a9016009 gmx de>
Date:   Sun Mar 22 15:53:39 2020 +0100

    help: Cover how to modify the outgoing email method
    
    https://mail.gnome.org/archives/evolution-list/2019-February/msg00126.html

 help/C/mail-imap-change-send-method.page | 39 ++++++++++++++++++++++++++++++++
 help/CMakeLists.txt                      |  1 +
 2 files changed, 40 insertions(+)
---
diff --git a/help/C/mail-imap-change-send-method.page b/help/C/mail-imap-change-send-method.page
new file mode 100644
index 0000000000..04c6ce2003
--- /dev/null
+++ b/help/C/mail-imap-change-send-method.page
@@ -0,0 +1,39 @@
+<page xmlns="http://projectmallard.org/1.0/"; xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" id="mail-imap-change-send-method">
+
+  <info>
+    <desc>Switch from sending mail via SMTP to Sendmail or vice versa.</desc>
+
+    <link type="guide" xref="index#common-mail-problems" />
+    <link type="guide" xref="mail-account-manage-imap-plus#other-settings"/>
+
+    <revision pkgversion="3.34.4" version="0.1" date="2020-03-22" status="review"/>
+    <credit type="author">
+      <name its:translate="no">Andre Klapper</name>
+      <email its:translate="no">ak-47 gmx net</email>
+    </credit>
+
+    <include href="legal.xml" xmlns="https://www.w3.org/2001/XInclude"/>
+
+
+</info>
+
+<title>Change the outgoing method for an IMAP+ account</title>
+
+<p>There is no user interface to change the outgoing method of an IMAP account.</p>
+
+<p>If you used Sendmail so far but now want to use an SMTP connection instead:</p>
+
+<list>
+<item><p>Close <app>Evolution</app>.</p></item>
+<item><p>Find and open the corresponding account file in 
+  <file>$HOME/.config/evolution/sources/</file> with a text editor.</p></item>
+<item><p>In the <code>[Mail Transport]</code> section, replace
+  <code>BackendName=sendmail</code> with <code>BackendName=smtp</code> or vice versa.</p></item>
+<item><p>Restart the <code>evolution-source-registry</code> background
+  process, for example by rebooting your system.</p></item>
+<item><p>Start <app>Evolution</app> and edit the account SMTP settings for
+  the account as needed.</p></item>
+</list>
+
+</page>
diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt
index 1ac3c1cf36..00c1023e1d 100644
--- a/help/CMakeLists.txt
+++ b/help/CMakeLists.txt
@@ -166,6 +166,7 @@ set(HELP_FILES
        mail-filters.page
        mail-folders.page
        mail-follow-up-flag.page
+       mail-imap-change-send-method.page
        mail-imap-subscriptions.page
        mail-labels.page
        mail-layout-changing.page


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]