diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-04 21:38:54 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:43 +0800 |
commit | b77802eb8a19ab035fe00b60bf3a025eaa67e3e0 (patch) | |
tree | 6e68eaeb3018c8f66ba8d0da9e9acf413ef4b1af /help/C/mail-not-sent.page | |
parent | eb79ee913685794a77a7bbeb24eb73028f183813 (diff) | |
download | gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.gz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.bz2 gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.lz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.xz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.zst gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.zip |
Put new user documentation in place
Diffstat (limited to 'help/C/mail-not-sent.page')
-rw-r--r-- | help/C/mail-not-sent.page | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/help/C/mail-not-sent.page b/help/C/mail-not-sent.page new file mode 100644 index 0000000000..87979efbe7 --- /dev/null +++ b/help/C/mail-not-sent.page @@ -0,0 +1,35 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="topic" id="mail-not-sent"> + + <info> + <desc>Possible reasons why emails are not sent.</desc> + + <link type="guide" xref="index#common-mail-problems" /> + + <revision pkgversion="2.28.3" version="0.1" date="2010-10-16" status="review"/> + <credit type="author"> + <name>April Gonzales</name> + <email>loonycookie@gmail.com</email> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + +</info> + +<title>Mail is not sent</title> + +<p>There can be several reasons why emails are not sent:</p> + +<list> +<item><p>Invalid email address. Check if all the addresses listed as mail recipients are correct. If the message contains a wrong or invalid email address, the message will not be sent.</p></item> +<item><p>Incorrect SMTP settings. Verify if the settings used for outgoing messages is correct. Using the incorrect server address or authentication method may prevent emails from being sent</p></item> +<item><p>Offline status. Evolution may be offline. Check on the <gui style="button">Send and Receive</gui> button; if it is greyed out, then you are offline. To go online, go to <guiseq><gui>File</gui><gui>Work online</gui></guiseq>. You should now be able to use the <gui style="button">Send and Receive</gui> button.</p></item> +</list> + + +</page> + + + + |