<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SMTP connect() failed]]></title><description><![CDATA[<p dir="auto">Dear all,</p>
<p dir="auto">I got this error when sending an email via Tiny Tiny Rss ("Email share article" plugin):</p>
<p dir="auto">SMTP connect() failed. <a href="https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting</a></p>
<p dir="auto">In the error log i get this error:</p>
<pre><code>Aug 20 20:15:39 sh: 1: /usr/sbin/sendmail: not found
</code></pre>
<p dir="auto">Email settings of app it seems to works fine...</p>
<p dir="auto">Where I have to take a look?</p>
<p dir="auto">Thank's a lot!</p>
]]></description><link>https://forum.cloudron.io/topic/3058/smtp-connect-failed</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 09:57:50 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/3058.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Aug 2020 18:18:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SMTP connect() failed on Tue, 01 Sep 2020 18:50:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p44" aria-label="Profile: p44">@<bdi>p44</bdi></a> Where is this button? In the feeds or in preferences? I can't seem to find it in my installation.</p>
]]></description><link>https://forum.cloudron.io/post/12717</link><guid isPermaLink="true">https://forum.cloudron.io/post/12717</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 01 Sep 2020 18:50:23 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP connect() failed on Tue, 01 Sep 2020 18:00:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> all perfectly as you described... but still have that problem... I'm using the "Forward Email" function</p>
<p dir="auto"><img src="/assets/uploads/files/1598983231756-schermata-2020-09-01-alle-20.00.08.png" alt="Schermata 2020-09-01 alle 20.00.08.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/12715</link><guid isPermaLink="true">https://forum.cloudron.io/post/12715</guid><dc:creator><![CDATA[p44]]></dc:creator><pubDate>Tue, 01 Sep 2020 18:00:36 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP connect() failed on Mon, 31 Aug 2020 16:17:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p44" aria-label="Profile: p44">@<bdi>p44</bdi></a> Can you also check if the same <code>/app/data/config.php</code> has a line like this?</p>
<pre><code>    define('PLUGINS', 'auth_ldap, mailer_smtp, note');
</code></pre>
<p dir="auto">The above enables the SMTP plugin and the email settings (above) set the SMTP credentials.</p>
<p dir="auto">With these both, there is no reason for ttrss to use sendmail. How are you testing this btw? Is this the digest feature?</p>
]]></description><link>https://forum.cloudron.io/post/12651</link><guid isPermaLink="true">https://forum.cloudron.io/post/12651</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 31 Aug 2020 16:17:26 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP connect() failed on Mon, 31 Aug 2020 10:02:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Dear Girish, any news about this problem?</p>
]]></description><link>https://forum.cloudron.io/post/12631</link><guid isPermaLink="true">https://forum.cloudron.io/post/12631</guid><dc:creator><![CDATA[p44]]></dc:creator><pubDate>Mon, 31 Aug 2020 10:02:03 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP connect() failed on Fri, 21 Aug 2020 07:08:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Dear Girish, thank's a lot for your reply!</p>
<p dir="auto">I've v1.25.0 package and yes, config.php appears exactly as you described.</p>
<p dir="auto">I double checked in config.php using the new fantastic FileManager <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=223f9defb2f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
<p dir="auto">Let me know if I can do other checks to fix this problem.</p>
<p dir="auto">Thank's a lot!</p>
]]></description><link>https://forum.cloudron.io/post/12361</link><guid isPermaLink="true">https://forum.cloudron.io/post/12361</guid><dc:creator><![CDATA[p44]]></dc:creator><pubDate>Fri, 21 Aug 2020 07:08:32 GMT</pubDate></item><item><title><![CDATA[Reply to SMTP connect() failed on Thu, 20 Aug 2020 23:39:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/p44" aria-label="Profile: p44">@<bdi>p44</bdi></a> Which package version are you on? This is supposed to be fixed in v1.25.0 .</p>
<p dir="auto">Can you check the SMTP settings in <code>/app/data/config.php</code> ? It should have a section like this:</p>
<pre><code>    // *********************************
    // *** Email and digest settings ***
    // *********************************

    define('SMTP_FROM_NAME', 'Tiny Tiny RSS');
    define('SMTP_FROM_ADDRESS', getenv('CLOUDRON_MAIL_FROM'));
    // Name, address and subject for sending outgoing mail. This applies
    // to password reset notifications, digest emails and any other mail.

    define('DIGEST_SUBJECT', '[tt-rss] New headlines for last 24 hours');
    // Subject line for email digests

    define('SMTP_SERVER', getenv('CLOUDRON_ENV_SMTP_SERVER') . ':' . getenv('CLOUDRON_MAIL_SMTP_PORT'));
    // Hostname:port combination to send outgoing mail (i.e. localhost:25).
    // Blank - use system MTA.

    define('SMTP_LOGIN', getenv('CLOUDRON_MAIL_SMTP_USERNAME'));
    define('SMTP_PASSWORD', getenv('CLOUDRON_MAIL_SMTP_PASSWORD'));
    // These two options enable SMTP authentication when sending
    // outgoing mail. Only used with SMTP_SERVER.

    define('SMTP_SECURE', '');
    // Used to select a secure SMTP connection. Allowed values: ssl, tls,
    // or empty.
</code></pre>
]]></description><link>https://forum.cloudron.io/post/12355</link><guid isPermaLink="true">https://forum.cloudron.io/post/12355</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 20 Aug 2020 23:39:07 GMT</pubDate></item></channel></rss>