nubosoftware / linux-remote-desktop

Linux based secure, open source, multi-tenant environment for remote work.
Apache License 2.0
307 stars 33 forks source link

Can you specify the sender? #5

Open HalfWorm opened 2 years ago

HalfWorm commented 2 years ago

Can you specify the sender? Without a valid sender, my SMTP provider gives me the error "info: email error: Error: Mail command failed: 550 not local sender over smtp"

nubosoftware commented 2 years ago

Hi,

Yes, you can specify a sender.

Please edit nubomanagement/conf/Settings.json and add the following:

"emailSender": {
        "senderEmail": "user@yourdomain.com",
        "senderName": "Your Name"
 }

Please let me know if that solve this issue.

Best, Nubo Team