<?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[sending e-mail via ntfy not possible]]></title><description><![CDATA[<p dir="auto">Hey there! I wonder if anybody can send e-mails via ntfy and cloudron. I noticed that the app seems to be configured appropriately as described in <a href="https://docs.ntfy.sh/config/#e-mail-notifications" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.ntfy.sh/config/#e-mail-notifications</a> in the <code>config/server.yml</code> file with</p>
<pre><code class="language-yaml">smtp-sender-addr: "mail:2465"
smtp-sender-user: "ntfy.app@my.cloudrondomain.com"
smtp-sender-pass: "some-autogenerated-password"
smtp-sender-from: "ntfy.app@my.cloudrondomain.com"
</code></pre>
<p dir="auto">but when I try to send a notification via mail via command-line</p>
<pre><code>ntfy publish -e xxx@somewhere.de -u &lt;someuser&gt; test-mail testmail
</code></pre>
<p dir="auto">(<code>xxx@somewhere.de</code> and <code>&lt;someuser&gt;</code> are just placeholders here) I just see in the logs</p>
<pre><code>INFO Sending email to xxx@somewhere.de (email=xxx@somewhere.de, message_body_size=8, message_event=message, message_id=..., message_sender=..., message_sequence_id=..., message_time=1783425961, message_user=..., tag=email, topic=test-mail, user_id=..., user_name=&lt;someuser&gt;, visitor_auth_attempts_remaining=30, visitor_emails=2, visitor_emails_limit=24, visitor_emails_remaining=22, visitor_id=ip:..., visitor_ip=..., visitor_messages=2, visitor_messages_limit=17280, visitor_messages_remaining=17278, visitor_requests_remaining=59, visitor_seen=2026-07-07T12:06:01.878Z, visitor_topic_creations_remaining=100)
INFO Server stats (emails_received=0, emails_received_failure=0, emails_received_success=0, emails_sent=0, emails_sent_failure=0, emails_sent_success=0, messages_cached=7, messages_published=6538, subscribers=6, tag=manager, topics_active=7, users=5, visitors=5)
</code></pre>
<p dir="auto">but the mail is never sent. The same happens through the frontend, also when I try to verify emails in the account settings of the frontend.</p>
<p dir="auto">Any idea what is going wrong here?</p>
]]></description><link>https://forum.cloudron.io/topic/15686/sending-e-mail-via-ntfy-not-possible</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 21:36:22 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15686.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Jul 2026 12:11:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to sending e-mail via ntfy not possible on Fri, 17 Jul 2026 05:32:38 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> an agent does.</p>
]]></description><link>https://forum.cloudron.io/post/126862</link><guid isPermaLink="true">https://forum.cloudron.io/post/126862</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Fri, 17 Jul 2026 05:32:38 GMT</pubDate></item><item><title><![CDATA[Reply to sending e-mail via ntfy not possible on Thu, 16 Jul 2026 08:05:48 GMT]]></title><description><![CDATA[<p dir="auto">I think Go apps don't want to work with non-TLS mail servers (a bad decision, but who has energy to fight all this)</p>
]]></description><link>https://forum.cloudron.io/post/126819</link><guid isPermaLink="true">https://forum.cloudron.io/post/126819</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 16 Jul 2026 08:05:48 GMT</pubDate></item><item><title><![CDATA[Reply to sending e-mail via ntfy not possible on Wed, 15 Jul 2026 15:35:21 GMT]]></title><description><![CDATA[<p dir="auto">time for an upstream PR?</p>
]]></description><link>https://forum.cloudron.io/post/126811</link><guid isPermaLink="true">https://forum.cloudron.io/post/126811</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Wed, 15 Jul 2026 15:35:21 GMT</pubDate></item><item><title><![CDATA[Reply to sending e-mail via ntfy not possible on Wed, 15 Jul 2026 08:09:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fbartels" aria-label="Profile: fbartels">@<bdi>fbartels</bdi></a> yeah, ntfy "hangs". If you wait for a long time, you will see a 503 .</p>
]]></description><link>https://forum.cloudron.io/post/126796</link><guid isPermaLink="true">https://forum.cloudron.io/post/126796</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 15 Jul 2026 08:09:45 GMT</pubDate></item><item><title><![CDATA[Reply to sending e-mail via ntfy not possible on Wed, 15 Jul 2026 07:45:26 GMT]]></title><description><![CDATA[<p dir="auto">Yes, I can confirm that the verification mail is now delivered.</p>
<p dir="auto">But strange that ntfy did not give a proper error message here, I upped the logging to trace and could not find any more logging related to mail sending in ntfy.</p>
]]></description><link>https://forum.cloudron.io/post/126794</link><guid isPermaLink="true">https://forum.cloudron.io/post/126794</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Wed, 15 Jul 2026 07:45:26 GMT</pubDate></item><item><title><![CDATA[Reply to sending e-mail via ntfy not possible on Tue, 14 Jul 2026 15:08:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chilipp" aria-label="Profile: chilipp">@<bdi>chilipp</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/fbartels" aria-label="Profile: fbartels">@<bdi>fbartels</bdi></a> this should be fixed now. Issue was that ntfy is a Go app and it requires the mail configuration to have a valid certificate to send emails.</p>
<p dir="auto">I also noticed that we don't require login by default. I enabled that as well in the config.</p>
]]></description><link>https://forum.cloudron.io/post/126770</link><guid isPermaLink="true">https://forum.cloudron.io/post/126770</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 14 Jul 2026 15:08:11 GMT</pubDate></item><item><title><![CDATA[Reply to sending e-mail via ntfy not possible on Fri, 10 Jul 2026 12:11:06 GMT]]></title><description><![CDATA[<p dir="auto">I just stumbled upon this as well. At least for the email verification part. It seems one of the last releases has added email addresses for accounts and I wanted to add this to mine, but apart from this log line:</p>
<pre><code>2026/07/10 11:09:58 INFO Resending email verification (email=xx@xx.eu, http_method=POST, http_path=/v1/account/email/resend, tag=account, user_id=xx, user_name=felix, visitor_auth_attempts_remaining=30, visitor_emails=2, visitor_emails_limit=24, visitor_emails_remaining=22, visitor_id=ip:xxx, visitor_ip=xxx, visitor_messages=0, visitor_messages_limit=17280, visitor_messages_remaining=17280, visitor_requests_remaining=19, visitor_seen=2026-07-10T11:09:58.274Z, visitor_topic_creations_remaining=92)
</code></pre>
<p dir="auto">Nothing else happens. I also dont see any logging regarding this in the Cloudron event log for email.</p>
]]></description><link>https://forum.cloudron.io/post/126630</link><guid isPermaLink="true">https://forum.cloudron.io/post/126630</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Fri, 10 Jul 2026 12:11:06 GMT</pubDate></item></channel></rss>