I cant figure out, how the SMTP url should look like. I tried:
smtps://$my_emailaddress:$my_password@box.domain.com
But that doesnt work. Is that even possible?!
If I use smtp://$my_emailaddress:$my_password@box.domain.com
then I get the error:
SASL authentification failed
(In case you are wondering. I want to use Mutt)
Edit: Okay sorry my bad. The $my_passwrord “import” didn’t work. With a plain password it works…