Authenticated user cannot send mail as
-
I'm able to send email from Rainloop but when I try to send email from KMail or Thunderbird I have this error on the server side:
"message": "Authenticated user myemail@mydomain.tld cannot send mail as ",
- While I know my authentication is good because I'm able to receive.
- The error on the KMail side is:
Failed to transport message. Connection refused
I thought it was related to this, even because my cloudron username have Capital Letter, but not my email address but even with the upgrade and a reboot I still have the same error.
Any idea where I could allow my user/email to send email from my client mail ?
PS: just to be sure, I'm talking about a mailbox, not an alias
-
@JOduMonT Oh, I just re-read your error message which is
Authenticated user myemail@mydomain.tld cannot send mail as
. This means that it did authenticate correctly but the email from address is empty. Maybe check in the identities tab (in the screenshot above). Does it have the correct From address? -
@girish said in Authenticated user cannot send mail as:
This means that it did authenticate correctly but the email from address is empty. Maybe check in the identities tab (in the screenshot above). Does it have the correct From address?
There is actually 1 more possibilityt here: the user is attempting to send as an alias that does not exist for the account.
-
Woah;
Now I understand why so much user end by not using KMail (if you are curious look at KDE forum and Reddit for KMail issue)
Basically @girish you were on the right track simply I had to go a little bit deeper
instead of looking under identities (because, of course, my Identity was well configured)
the issue is located under the sending configuration where you have to declare the mail email (not the alias even if my test is not with the alias.)Anyway thanks for your help!