Hi. I have this need of using Cloudron email as and email server (smtp email relay/sending email) on application outside Cloudron. I have follow guide in here : https://docs.cloudron.io/email/#smtp
In the application i have setup smtp config as follow :
Driver : smtp
Host : my.xxx.yyy (my main cloudron domain)
Port : 587
User : abc@xxx.yyy (i have created this mailbox in the cloudron email setting)
Password : My Cloudron password where my user assign to the mailbox as owner
Encryption : STARTTLS
But when i test sending email, it says failed.
I tried send and recieve email from roundcube it works fine.
I need this to replace gmail smtp email relay using less secure app setting (on).
Is there anyone face this problem before?