[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [msmtp-users] Question about Configuration
On Tue, 29 May 2012 21:41:29 +0200, David Uhlmann wrote:
> 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?
Your mailtext.txt must contain the complete mail, not just the mail
body. Msmtp does not construct a complete mail, that's the job of a
mail user agent (MUA) such as Mutt.
Martin