How to create Sender from outbound mail ?
-
Hello.
I think setting up Keila is straight forward, but I can't figure out how to add the outbound mail as Sender. The main question is: can I simply use the outbound email provided by Cloudron fot the app or do I need to set up a Cloudron mailbox for the app ?
In the Cloudron app dashboard of Keila, the email tab shows an outbound email. I set it to
keila@domain.netand save. In Keila, I need to set up a Sender: https://www.keila.io/docs/senders. I attempted to follow the answer here: https://forum.cloudron.io/topic/3247/need-help-with-the-smtp-settings/3?_=1771073978666Server =
my.domain.net
Username =keila@domain.net
Password =my domain cloudron password
Connection security =STARTTLS
Port =587The above settings fail to send the email:
Feb 14 14:19:28 2026-02-14T13:19:28.248 [warning] Failed sending email to valid_email@mailbox.org for campaign nmc_xogqjL2z: {:no_more_hosts, {:permanent_failure, ~c"109.77.148.140", :auth_failed}}109.77.148.140= IP of the Cloudron serverDo you think I need to create a distinct mailbox in Cloudron and connect it to Keila instead ?
Thanks -
M mononym marked this topic as a question
-
Hello @mononym
Currently, there is an issue with the Keila shared mailer admin ui.
See: https://github.com/pentacent/keila/issues/501
@brutalbirdie did write a PR to fix the issue https://github.com/pentacent/keila/pull/509Without this fix you have to setup the mailer for the campaign.
To get the credentials from the Cloudron App, open the Web Terminal and run:printenv | grep -i "CLOUDRON_MAIL"This will give you all the details.
Example mailer setup:

-
Hello @mononym
The Keila app has the sendmail addon.
This means automatic mail configuration is included.But I can see no default shared sender is configured on app installation which makes it confusing when setting up a campaign for the first time.
I will look into it. -
Hello @mononym
Currently, there is an issue with the Keila shared mailer admin ui.
See: https://github.com/pentacent/keila/issues/501
@brutalbirdie did write a PR to fix the issue https://github.com/pentacent/keila/pull/509Without this fix you have to setup the mailer for the campaign.
To get the credentials from the Cloudron App, open the Web Terminal and run:printenv | grep -i "CLOUDRON_MAIL"This will give you all the details.
Example mailer setup:

-
M mononym has marked this topic as solved
-
Hello @mononym
Currently, there is an issue with the Keila shared mailer admin ui.
See: https://github.com/pentacent/keila/issues/501
@brutalbirdie did write a PR to fix the issue https://github.com/pentacent/keila/pull/509Without this fix you have to setup the mailer for the campaign.
To get the credentials from the Cloudron App, open the Web Terminal and run:printenv | grep -i "CLOUDRON_MAIL"This will give you all the details.
Example mailer setup:

@james said in How to create Sender from outbound mail ?:
Currently, there is an issue with the Keila shared mailer admin ui.
I saw that error after I started this thread. My guess was that it wasn't implemented yet as the app is marked as unstable.
@james said in How to create Sender from outbound mail ?:
This will give you all the details.
That works perfectly, thanks !