[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[msmtp-users] Question about Configuration
Hi
I configured msmtp and when I send a mail with the command
msmtp -a ARRA receiver@...53... < mailtext.txt
I become a Mail with no return address and no name.
What do I'm doing wrong?
My config File looks like:
defaults
tls on
tls_starttls on
tls_certcheck off
auth on
account ARRA
host smtp.host.com
from admin@...300...
user admin@...300...
port 25
password (passwd)
But in the incoming Mail-Client, there is no "from": Field.
Kind regards, Dave