linux-remote-desktop icon indicating copy to clipboard operation
linux-remote-desktop copied to clipboard

Can you specify the sender?

Open HalfWorm opened this issue 3 years ago • 1 comments

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"

HalfWorm avatar Jul 14 '22 11:07 HalfWorm

Hi,

Yes, you can specify a sender.

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

"emailSender": {
        "senderEmail": "[email protected]",
        "senderName": "Your Name"
 }

Please let me know if that solve this issue.

Best, Nubo Team

nubosoftware avatar Aug 04 '22 15:08 nubosoftware